Searched refs:d2i_PUBKEY (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/crypto/x509/ |
D | x_pubkey.c | 185 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp, long length) in d2i_PUBKEY() function 229 pkey = d2i_PUBKEY(NULL, &q, length); in d2i_RSA_PUBKEY() 269 pkey = d2i_PUBKEY(NULL, &q, length); in d2i_DSA_PUBKEY() 309 pkey = d2i_PUBKEY(NULL, &q, length); in d2i_EC_PUBKEY()
|
D | x_all.c | 479 return ASN1_d2i_fp_of(EVP_PKEY, EVP_PKEY_new, d2i_PUBKEY, fp, a); in d2i_PUBKEY_fp() 526 return ASN1_d2i_bio_of(EVP_PKEY, EVP_PKEY_new, d2i_PUBKEY, bp, a); in d2i_PUBKEY_bio()
|
/third_party/openssl/doc/man3/ |
D | X509_PUBKEY_new.pod | 6 X509_PUBKEY_get, d2i_PUBKEY, i2d_PUBKEY, d2i_PUBKEY_bio, d2i_PUBKEY_fp, 21 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp, long length); 58 d2i_PUBKEY() and i2d_PUBKEY() decode and encode an B<EVP_PKEY> structure 63 similar to d2i_PUBKEY() and i2d_PUBKEY() except they decode or encode using a
|
/third_party/openssl/crypto/ct/ |
D | ct_b64.c | 154 pkey = d2i_PUBKEY(NULL, &p, pkey_der_len); in CTLOG_new_from_base64()
|
/third_party/openssl/crypto/store/ |
D | loader_file.c | 530 if ((pkey = d2i_PUBKEY(NULL, &blob, len)) != NULL) { in try_decode_PUBKEY()
|
/third_party/openssl/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/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 2959 #define d2i_PUBKEY BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, d2i_PUBKEY) macro
|
/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 | 398 if (!d2i_PUBKEY(&pkey, &p, ilen) || p < data || in dane_tlsa_add()
|
/third_party/openssl/util/ |
D | libcrypto.num | 3677 d2i_PUBKEY 3633 1_1_0 EXIST::FUNCTION:
|