/third_party/openssl/doc/man3/ |
D | X509_PUBKEY_new.pod | 7 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
|
D | d2i_RSAPrivateKey.pod | 178 b<d2i_I<TYPE>_PUBKEY()> with L<d2i_PUBKEY(3)>, 306 L<d2i_PUBKEY(3)>,
|
/third_party/openssl/providers/implementations/encode_decode/ |
D | decode_der2key.c | 68 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/ |
D | endecoder_legacy_test.c | 89 d2i_of_void *d2i_PUBKEY; member 668 test_stanza->i2d_PUBKEY, test_stanza->d2i_PUBKEY, in test_key()
|
/third_party/openssl/doc/man7/ |
D | EVP_KEYEXCH-DH.pod | 75 EVP_PKEY *peer_pub_key = d2i_PUBKEY(NULL, &pd, peer_pub_der_len);
|
D | migration_guide.pod | 670 L<d2i_AutoPrivateKey(3)>, L<d2i_PrivateKey(3)> and L<d2i_PUBKEY(3)>
|
/third_party/openssl/crypto/x509/ |
D | x_all.c | 710 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()
|
D | x_pubkey.c | 542 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/ |
D | pkey.rs | 771 #[corresponds(d2i_PUBKEY)] 774 ffi::d2i_PUBKEY
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | x509.rs | 170 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/ |
D | e_loader_attic.c | 657 if ((pkey = d2i_PUBKEY(NULL, &blob, len)) != NULL) { in try_decode_PUBKEY()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | x509.h | 515 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp, long length);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto_openssl.c | 2343 pkey = d2i_PUBKEY(NULL, &der, der_len); in crypto_ec_key_parse_pub()
|
/third_party/node/src/ |
D | node_crypto.cc | 2645 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/ |
D | dpp.c | 1018 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/ |
D | ssl_lib.c | 377 if (!d2i_PUBKEY(&pkey, &p, ilen) || p < data || in dane_tlsa_add()
|
/third_party/openssl/util/ |
D | libcrypto.num | 3552 d2i_PUBKEY 3633 3_0_0 EXIST::FUNCTION:
|