Home
last modified time | relevance | path

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

/openssl-master/crypto/bn/
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()
A Dbn_local.h646 int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl);
A Dbn_lib.c799 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 DCHANGES.md11081 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