Home
last modified time | relevance | path

Searched refs:out_is_uniform (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/bn/
Drandom.c297 int bn_rand_secret_range(BIGNUM *r, int *out_is_uniform, BN_ULONG min_inclusive, in bn_rand_secret_range() argument
320 *out_is_uniform = in bn_rand_secret_range()
322 crypto_word_t in_range = *out_is_uniform; in bn_rand_secret_range()
Dinternal.h336 int bn_rand_secret_range(BIGNUM *r, int *out_is_uniform, BN_ULONG min_inclusive, in OPENSSL_MSVC_PRAGMA()