Searched refs:d2i_PrivateKey (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dd2i_pr.c71 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp, function
127 * This works like d2i_PrivateKey() except it automatically works out the
176 return d2i_PrivateKey(keytype, a, pp, length);
/freebsd-11-stable/crypto/openssl/crypto/pem/
H A Dpem_pkey.c138 ret = d2i_PrivateKey(ameth->pkey_id, x, &p, len);
H A Dpem_info.c244 if (!d2i_PrivateKey(ptype, pp, &p, len)) {
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_rsa.c369 if ((pkey = d2i_PrivateKey(type, NULL, &p, (long)len)) == NULL) {
669 if ((pkey = d2i_PrivateKey(type, NULL, &p, (long)len)) == NULL) {
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.man193 MAN+= d2i_PrivateKey.3
1024 MLINKS+= d2i_PrivateKey.3 d2i_AutoPrivateKey.3
1025 MLINKS+= d2i_PrivateKey.3 d2i_Private_key.3
1026 MLINKS+= d2i_PrivateKey.3 i2d_PrivateKey.3
/freebsd-11-stable/contrib/ldns/
H A Dkeys.c204 pkey = d2i_PrivateKey(gost_id, NULL, &pp, (int)ldns_rdf_size(b64rdf));
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Devp.h987 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp,

Completed in 119 milliseconds