Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A Dd2i_PrivateKey.pod5 d2i_PrivateKey_ex, d2i_PrivateKey, d2i_PublicKey, d2i_KeyParams,
16 EVP_PKEY *d2i_PrivateKey_ex(int type, EVP_PKEY **a, const unsigned char **pp,
52 d2i_PrivateKey_ex() decodes a private key using algorithm I<type>. It attempts
63 d2i_PrivateKey() does the same as d2i_PrivateKey_ex() except that the default
69 d2i_PrivateKey_ex() and d2i_PrivateKey() respectively except that they decode
75 d2i_PrivateKey_ex() and d2i_PrivateKey() respectively except that they attempt
103 The d2i_PrivateKey_ex(), d2i_PrivateKey(), d2i_AutoPrivateKey_ex(),
123 d2i_PrivateKey_ex(), d2i_PrivateKey_ex_bio(), d2i_PrivateKey_ex_fp(), and
/freebsd/crypto/openssl/crypto/asn1/
H A Dd2i_pr.c143 EVP_PKEY *d2i_PrivateKey_ex(int keytype, EVP_PKEY **a, const unsigned char **pp, in d2i_PrivateKey_ex() function
159 return d2i_PrivateKey_ex(type, a, pp, length, NULL, NULL); in d2i_PrivateKey()
/freebsd/crypto/openssl/demos/signature/
H A Drsa_pss_hash.c45 pkey = d2i_PrivateKey_ex(EVP_PKEY_RSA, NULL, &ppriv_key, in sign()
H A Drsa_pss_direct.c50 pkey = d2i_PrivateKey_ex(EVP_PKEY_RSA, NULL, &ppriv_key, in sign()
/freebsd/crypto/openssl/crypto/pem/
H A Dpem_info.c163 if (d2i_PrivateKey_ex(ptype, pp, &p, len, in STACK_OF()
/freebsd/crypto/openssl/engines/
H A De_loader_attic.c541 pkey = d2i_PrivateKey_ex(pkey_id, NULL, &blob, len, in try_decode_PrivateKey()
572 tmp_pkey = d2i_PrivateKey_ex(pkey_id, NULL, in try_decode_PrivateKey()
601 tmp_pkey = d2i_PrivateKey_ex(pkey_id, NULL, &tmp_blob, len, in try_decode_PrivateKey()
/freebsd/crypto/openssl/ssl/
H A Dssl_rsa.c200 if ((pkey = d2i_PrivateKey_ex(type, NULL, &p, (long)len, ssl->ctx->libctx, in SSL_use_PrivateKey_ASN1()
402 if ((pkey = d2i_PrivateKey_ex(type, NULL, &p, (long)len, ctx->libctx, in SSL_CTX_use_PrivateKey_ASN1()
/freebsd/crypto/openssl/test/
H A Dpkcs12_format_test.c777 if (!TEST_ptr(pkey = d2i_PrivateKey_ex(EVP_PKEY_RSA, NULL, &p, in pkcs12_create_test()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h1392 EVP_PKEY *d2i_PrivateKey_ex(int type, EVP_PKEY **a, const unsigned char **pp,
/freebsd/secure/lib/libcrypto/
H A DVersion.map5374 d2i_PrivateKey_ex;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4925 MLINKS+= d2i_PrivateKey.3 d2i_PrivateKey_ex.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num5015 d2i_PrivateKey_ex 5143 3_0_0 EXIST::FUNCTION: