Searched refs:bn_cmp_part_words (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssl/crypto/bn/ |
| H A D | bn_mul.c | 208 c1 = bn_cmp_part_words(a, &(a[n]), tna, n - tna); in bn_mul_recursive() 209 c2 = bn_cmp_part_words(&(b[n]), b, tnb, tnb - n); in bn_mul_recursive() 335 c1 = bn_cmp_part_words(a, &(a[n]), tna, n - tna); in bn_mul_part_recursive() 336 c2 = bn_cmp_part_words(&(b[n]), b, tnb, tnb - n); in bn_mul_part_recursive()
|
| H A D | bn_local.h | 651 int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl);
|
| H A D | bn_lib.c | 917 int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl) in bn_cmp_part_words() function
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 13319 of the functions bn_cmp_part_words(), bn_sub_part_words() and 15814 of the functions bn_cmp_part_words(), bn_sub_part_words() and
|