Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/bn/
Dcmp.c138 int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n) { in bn_cmp_words() function
177 return bn_cmp_words(a, b, cl); in bn_cmp_part_words()
Dinternal.h284 int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n); in OPENSSL_MSVC_PRAGMA()
Dmul.c741 c1 = bn_cmp_words(a, &(a[n]), n); in bn_sqr_recursive()