Searched refs:bn_less_than_words (Results 1 – 5 of 5) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | random.c | 223 return bn_less_than_words(a, max_exclusive, len) && in bn_in_range_words()
|
D | internal.h | 294 int bn_less_than_words(const BN_ULONG *a, const BN_ULONG *b, size_t len); in OPENSSL_MSVC_PRAGMA()
|
D | cmp.c | 211 int bn_less_than_words(const BN_ULONG *a, const BN_ULONG *b, size_t len) { in bn_less_than_words() function
|
D | bn_test.cc | 1885 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/ |
D | ec.c | 953 if (!bn_less_than_words(out->words, group->order.d, group->order.top)) { in ec_bignum_to_scalar()
|