Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/bn/
Drandom.c223 return bn_less_than_words(a, max_exclusive, len) && in bn_in_range_words()
Dinternal.h294 int bn_less_than_words(const BN_ULONG *a, const BN_ULONG *b, size_t len); in OPENSSL_MSVC_PRAGMA()
Dcmp.c211 int bn_less_than_words(const BN_ULONG *a, const BN_ULONG *b, size_t len) { in bn_less_than_words() function
Dbn_test.cc1885 bn_less_than_words(kTestVectors[i], kTestVectors[j], in TEST_F()
1897 EXPECT_EQ(0, bn_less_than_words(NULL, NULL, 0)); in TEST_F()
/external/boringssl/src/crypto/fipsmodule/ec/
Dec.c953 if (!bn_less_than_words(out->words, group->order.d, group->order.top)) { in ec_bignum_to_scalar()