Searched refs:BN_RAND_TOP_ANY (Results 1 - 13 of 13) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_rand.c | 31 if (top != BN_RAND_TOP_ANY || bottom != BN_RAND_BOTTOM_ANY) in bnrand() 161 if (!bnrand(flag, r, n + 1, BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY, in bnrand_range() 189 if (!bnrand(flag, r, n, BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY, 0, in bnrand_range()
|
H A D | bn_gf2m.c | 751 BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY, 0, ctx)) in BN_GF2m_mod_inv()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_rand.c | 31 if (top != BN_RAND_TOP_ANY || bottom != BN_RAND_BOTTOM_ANY) in bnrand() 161 if (!bnrand(flag, r, n + 1, BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY, in bnrand_range() 189 if (!bnrand(flag, r, n, BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY, 0, in bnrand_range()
|
H A D | bn_gf2m.c | 746 BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY, 0, ctx)) in BN_GF2m_mod_inv()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec2_smpl.c | 733 BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY, 0, ctx)) { in ec_GF2m_simple_ladder_pre() 748 BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY, 0, ctx)) { in ec_GF2m_simple_ladder_pre()
|
/third_party/openssl/crypto/ec/ |
H A D | ec2_smpl.c | 733 BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY, 0, ctx)) { in ec_GF2m_simple_ladder_pre() 748 BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY, 0, ctx)) { in ec_GF2m_simple_ladder_pre()
|
/third_party/node/deps/openssl/openssl/crypto/dsa/ |
H A D | dsa_ossl.c | 142 BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY, 0, ctx)) in ossl_dsa_do_sign_int()
|
/third_party/openssl/crypto/dsa/ |
H A D | dsa_ossl.c | 142 BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY, 0, ctx)) in ossl_dsa_do_sign_int()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | bn.h | 74 #define BN_RAND_TOP_ANY -1 macro
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | bn.h | 80 #define BN_RAND_TOP_ANY -1 macro
|
/third_party/openssl/include/openssl/ |
H A D | bn.h | 80 #define BN_RAND_TOP_ANY -1 macro
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | apps.c | 1621 if (!BN_rand(btmp, SERIAL_RAND_BITS, BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY)) in rand_serial()
|
/third_party/openssl/apps/lib/ |
H A D | apps.c | 1619 if (!BN_rand(btmp, SERIAL_RAND_BITS, BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY)) in rand_serial()
|
Completed in 19 milliseconds