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

/barrelfish-master/lib/openssl-1.0.0d/crypto/asn1/
H A Dd2i_pr.c71 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp, function
128 /* This works like d2i_PrivateKey() except it automatically works out the type */
169 return d2i_PrivateKey(keytype, a, pp, length);
/barrelfish-master/lib/openssl-1.0.0d/crypto/pem/
H A Dpem_pkey.c128 ret=d2i_PrivateKey(ameth->pkey_id,x,&p,len);
H A Dpem_info.c250 if (!d2i_PrivateKey(ptype, pp, &p, len))
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dssl_rsa.c368 if ((pkey=d2i_PrivateKey(type,NULL,&p,(long)len)) == NULL)
688 if ((pkey=d2i_PrivateKey(type,NULL,&p,(long)len)) == NULL)
/barrelfish-master/lib/openssl-1.0.0d/crypto/evp/
H A Devp.h878 EVP_PKEY * d2i_PrivateKey(int type,EVP_PKEY **a, const unsigned char **pp,
/barrelfish-master/include/openssl/
H A Devp.h878 EVP_PKEY * d2i_PrivateKey(int type,EVP_PKEY **a, const unsigned char **pp,

Completed in 106 milliseconds