Home
last modified time | relevance | path

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

/third_party/openssl/crypto/x509/
Dx_pubkey.c185 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()
Dx_all.c479 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/
DX509_PUBKEY_new.pod6 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/
Dct_b64.c154 pkey = d2i_PUBKEY(NULL, &p, pkey_der_len); in CTLOG_new_from_base64()
/third_party/openssl/crypto/store/
Dloader_file.c530 if ((pkey = d2i_PUBKEY(NULL, &blob, len)) != NULL) { in try_decode_PUBKEY()
/third_party/openssl/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/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2959 #define d2i_PUBKEY BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, d2i_PUBKEY) macro
/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.c398 if (!d2i_PUBKEY(&pkey, &p, ilen) || p < data || in dane_tlsa_add()
/third_party/openssl/util/
Dlibcrypto.num3677 d2i_PUBKEY 3633 1_1_0 EXIST::FUNCTION: