Home
last modified time | relevance | path

Searched refs:d2i_RSAPrivateKey (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_rsa_legacy.c89 if ((rsa = d2i_RSAPrivateKey(NULL, &p, (long)len)) == NULL) { in SSL_use_RSAPrivateKey_ASN1()
172 if ((rsa = d2i_RSAPrivateKey(NULL, &p, (long)len)) == NULL) { in SSL_CTX_use_RSAPrivateKey_ASN1()
/third_party/openssl/ssl/
H A Dssl_rsa_legacy.c89 if ((rsa = d2i_RSAPrivateKey(NULL, &p, (long)len)) == NULL) { in SSL_use_RSAPrivateKey_ASN1()
172 if ((rsa = d2i_RSAPrivateKey(NULL, &p, (long)len)) == NULL) { in SSL_CTX_use_RSAPrivateKey_ASN1()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Drsa.rs98 pub fn d2i_RSAPrivateKey(k: *mut *mut RSA, buf: *mut *const u8, len: c_long) -> *mut RSA; in d2i_RSAPrivateKey() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Drsa.rs570 #[corresponds(d2i_RSAPrivateKey)]
573 ffi::d2i_RSAPrivateKey
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Ddecode_der2key.c503 #define rsa_d2i_private_key (d2i_of_void *)d2i_RSAPrivateKey
536 #define rsapss_d2i_private_key (d2i_of_void *)d2i_RSAPrivateKey
/third_party/openssl/providers/implementations/encode_decode/
H A Ddecode_der2key.c499 #define rsa_d2i_private_key (d2i_of_void *)d2i_RSAPrivateKey
532 #define rsapss_d2i_private_key (d2i_of_void *)d2i_RSAPrivateKey
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_backend.c558 rsa = d2i_RSAPrivateKey(NULL, &p, pklen); in ossl_rsa_key_from_pkcs8()
H A Drsa_ameth.c134 if ((rsa = d2i_RSAPrivateKey(NULL, pder, derlen)) == NULL) in old_rsa_priv_decode()
/third_party/openssl/crypto/rsa/
H A Drsa_backend.c570 rsa = d2i_RSAPrivateKey(NULL, &p, pklen); in ossl_rsa_key_from_pkcs8()
H A Drsa_ameth.c131 if ((rsa = d2i_RSAPrivateKey(NULL, pder, derlen)) == NULL) in old_rsa_priv_decode()
/third_party/openssl/test/
H A Dendecoder_legacy_test.c178 (d2i_of_void *)d2i_RSAPrivateKey,
H A Devp_extra_test2.c1130 if (!TEST_ptr(rsa = d2i_RSAPrivateKey(NULL, &pdata, pdata_len)) in test_pkey_export()
/third_party/node/deps/openssl/openssl/fuzz/
H A Dserver.c552 privkey = d2i_RSAPrivateKey(NULL, &bufp, sizeof(kRSAPrivateKeyDER)); in FuzzerTestOneInput()
/third_party/openssl/fuzz/
H A Dserver.c552 privkey = d2i_RSAPrivateKey(NULL, &bufp, sizeof(kRSAPrivateKeyDER)); in FuzzerTestOneInput()

Completed in 16 milliseconds