Home
last modified time | relevance | path

Searched refs:bn_in_range_words (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/bn/
Drandom.c210 int bn_in_range_words(const BN_ULONG *a, BN_ULONG min_inclusive, in bn_in_range_words() function
279 } while (!bn_in_range_words(out, min_inclusive, max_exclusive, words)); in bn_rand_range_words()
321 bn_in_range_words(r->d, min_inclusive, max_exclusive->d, words); in bn_rand_secret_range()
328 assert(bn_in_range_words(r->d, min_inclusive, max_exclusive->d, words)); in bn_rand_secret_range()
Dinternal.h304 int bn_in_range_words(const BN_ULONG *a, BN_ULONG min_inclusive, in OPENSSL_MSVC_PRAGMA()
Dbn_test.cc2171 bn_in_range_words(kTestVectors[i], kTestVectors[k][0], in TEST_F()
2179 EXPECT_EQ(0, bn_in_range_words(NULL, 0, NULL, 0)); in TEST_F()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1140 bn_in_range_words
DBoringSSL-GRPC.podspec2692 '#define bn_in_range_words GRPC_SHADOW_bn_in_range_words',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1168 #define bn_in_range_words GRPC_SHADOW_bn_in_range_words macro