Home
last modified time | relevance | path

Searched refs:d2i_DHparams (Results 1 – 20 of 20) sorted by relevance

/third_party/openssl/ohos_lite/include/openssl/
Ddh.h93 (char *(*)())d2i_DHparams, \
99 ASN1_d2i_bio_of(DH, DH_new, d2i_DHparams, bp, x)
154 DH *d2i_DHparams(DH **a, const unsigned char **pp, long length);
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Ddh.rs26 pub fn d2i_DHparams(k: *mut *mut DH, pp: *mut *const c_uchar, length: c_long) -> *mut DH; in d2i_DHparams() function
/third_party/node/deps/openssl/openssl/include/openssl/
Ddh.h172 (char *(*)())d2i_DHparams, \
178 ASN1_d2i_bio_of(DH, DH_new, d2i_DHparams, bp, x)
/third_party/openssl/include/openssl/
Ddh.h172 (char *(*)())d2i_DHparams, \
178 ASN1_d2i_bio_of(DH, DH_new, d2i_DHparams, bp, x)
/third_party/rust/crates/rust-openssl/openssl/src/
Ddh.rs150 #[corresponds(d2i_DHparams)]
153 ffi::d2i_DHparams
/third_party/node/deps/openssl/openssl/crypto/dh/
Ddh_backend.c215 dh = d2i_DHparams(NULL, &pm, pmlen); in ossl_dh_key_from_pkcs8()
Ddh_ameth.c43 dh = d2i_DHparams(NULL, pp, length); in d2i_dhp()
/third_party/openssl/crypto/dh/
Ddh_backend.c215 dh = d2i_DHparams(NULL, &pm, pmlen); in ossl_dh_key_from_pkcs8()
Ddh_ameth.c43 dh = d2i_DHparams(NULL, pp, length); in d2i_dhp()
/third_party/node/deps/openssl/openssl/crypto/pem/
Dpem_all.c199 ret = d2i_DHparams(x, &p, len); in IMPLEMENT_PEM_write()
/third_party/openssl/crypto/pem/
Dpem_all.c199 ret = d2i_DHparams(x, &p, len); in IMPLEMENT_PEM_write()
/third_party/openssl/fuzz/
Dasn1.c341 DO_TEST_NO_PRINT(DH, d2i_DHparams, i2d_DHparams); in FuzzerTestOneInput()
/third_party/node/deps/openssl/openssl/fuzz/
Dasn1.c341 DO_TEST_NO_PRINT(DH, d2i_DHparams, i2d_DHparams); in FuzzerTestOneInput()
/third_party/openssl/test/
Dendecoder_legacy_test.c107 (d2i_of_void *)d2i_DHparams,
/third_party/openssl/providers/implementations/encode_decode/
Ddecode_der2key.c333 # define dh_d2i_key_params (d2i_of_void *)d2i_DHparams
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
Ddecode_der2key.c333 # define dh_d2i_key_params (d2i_of_void *)d2i_DHparams
/third_party/openssl/doc/man3/
Dd2i_RSAPrivateKey.pod28 d2i_DHparams,
/third_party/openssl/doc/man7/
Dmigration_guide.pod1008 Any i2d and d2i functions such as d2i_DHparams() that take a low-level key type
1287 d2i_DHparams(), d2i_DHxparams(), d2i_DSAparams(), d2i_DSAPrivateKey(),
/third_party/openssl/util/
Dlibcrypto.num101 d2i_DHparams 103 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH
/third_party/node/deps/openssl/openssl/util/
Dlibcrypto.num101 d2i_DHparams 103 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH