Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssl/crypto/bn/
HDbn_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()
HDbn_local.h648 int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl);
HDbn_lib.c825 int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl) in bn_cmp_part_words() function
/freebsd-head/crypto/openssl/
HDCHANGES.md12045 of the functions bn_cmp_part_words(), bn_sub_part_words() and
14540 of the functions bn_cmp_part_words(), bn_sub_part_words() and