Home
last modified time | relevance | path

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

/third_party/openssl/ohos_lite/include/openssl/
H A Ddh.h97 ASN1_i2d_fp(i2d_DHparams,(fp), (unsigned char *)(x))
101 ASN1_i2d_bio_of_const(DH,i2d_DHparams,bp,x)
155 int i2d_DHparams(const DH *a, unsigned char **pp);
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Ddh.rs27 pub fn i2d_DHparams(dh: *const DH, pp: *mut *mut c_uchar) -> c_int; in i2d_DHparams() functions
/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddh.h176 ASN1_i2d_fp(i2d_DHparams,(fp), (unsigned char *)(x))
180 ASN1_i2d_bio_of(DH, i2d_DHparams, bp, x)
/third_party/openssl/include/openssl/
H A Ddh.h176 ASN1_i2d_fp(i2d_DHparams,(fp), (unsigned char *)(x))
180 ASN1_i2d_bio_of(DH, i2d_DHparams, bp, x)
/third_party/rust/crates/rust-openssl/openssl/src/
H A Ddh.rs38 #[corresponds(i2d_DHparams)]
40 ffi::i2d_DHparams
/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_ameth.c52 return i2d_DHparams(a, pp); in i2d_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/crypto/dh/
H A Ddh_ameth.c52 return i2d_DHparams(a, pp); in i2d_dhp()
/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 Dencode_key2any.c456 params->length = i2d_DHparams(dh, &params->data); in prepare_dh_params()
518 return i2d_DHparams(dh, pder); in dh_type_specific_params_to_der()
/third_party/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c456 params->length = i2d_DHparams(dh, &params->data); in prepare_dh_params()
518 return i2d_DHparams(dh, pder); in dh_type_specific_params_to_der()
/third_party/openssl/test/
H A Dendecoder_legacy_test.c99 (i2d_of_void *)i2d_DHparams,

Completed in 12 milliseconds