Home
last modified time | relevance | path

Searched refs:BN_get_rfc3526_prime_2048 (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_const.c98 BIGNUM *BN_get_rfc3526_prime_2048(BIGNUM *bn) in BN_get_rfc3526_prime_2048() function
/third_party/openssl/crypto/bn/
H A Dbn_const.c98 BIGNUM *BN_get_rfc3526_prime_2048(BIGNUM *bn) in BN_get_rfc3526_prime_2048() function
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs43 BN_get_rfc3526_prime_2048, BN_get_rfc3526_prime_3072, BN_get_rfc3526_prime_4096,
53 get_rfc3526_prime_2048 as BN_get_rfc3526_prime_2048,
1031 #[corresponds(BN_get_rfc3526_prime_2048)]
1036 cvt_p(BN_get_rfc3526_prime_2048(ptr::null_mut())).map(BigNum) in get_rfc3526_prime_2048()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbn.h516 BIGNUM *BN_get_rfc3526_prime_2048(BIGNUM *bn);
526 # define get_rfc3526_prime_2048 BN_get_rfc3526_prime_2048
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dbn.rs159 pub fn BN_get_rfc3526_prime_2048(bn: *mut BIGNUM) -> *mut BIGNUM; in BN_get_rfc3526_prime_2048() functions
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h560 BIGNUM *BN_get_rfc3526_prime_2048(BIGNUM *bn);
570 # define get_rfc3526_prime_2048 BN_get_rfc3526_prime_2048
/third_party/openssl/include/openssl/
H A Dbn.h560 BIGNUM *BN_get_rfc3526_prime_2048(BIGNUM *bn);
570 # define get_rfc3526_prime_2048 BN_get_rfc3526_prime_2048
/third_party/openssl/test/helpers/
H A Dpredefined_dhparams.c161 p = BN_get_rfc3526_prime_2048(NULL); in get_dh2048()
/third_party/node/src/crypto/
H A Dcrypto_dh.cc225 V("modp14", BN_get_rfc3526_prime_2048); in FindDiffieHellmanGroup()
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_lib.c2949 p = BN_get_rfc3526_prime_2048(NULL); in ssl_get_auto_dh()
/third_party/openssl/ssl/
H A Dt1_lib.c2929 p = BN_get_rfc3526_prime_2048(NULL); in ssl_get_auto_dh()
/third_party/openssl/test/
H A Dsslapitest.c9498 p = BN_get_rfc3526_prime_2048(NULL); in get_tmp_dh_params()

Completed in 27 milliseconds