Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/doc/man3/
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
DPEM_read_CMS.pod64 by the functions here, see L<PEM_read(3)>.
92 L<PEM_read(3)>,
/freebsd-12-stable/crypto/openssl/include/openssl/
Dpem.h265 int PEM_read(FILE *fp, char **name, char **header,
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile228 MAN+= PEM_read.3
2118 MLINKS+= PEM_read.3 PEM_do_header.3
2119 MLINKS+= PEM_read.3 PEM_get_EVP_CIPHER_INFO.3
2120 MLINKS+= PEM_read.3 PEM_read_bio.3
2121 MLINKS+= PEM_read.3 PEM_write.3
2122 MLINKS+= PEM_read.3 PEM_write_bio.3
/freebsd-12-stable/crypto/openssl/crypto/pem/
Dpem_lib.c665 int PEM_read(FILE *fp, char **name, char **header, unsigned char **data, in PEM_read() function
/freebsd-12-stable/secure/lib/libcrypto/
DVersion.map2187 PEM_read;
/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_crypto.c3840 if (!PEM_read(str, &name, &header, &data, &len)) { in crypto_cert()
/freebsd-12-stable/crypto/openssl/crypto/err/
Dopenssl.txt928 PEM_F_PEM_READ:108:PEM_read
/freebsd-12-stable/crypto/openssl/
DCHANGES180 The functions PEM_read_bio() and PEM_read() are simple wrappers around
12665 *) Implement the PEM_read/PEM_write functions in crypto/pem/pem_all.c