Home
last modified time | relevance | path

Searched refs:PEM_read (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DPEM_read.pod6 PEM_read, PEM_read_bio, PEM_do_header, PEM_get_EVP_CIPHER_INFO
18 int PEM_read(FILE *fp, char **name, char **header,
54 PEM_read() reads from the file B<fp>, while PEM_read_bio() reads
65 PEM_read() or PEM_read_bio() is encrypted and to retrieve the associated cipher
68 B<cinfo> argument and the B<header> returned via PEM_read() or PEM_read_bio().
80 PEM_read() or PEM_read_bio().
92 PEM_read() and PEM_read_bio() return 1 on success and 0 on failure, the latter
H A DPEM_read_CMS.pod99 by the functions here, see L<PEM_read(3)>.
129 L<PEM_read(3)>,
/freebsd/crypto/openssl/include/openssl/
H A Dpem.h407 int PEM_read(FILE *fp, char **name, char **header,
/freebsd/crypto/openssl/crypto/pem/
H A Dpem_lib.c671 int PEM_read(FILE *fp, char **name, char **header, unsigned char **data, in PEM_read() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile326 MAN+= PEM_read.3
3312 MLINKS+= PEM_read.3 PEM_do_header.3
3313 MLINKS+= PEM_read.3 PEM_get_EVP_CIPHER_INFO.3
3338 MLINKS+= PEM_read.3 PEM_read_bio.3
3364 MLINKS+= PEM_read.3 PEM_write.3
3394 MLINKS+= PEM_read.3 PEM_write_bio.3
/freebsd/crypto/openssl/doc/
H A Dbuild.info1778 DEPEND[html/man3/PEM_read.html]=man3/PEM_read.pod
1779 GENERATE[html/man3/PEM_read.html]=man3/PEM_read.pod
1780 DEPEND[man/man3/PEM_read.3]=man3/PEM_read.pod
1781 GENERATE[man/man3/PEM_read.3]=man3/PEM_read.pod
3230 html/man3/PEM_read.html \
3838 man/man3/PEM_read.3 \
/freebsd/contrib/ntp/ntpd/
H A Dntp_crypto.c3831 if (!PEM_read(str, &name, &header, &data, &len)) { in crypto_cert()
/freebsd/secure/lib/libcrypto/
H A DVersion.map2121 PEM_read;
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num2045 PEM_read 2093 3_0_0 EXIST::FUNCTION:STDIO
/freebsd/crypto/openssl/
H A DCHANGES.md476 The functions PEM_read_bio() and PEM_read() are simple wrappers around
18284 * Implement the PEM_read/PEM_write functions in crypto/pem/pem_all.c