Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_mul.c208 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 Dbn_local.h651 int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl);
H A Dbn_lib.c916 int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl) in bn_cmp_part_words() function
/openssl/
H A DCHANGES.md12956 of the functions bn_cmp_part_words(), bn_sub_part_words() and
15451 of the functions bn_cmp_part_words(), bn_sub_part_words() and

Completed in 53 milliseconds