Home
last modified time | relevance | path

Searched refs:EVP_PKCS82PKEY (Results 1 – 16 of 16) sorted by relevance

/third_party/openssl/crypto/asn1/
Dd2i_pr.c53 tmp = EVP_PKCS82PKEY(p8); in d2i_PrivateKey()
90 ret = EVP_PKCS82PKEY(p8); in key_as_pkcs8()
/third_party/openssl/crypto/pkcs12/
Dp12_kiss.c196 *pkey = EVP_PKCS82PKEY(PKCS12_SAFEBAG_get0_p8inf(bag)); in parse_bag()
206 *pkey = EVP_PKCS82PKEY(p8); in parse_bag()
/third_party/openssl/crypto/pem/
Dpem_pkey.c45 ret = EVP_PKCS82PKEY(p8inf); in PEM_read_bio_PrivateKey()
73 ret = EVP_PKCS82PKEY(p8inf); in PEM_read_bio_PrivateKey()
Dpem_pk8.c137 ret = EVP_PKCS82PKEY(p8inf); in d2i_PKCS8PrivateKey_bio()
/third_party/openssl/crypto/evp/
Devp_pkey.c21 EVP_PKEY *EVP_PKCS82PKEY(const PKCS8_PRIV_KEY_INFO *p8) in EVP_PKCS82PKEY() function
/third_party/openssl/apps/
Dpkcs8.c327 if ((pkey = EVP_PKCS82PKEY(p8inf)) == NULL) { in pkcs8_main()
Dpkcs12.c676 if ((pkey = EVP_PKCS82PKEY(p8c)) == NULL) in dump_certs_pkeys_bag()
698 if ((pkey = EVP_PKCS82PKEY(p8)) == NULL) { in dump_certs_pkeys_bag()
/third_party/openssl/doc/man3/
DEVP_PKEY_ASN1_METHOD.pod188 They're called by L<EVP_PKCS82PKEY(3)> and L<EVP_PKEY2PKCS8(3)>.
/third_party/openssl/crypto/store/
Dloader_file.c419 pkey = EVP_PKCS82PKEY(p8inf); in try_decode_PrivateKey()
/third_party/openssl/test/
Devp_extra_test.c1169 if (!TEST_ptr_null(pkey = EVP_PKCS82PKEY(p8inf))) in test_EVP_PKCS82PKEY()
/third_party/openssl/include/openssl/
Dx509.h1014 EVP_PKEY *EVP_PKCS82PKEY(const PKCS8_PRIV_KEY_INFO *p8);
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1540 #define EVP_PKCS82PKEY BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, EVP_PKCS82PKEY) macro
/third_party/openssl/crypto/err/
Dopenssl.txt760 EVP_F_EVP_PKCS82PKEY:111:EVP_PKCS82PKEY
/third_party/node/src/
Dnode_crypto.cc2837 pkey->reset(EVP_PKCS82PKEY(p8inf.get())); in ParsePrivateKey()
/third_party/openssl/util/
Dlibcrypto.num169 EVP_PKCS82PKEY 171 1_1_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES3295 or EVP_PKCS82PKEY) and could lead to a DoS attack or memory corruption
7055 - EVP_PKCS82PKEY (crypto/evp/evp_pkey.c) now can handle ECDSA;