Searched refs:BN_rand_range (Results 1 – 10 of 10) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BN_rand.pod | 6 BN_rand_range, BN_priv_rand_range, BN_pseudo_rand_range 19 int BN_rand_range(BIGNUM *rnd, BIGNUM *range); 43 BN_rand_range() generates a cryptographically strong pseudo-random 47 BN_rand() and BN_rand_range() respectively. They are intended to be 79 BN_rand_range().
|
/third_party/openssl/crypto/bn/ |
D | bn_rand.c | 177 int BN_rand_range(BIGNUM *r, const BIGNUM *range) in BN_rand_range() function 194 return BN_rand_range(r, range); in BN_pseudo_rand_range()
|
/third_party/openssl/include/openssl/ |
D | bn.h | 209 int BN_rand_range(BIGNUM *rnd, const BIGNUM *range);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | crypto_openssl.c | 1355 return BN_rand_range((BIGNUM *) r, (const BIGNUM *) m) == 1 ? 0 : -1; in crypto_bignum_rand()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto_openssl.c | 1428 return BN_rand_range((BIGNUM *) r, (const BIGNUM *) m) == 1 ? 0 : -1; in crypto_bignum_rand()
|
/third_party/openssl/ |
D | NEWS | 898 o New function BN_rand_range().
|
D | CHANGES | 6849 *) Let BN_rand_range() abort with an error after 100 iterations 9751 *) Fix BN_rand_range bug pointed out by Dominikus Scherkl 9887 *) Add BN_pseudo_rand_range() with obvious functionality: BN_rand_range() 9939 BN_rand_range(priv_key, dh->p). 9941 BN_rand_range() is not necessary for Diffie-Hellman, and this 9944 length of dh->p. We could use BN_rand_range() if the order of 10214 *) Add new function BN_rand_range(), and fix DSA_sign_setup() to prevent
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 974 #define BN_rand_range BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_rand_range) macro
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 229 BN_F_BN_RAND_RANGE:122:BN_rand_range
|
/third_party/openssl/util/ |
D | libcrypto.num | 3257 BN_rand_range 3210 1_1_0 EXIST::FUNCTION:
|