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

/freebsd-10.1-release/crypto/openssl/crypto/asn1/
H A Dd2i_pr.c71 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp, function
122 * This works like d2i_PrivateKey() except it automatically works out the
167 return d2i_PrivateKey(keytype, a, pp, length);
/freebsd-10.1-release/crypto/openssl/crypto/pem/
H A Dpem_pkey.c134 ret = d2i_PrivateKey(ameth->pkey_id, x, &p, len);
H A Dpem_info.c238 if (!d2i_PrivateKey(ptype, pp, &p, len)) {
/freebsd-10.1-release/crypto/openssl/ssl/
H A Dssl_rsa.c343 if ((pkey = d2i_PrivateKey(type, NULL, &p, (long)len)) == NULL) {
636 if ((pkey = d2i_PrivateKey(type, NULL, &p, (long)len)) == NULL) {
/freebsd-10.1-release/contrib/ldns/
H A Dkeys.c204 pkey = d2i_PrivateKey(gost_id, NULL, &pp, (int)ldns_rdf_size(b64rdf));
/freebsd-10.1-release/crypto/openssl/crypto/evp/
H A Devp.h956 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp,

Completed in 39 milliseconds