Searched refs:PEM_read (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | PEM_read.pod | 6 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
|
| D | PEM_read_CMS.pod | 64 by the functions here, see L<PEM_read(3)>. 92 L<PEM_read(3)>,
|
| /freebsd-12-stable/crypto/openssl/include/openssl/ |
| D | pem.h | 265 int PEM_read(FILE *fp, char **name, char **header,
|
| /freebsd-12-stable/secure/lib/libcrypto/man/man3/ |
| D | Makefile | 228 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/ |
| D | pem_lib.c | 665 int PEM_read(FILE *fp, char **name, char **header, unsigned char **data, in PEM_read() function
|
| /freebsd-12-stable/secure/lib/libcrypto/ |
| D | Version.map | 2187 PEM_read;
|
| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | ntp_crypto.c | 3840 if (!PEM_read(str, &name, &header, &data, &len)) { in crypto_cert()
|
| /freebsd-12-stable/crypto/openssl/crypto/err/ |
| D | openssl.txt | 928 PEM_F_PEM_READ:108:PEM_read
|
| /freebsd-12-stable/crypto/openssl/ |
| D | CHANGES | 180 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
|