Home
last modified time | relevance | path

Searched refs:bn_cmp_part_words (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/bn/
Dmul.c341 c1 = bn_cmp_part_words(a, &(a[n]), tna, n - tna); in bn_mul_recursive()
342 c2 = bn_cmp_part_words(&(b[n]), b, tnb, tnb - n); in bn_mul_recursive()
460 c1 = bn_cmp_part_words(a, &(a[n]), tna, n - tna); in bn_mul_part_recursive()
461 c2 = bn_cmp_part_words(&(b[n]), b, tnb, tnb - n); in bn_mul_part_recursive()
Dcmp.c153 int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl) { in bn_cmp_part_words() function
Dinternal.h221 int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl);