Searched refs:bn_cmp_words (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_sqr.c182 c1 = bn_cmp_words(a, &(a[n]), n);
H A Dbn_lib.c770 int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n) function
792 * Here follows a specialised variants of bn_cmp_words(). It has the
817 return bn_cmp_words(a, b, cl);
H A Dbn_local.h647 int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n);

Completed in 73 milliseconds