Home
last modified time | relevance | path

Searched refs:d2i_DHparams (Results 1 - 16 of 16) sorted by relevance

/third_party/openssl/ohos_lite/include/openssl/
H A 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/
H A Ddh.rs26 pub fn d2i_DHparams(k: *mut *mut DH, pp: *mut *const c_uchar, length: c_long) -> *mut DH; in d2i_DHparams() functions
/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddh.h172 (char *(*)())d2i_DHparams, \
178 ASN1_d2i_bio_of(DH, DH_new, d2i_DHparams, bp, x)
/third_party/openssl/include/openssl/
H A 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/
H A Ddh.rs150 #[corresponds(d2i_DHparams)]
153 ffi::d2i_DHparams
/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_backend.c215 dh = d2i_DHparams(NULL, &pm, pmlen); in ossl_dh_key_from_pkcs8()
H A Ddh_ameth.c43 dh = d2i_DHparams(NULL, pp, length); in d2i_dhp()
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_all.c199 ret = d2i_DHparams(x, &p, len); in IMPLEMENT_PEM_write()
/third_party/openssl/crypto/pem/
H A Dpem_all.c199 ret = d2i_DHparams(x, &p, len); in IMPLEMENT_PEM_write()
/third_party/openssl/crypto/dh/
H A Ddh_backend.c215 dh = d2i_DHparams(NULL, &pm, pmlen); in ossl_dh_key_from_pkcs8()
H A Ddh_ameth.c43 dh = d2i_DHparams(NULL, pp, length); in d2i_dhp()
/third_party/node/deps/openssl/openssl/fuzz/
H A Dasn1.c341 DO_TEST_NO_PRINT(DH, d2i_DHparams, i2d_DHparams); in FuzzerTestOneInput()
/third_party/openssl/fuzz/
H A Dasn1.c341 DO_TEST_NO_PRINT(DH, d2i_DHparams, i2d_DHparams); in FuzzerTestOneInput()
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Ddecode_der2key.c337 # define dh_d2i_key_params (d2i_of_void *)d2i_DHparams
/third_party/openssl/test/
H A Dendecoder_legacy_test.c107 (d2i_of_void *)d2i_DHparams,
/third_party/openssl/providers/implementations/encode_decode/
H A Ddecode_der2key.c333 # define dh_d2i_key_params (d2i_of_void *)d2i_DHparams

Completed in 11 milliseconds