Home
last modified time | relevance | path

Searched refs:d2i_DSAPrivateKey (Results 1 - 11 of 11) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Ddsa.rs40 pub fn d2i_DSAPrivateKey(a: *mut *mut DSA, pp: *mut *const c_uchar, length: c_long) in d2i_DSAPrivateKey() functions
/third_party/openssl/ohos_lite/include/openssl/
H A Ddsa.h113 DSA *d2i_DSAPrivateKey(DSA **a, const unsigned char **pp, long length);
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx_all.c361 return ASN1_d2i_fp_of(DSA, DSA_new, d2i_DSAPrivateKey, fp, dsa); in d2i_DSAPrivateKey_fp()
382 return ASN1_d2i_bio_of(DSA, DSA_new, d2i_DSAPrivateKey, bp, dsa); in d2i_DSAPrivateKey_bio()
/third_party/openssl/crypto/x509/
H A Dx_all.c361 return ASN1_d2i_fp_of(DSA, DSA_new, d2i_DSAPrivateKey, fp, dsa); in d2i_DSAPrivateKey_fp()
382 return ASN1_d2i_bio_of(DSA, DSA_new, d2i_DSAPrivateKey, bp, dsa); in d2i_DSAPrivateKey_bio()
/third_party/node/deps/openssl/openssl/fuzz/
H A Dasn1.c347 DO_TEST_NO_PRINT(DSA, d2i_DSAPrivateKey, i2d_DSAPrivateKey); in FuzzerTestOneInput()
/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_ameth.c361 if ((dsa = d2i_DSAPrivateKey(NULL, pder, derlen)) == NULL) { in old_dsa_priv_decode()
/third_party/openssl/crypto/dsa/
H A Ddsa_ameth.c361 if ((dsa = d2i_DSAPrivateKey(NULL, pder, derlen)) == NULL) { in old_dsa_priv_decode()
/third_party/openssl/fuzz/
H A Dasn1.c347 DO_TEST_NO_PRINT(DSA, d2i_DSAPrivateKey, i2d_DSAPrivateKey); in FuzzerTestOneInput()
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Ddecode_der2key.c370 # define dsa_d2i_private_key (d2i_of_void *)d2i_DSAPrivateKey
/third_party/openssl/test/
H A Dendecoder_legacy_test.c141 (d2i_of_void *)d2i_DSAPrivateKey,
/third_party/openssl/providers/implementations/encode_decode/
H A Ddecode_der2key.c366 # define dsa_d2i_private_key (d2i_of_void *)d2i_DSAPrivateKey

Completed in 16 milliseconds