Searched refs:d2i_RSAPrivateKey (Results 1 - 14 of 14) sorted by relevance
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_rsa_legacy.c | 89 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 D | ssl_rsa_legacy.c | 89 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 D | rsa.rs | 98 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 D | rsa.rs | 570 #[corresponds(d2i_RSAPrivateKey)] 573 ffi::d2i_RSAPrivateKey
|
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
H A D | decode_der2key.c | 503 #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 D | decode_der2key.c | 499 #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 D | rsa_backend.c | 558 rsa = d2i_RSAPrivateKey(NULL, &p, pklen); in ossl_rsa_key_from_pkcs8()
|
H A D | rsa_ameth.c | 134 if ((rsa = d2i_RSAPrivateKey(NULL, pder, derlen)) == NULL) in old_rsa_priv_decode()
|
/third_party/openssl/crypto/rsa/ |
H A D | rsa_backend.c | 570 rsa = d2i_RSAPrivateKey(NULL, &p, pklen); in ossl_rsa_key_from_pkcs8()
|
H A D | rsa_ameth.c | 131 if ((rsa = d2i_RSAPrivateKey(NULL, pder, derlen)) == NULL) in old_rsa_priv_decode()
|
/third_party/openssl/test/ |
H A D | endecoder_legacy_test.c | 178 (d2i_of_void *)d2i_RSAPrivateKey,
|
H A D | evp_extra_test2.c | 1130 if (!TEST_ptr(rsa = d2i_RSAPrivateKey(NULL, &pdata, pdata_len)) in test_pkey_export()
|
/third_party/node/deps/openssl/openssl/fuzz/ |
H A D | server.c | 552 privkey = d2i_RSAPrivateKey(NULL, &bufp, sizeof(kRSAPrivateKeyDER)); in FuzzerTestOneInput()
|
/third_party/openssl/fuzz/ |
H A D | server.c | 552 privkey = d2i_RSAPrivateKey(NULL, &bufp, sizeof(kRSAPrivateKeyDER)); in FuzzerTestOneInput()
|
Completed in 16 milliseconds