Searched refs:bn_in_range_words (Results 1 – 6 of 6) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | random.c | 210 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()
|
D | internal.h | 304 int bn_in_range_words(const BN_ULONG *a, BN_ULONG min_inclusive, in OPENSSL_MSVC_PRAGMA()
|
D | bn_test.cc | 2171 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/ |
D | grpc_shadow_boringssl_symbol_list | 1140 bn_in_range_words
|
D | BoringSSL-GRPC.podspec | 2692 '#define bn_in_range_words GRPC_SHADOW_bn_in_range_words',
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 1168 #define bn_in_range_words GRPC_SHADOW_bn_in_range_words macro
|