Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/ec/
Dscalar.c27 !bn_less_than_words(out->words, group->order.d, group->order.width)) { in ec_bignum_to_scalar()
Dp256-x86_64_test.cc145 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()
Dec_montgomery.c452 if (bn_less_than_words(r->words, group->field_minus_order.words, in ec_GFp_mont_cmp_x_coordinate()
Dp256-x86_64.c628 if (bn_less_than_words(r->words, group->field_minus_order.words, in ecp_nistz256_cmp_x_coordinate()
/external/boringssl/src/crypto/fipsmodule/bn/
Dcmp.c126 int bn_less_than_words(const BN_ULONG *a, const BN_ULONG *b, size_t len) { in bn_less_than_words() function
Drandom.c213 return mask & bn_less_than_words(a, max_exclusive, len); in bn_in_range_words()
Dinternal.h299 int bn_less_than_words(const BN_ULONG *a, const BN_ULONG *b, size_t len); in OPENSSL_MSVC_PRAGMA()
Dbn_test.cc2166 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/
Dp256.c1046 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/
Dgrpc_shadow_boringssl_symbol_list1146 bn_less_than_words
DBoringSSL-GRPC.podspec2698 '#define bn_less_than_words GRPC_SHADOW_bn_less_than_words',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1174 #define bn_less_than_words GRPC_SHADOW_bn_less_than_words macro