Home
last modified time | relevance | path

Searched refs:d2i_PrivateKey_bio (Results 1 – 5 of 5) sorted by relevance

/external/openssl/ssl/
Dssl_rsa.c341 pkey = d2i_PrivateKey_bio(in,NULL); in SSL_use_PrivateKey_file()
660 pkey = d2i_PrivateKey_bio(in,NULL); in SSL_CTX_use_PrivateKey_file()
/external/openssl/crypto/x509/
Dx_all.c522 EVP_PKEY *d2i_PrivateKey_bio(BIO *bp, EVP_PKEY **a) in d2i_PrivateKey_bio() function
Dx509.h756 EVP_PKEY *d2i_PrivateKey_bio(BIO *bp, EVP_PKEY **a);
/external/openssl/include/openssl/
Dx509.h756 EVP_PKEY *d2i_PrivateKey_bio(BIO *bp, EVP_PKEY **a);
/external/openssl/apps/
Dapps.c920 pkey=d2i_PrivateKey_bio(key, NULL); in load_key()