Searched refs:bn_cmp_part_words (Results 1 – 4 of 4) sorted by relevance
/openssl-master/crypto/bn/ |
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()
|
A D | bn_local.h | 646 int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl);
|
A D | bn_lib.c | 799 int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl) in bn_cmp_part_words() function
|
/openssl-master/ |
A D | CHANGES.md | 11081 of the functions bn_cmp_part_words(), bn_sub_part_words() and 13576 of the functions bn_cmp_part_words(), bn_sub_part_words() and
|
Completed in 32 milliseconds