Searched refs:bn_less_than_words (Results 1 – 12 of 12) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | scalar.c | 27 !bn_less_than_words(out->words, group->order.d, group->order.width)) { in ec_bignum_to_scalar()
|
D | p256-x86_64_test.cc | 145 EXPECT_TRUE(bn_less_than_words(in, order_words, P256_LIMBS)); in TEST() 147 EXPECT_TRUE(bn_less_than_words(out, order_words, P256_LIMBS)); in TEST()
|
D | ec_montgomery.c | 452 if (bn_less_than_words(r->words, group->field_minus_order.words, in ec_GFp_mont_cmp_x_coordinate()
|
D | p256-x86_64.c | 628 if (bn_less_than_words(r->words, group->field_minus_order.words, in ecp_nistz256_cmp_x_coordinate()
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | cmp.c | 126 int bn_less_than_words(const BN_ULONG *a, const BN_ULONG *b, size_t len) { in bn_less_than_words() function
|
D | random.c | 213 return mask & bn_less_than_words(a, max_exclusive, len); in bn_in_range_words()
|
D | internal.h | 299 int bn_less_than_words(const BN_ULONG *a, const BN_ULONG *b, size_t len); in OPENSSL_MSVC_PRAGMA()
|
D | bn_test.cc | 2166 bn_less_than_words(kTestVectors[i], kTestVectors[j], in TEST_F() 2178 EXPECT_EQ(0, bn_less_than_words(NULL, NULL, 0)); in TEST_F()
|
/external/boringssl/src/third_party/fiat/ |
D | p256.c | 1046 if (bn_less_than_words(r->words, group->field_minus_order.words, in ec_GFp_nistp256_cmp_x_coordinate()
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 1146 bn_less_than_words
|
D | BoringSSL-GRPC.podspec | 2698 '#define bn_less_than_words GRPC_SHADOW_bn_less_than_words',
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 1174 #define bn_less_than_words GRPC_SHADOW_bn_less_than_words macro
|