Home
last modified time | relevance | path

Searched refs:bn_cmp_words (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/doc/internal/man3/
H A Dbn_mul_words.pod7 bn_sqr_comba4, bn_sqr_comba8, bn_cmp_words, bn_mul_normal,
33 int bn_cmp_words(BN_ULONG *a, BN_ULONG *b, int n);
150 bn_cmp_words(B<a>, B<b>, B<n>) operates on the B<n> word arrays B<a>
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_sqr.c182 c1 = bn_cmp_words(a, &(a[n]), n); in bn_sqr_recursive()
H A Dbn_lib.c887 int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n) in bn_cmp_words() function
934 return bn_cmp_words(a, b, cl); in bn_cmp_part_words()
H A Dbn_local.h650 int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n);
/freebsd/crypto/openssl/
H A DCHANGES.md13320 bn_add_part_words(), which do the same thing as bn_cmp_words(),
15815 bn_add_part_words(), which do the same thing as bn_cmp_words(),