Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/asn1/
H A Da_pkey.c78 d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp, long length) in d2i_PrivateKey() function
185 return d2i_PrivateKey(keytype, a, pp, length); in d2i_AutoPrivateKey()
/dragonfly/crypto/libressl/ssl/
H A Dssl_rsa.c338 if ((pkey = d2i_PrivateKey(type, NULL, &d, (long)len)) == NULL) { in SSL_use_PrivateKey_ASN1()
632 if ((pkey = d2i_PrivateKey(type, NULL, &d, (long)len)) == NULL) { in SSL_CTX_use_PrivateKey_ASN1()
/dragonfly/crypto/libressl/crypto/pem/
H A Dpem_pkey.c139 ret = d2i_PrivateKey(ameth->pkey_id, x, &p, len); in PEM_read_bio_PrivateKey()
H A Dpem_info.c237 if (!d2i_PrivateKey(ptype, pp, &p, in STACK_OF()
/dragonfly/contrib/ldns/
H A Dkeys.c223 pkey = d2i_PrivateKey(gost_id, NULL, &pp, (int)ldns_rdf_size(b64rdf)); in ldns_key_new_frm_fp_gost_l()
340 return d2i_PrivateKey(NID_ED25519, NULL, &pp, buflen); in ldns_ed25519_priv_raw()
392 return d2i_PrivateKey(NID_ED448, NULL, &pp, buflen); in ldns_ed448_priv_raw()
/dragonfly/crypto/libressl/
H A DREADME.DELETED696 man/d2i_PrivateKey.3
/dragonfly/crypto/libressl/include/openssl/
H A Devp.h835 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp,