Home
last modified time | relevance | path

Searched refs:d2i_AutoPrivateKey (Results 1 – 10 of 10) sorted by relevance

/third_party/openssl/doc/man3/
Dd2i_PrivateKey.pod5 d2i_PrivateKey, d2i_PublicKey, d2i_AutoPrivateKey,
18 EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **a, const unsigned char **pp,
34 d2i_AutoPrivateKey() is similar to d2i_PrivateKey() except it attempts to
53 If the B<*a> is not NULL when calling d2i_PrivateKey() or d2i_AutoPrivateKey()
63 The d2i_PrivateKey(), d2i_AutoPrivateKey(), d2i_PrivateKey_bio(), d2i_PrivateKey_fp(),
/third_party/openssl/crypto/asn1/
Dd2i_pr.c102 EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **a, const unsigned char **pp, in d2i_AutoPrivateKey() function
/third_party/openssl/crypto/x509/
Dx_all.c469 return ASN1_d2i_fp_of(EVP_PKEY, EVP_PKEY_new, d2i_AutoPrivateKey, fp, a); in d2i_PrivateKey_fp()
516 return ASN1_d2i_bio_of(EVP_PKEY, EVP_PKEY_new, d2i_AutoPrivateKey, bp, a); in d2i_PrivateKey_bio()
/third_party/openssl/fuzz/
Dasn1.c342 DO_TEST_PRINT_PCTX(EVP_PKEY, d2i_AutoPrivateKey, i2d_PrivateKey, EVP_PKEY_print_private); in FuzzerTestOneInput()
/third_party/openssl/test/
Devp_extra_test.c1080 if (!TEST_ptr(pkey = d2i_AutoPrivateKey(NULL, &p, input_len)) in test_d2i_AutoPrivateKey()
1526 if (!TEST_ptr(pkey = d2i_AutoPrivateKey(NULL, &p, input_len)) in test_EVP_PKEY_check()
/third_party/openssl/include/openssl/
Devp.h1049 EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **a, const unsigned char **pp,
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2907 #define d2i_AutoPrivateKey BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, d2i_AutoPrivateKey) macro
/third_party/openssl/crypto/err/
Dopenssl.txt83 ASN1_F_D2I_AUTOPRIVATEKEY:207:d2i_AutoPrivateKey
/third_party/openssl/util/
Dlibcrypto.num2551 d2i_AutoPrivateKey 2518 1_1_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES11557 *) Add a function 'd2i_AutoPrivateKey()' this will automatically decide