Searched refs:d2i_PrivateKey_ex (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | d2i_PrivateKey.pod | 5 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 D | d2i_pr.c | 143 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 D | rsa_pss_hash.c | 45 pkey = d2i_PrivateKey_ex(EVP_PKEY_RSA, NULL, &ppriv_key, in sign()
|
H A D | rsa_pss_direct.c | 50 pkey = d2i_PrivateKey_ex(EVP_PKEY_RSA, NULL, &ppriv_key, in sign()
|
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pem_info.c | 163 if (d2i_PrivateKey_ex(ptype, pp, &p, len, in STACK_OF()
|
/freebsd/crypto/openssl/engines/ |
H A D | e_loader_attic.c | 541 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 D | ssl_rsa.c | 200 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 D | pkcs12_format_test.c | 777 if (!TEST_ptr(pkey = d2i_PrivateKey_ex(EVP_PKEY_RSA, NULL, &p, in pkcs12_create_test()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 1392 EVP_PKEY *d2i_PrivateKey_ex(int type, EVP_PKEY **a, const unsigned char **pp,
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 5374 d2i_PrivateKey_ex;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 4925 MLINKS+= d2i_PrivateKey.3 d2i_PrivateKey_ex.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 5015 d2i_PrivateKey_ex 5143 3_0_0 EXIST::FUNCTION:
|