Home
last modified time | relevance | path

Searched refs:PEM_read_bio_PrivateKey (Results 1 – 12 of 12) sorted by relevance

/freebsd-9-stable/crypto/openssl/crypto/pem/
Dpem_pkey.c69 EVP_PKEY *PEM_read_bio_PrivateKey(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, in PEM_read_bio_PrivateKey() function
151 ret = PEM_read_bio_PrivateKey(b, x, cb, u); in PEM_read_PrivateKey()
Dpem_all.c176 pktmp = PEM_read_bio_PrivateKey(bp, NULL, cb, u); in PEM_read_bio_RSAPrivateKey()
259 pktmp = PEM_read_bio_PrivateKey(bp, NULL, cb, u); in PEM_read_bio_DSAPrivateKey()
337 pktmp = PEM_read_bio_PrivateKey(bp, NULL, cb, u); in PEM_read_bio_ECPrivateKey()
Dpem.h527 # define PEM_read_bio_PrivateKey(bp,x,cb,u) (EVP_PKEY *)PEM_ASN1_read_bio( \ macro
/freebsd-9-stable/crypto/openssl/doc/crypto/
Dpem.pod5 PEM, PEM_read_bio_PrivateKey, PEM_read_PrivateKey, PEM_write_bio_PrivateKey,
33 EVP_PKEY *PEM_read_bio_PrivateKey(BIO *bp, EVP_PKEY **x,
402 key = PEM_read_bio_PrivateKey(bp, NULL, 0, "hello");
410 key = PEM_read_bio_PrivateKey(bp, NULL, pass_cb, "My Private Key");
/freebsd-9-stable/crypto/openssl/crypto/engine/
Deng_openssl.c398 key = PEM_read_bio_PrivateKey(in, NULL, 0, NULL); in openssl_load_privkey()
/freebsd-9-stable/crypto/openssl/ssl/
Dssl_rsa.c311 pkey = PEM_read_bio_PrivateKey(in, NULL, in SSL_use_PrivateKey_file()
605 pkey = PEM_read_bio_PrivateKey(in, NULL, in SSL_CTX_use_PrivateKey_file()
/freebsd-9-stable/contrib/ntp/sntp/libevent/test/
Dregress_ssl.c85 key = PEM_read_bio_PrivateKey(bio,NULL,NULL,NULL); in getkey()
/freebsd-9-stable/crypto/openssh/
Dauthfile.c888 pk = PEM_read_bio_PrivateKey(bio, NULL, NULL, (char *)passphrase); in key_parse_private_pem()
/freebsd-9-stable/secure/lib/libcrypto/
DMakefile.man711 MLINKS+= pem.3 PEM_read_bio_PrivateKey.3
/freebsd-9-stable/crypto/openssl/apps/
Dapps.c878 pkey = PEM_read_bio_PrivateKey(key, NULL, in load_key()
/freebsd-9-stable/crypto/openssl/util/
Dlibeay.num391 PEM_read_bio_PrivateKey 399 EXIST::FUNCTION:
/freebsd-9-stable/crypto/openssl/doc/
Dssleay.txt2050 #define PEM_read_bio_PrivateKey(bp,x,cb)