Home
last modified time | relevance | path

Searched refs:d2i_PUBKEY (Results 1 – 17 of 17) sorted by relevance

/third_party/openssl/doc/man3/
DX509_PUBKEY_new.pod7 d2i_PUBKEY_ex, d2i_PUBKEY, i2d_PUBKEY, d2i_PUBKEY_bio, d2i_PUBKEY_fp,
26 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp, long length);
78 d2i_PUBKEY() does the same as d2i_PUBKEY_ex() except that the default
85 similar to d2i_PUBKEY() and i2d_PUBKEY() except they decode or encode using a
Dd2i_RSAPrivateKey.pod178 b<d2i_I<TYPE>_PUBKEY()> with L<d2i_PUBKEY(3)>,
306 L<d2i_PUBKEY(3)>,
/third_party/openssl/providers/implementations/encode_decode/
Ddecode_der2key.c68 d2i_of_void *d2i_PUBKEY; /* Wrapped in a SubjectPublicKeyInfo */ member
228 if (ctx->desc->d2i_PUBKEY != NULL) in der2key_decode()
229 key = ctx->desc->d2i_PUBKEY(NULL, &derp, der_len); in der2key_decode()
/third_party/openssl/test/
Dendecoder_legacy_test.c89 d2i_of_void *d2i_PUBKEY; member
668 test_stanza->i2d_PUBKEY, test_stanza->d2i_PUBKEY, in test_key()
/third_party/openssl/doc/man7/
DEVP_KEYEXCH-DH.pod75 EVP_PKEY *peer_pub_key = d2i_PUBKEY(NULL, &pd, peer_pub_der_len);
Dmigration_guide.pod670 L<d2i_AutoPrivateKey(3)>, L<d2i_PrivateKey(3)> and L<d2i_PUBKEY(3)>
/third_party/openssl/crypto/x509/
Dx_all.c710 return ASN1_d2i_fp_of(EVP_PKEY, EVP_PKEY_new, d2i_PUBKEY, fp, a); in d2i_PUBKEY_fp()
777 return ASN1_d2i_bio_of(EVP_PKEY, EVP_PKEY_new, d2i_PUBKEY, bp, a); in d2i_PUBKEY_bio()
Dx_pubkey.c542 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp, long length) in d2i_PUBKEY() function
/third_party/rust/crates/rust-openssl/openssl/src/
Dpkey.rs771 #[corresponds(d2i_PUBKEY)]
774 ffi::d2i_PUBKEY
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dx509.rs170 pub fn d2i_PUBKEY(k: *mut *mut EVP_PKEY, buf: *mut *const u8, len: c_long) -> *mut EVP_PKEY; in d2i_PUBKEY() function
/third_party/openssl/engines/
De_loader_attic.c657 if ((pkey = d2i_PUBKEY(NULL, &blob, len)) != NULL) { in try_decode_PUBKEY()
/third_party/openssl/ohos_lite/include/openssl/
Dx509.h515 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp, long length);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c2343 pkey = d2i_PUBKEY(NULL, &der, der_len); in crypto_ec_key_parse_pub()
/third_party/node/src/
Dnode_crypto.cc2645 return d2i_PUBKEY(nullptr, p, l); in ParsePublicKeyPEM()
2682 pkey->reset(d2i_PUBKEY(nullptr, &p, key_len)); in ParsePublicKey()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.c1018 pkey = d2i_PUBKEY(NULL, &p, data_len); in dpp_parse_uri_pk()
6473 csign = d2i_PUBKEY(NULL, &p, csign_key_len); in dpp_peer_intro()
/third_party/openssl/ssl/
Dssl_lib.c377 if (!d2i_PUBKEY(&pkey, &p, ilen) || p < data || in dane_tlsa_add()
/third_party/openssl/util/
Dlibcrypto.num3552 d2i_PUBKEY 3633 3_0_0 EXIST::FUNCTION: