Searched refs:PEM_read_bio_PrivateKey (Results 1 – 12 of 12) sorted by relevance
| /freebsd-9-stable/crypto/openssl/crypto/pem/ |
| D | pem_pkey.c | 69 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()
|
| D | pem_all.c | 176 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()
|
| D | pem.h | 527 # define PEM_read_bio_PrivateKey(bp,x,cb,u) (EVP_PKEY *)PEM_ASN1_read_bio( \ macro
|
| /freebsd-9-stable/crypto/openssl/doc/crypto/ |
| D | pem.pod | 5 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/ |
| D | eng_openssl.c | 398 key = PEM_read_bio_PrivateKey(in, NULL, 0, NULL); in openssl_load_privkey()
|
| /freebsd-9-stable/crypto/openssl/ssl/ |
| D | ssl_rsa.c | 311 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/ |
| D | regress_ssl.c | 85 key = PEM_read_bio_PrivateKey(bio,NULL,NULL,NULL); in getkey()
|
| /freebsd-9-stable/crypto/openssh/ |
| D | authfile.c | 888 pk = PEM_read_bio_PrivateKey(bio, NULL, NULL, (char *)passphrase); in key_parse_private_pem()
|
| /freebsd-9-stable/secure/lib/libcrypto/ |
| D | Makefile.man | 711 MLINKS+= pem.3 PEM_read_bio_PrivateKey.3
|
| /freebsd-9-stable/crypto/openssl/apps/ |
| D | apps.c | 878 pkey = PEM_read_bio_PrivateKey(key, NULL, in load_key()
|
| /freebsd-9-stable/crypto/openssl/util/ |
| D | libeay.num | 391 PEM_read_bio_PrivateKey 399 EXIST::FUNCTION:
|
| /freebsd-9-stable/crypto/openssl/doc/ |
| D | ssleay.txt | 2050 #define PEM_read_bio_PrivateKey(bp,x,cb)
|