| /freebsd/crypto/openssl/doc/man3/ |
| H A D | PEM_read.pod | 5 PEM_read, PEM_read_bio, PEM_do_header, PEM_get_EVP_CIPHER_INFO, PEM_write, 15 int PEM_read_bio(BIO *bp, char **name, char **header, 66 PEM_read() reads from the file B<fp>, while PEM_read_bio() reads 77 PEM_read() or PEM_read_bio() is encrypted and to retrieve the associated cipher 80 B<cinfo> argument and the B<header> returned via PEM_read() or PEM_read_bio(). 92 PEM_read() or PEM_read_bio(). 104 PEM_read(), and PEM_read_bio() return 1 on success and 0 on failure, the latter
|
| H A D | PEM_read_bio_ex.pod | 32 the historical behavior of PEM_read_bio().
|
| /freebsd/lib/libsecureboot/openpgp/ |
| H A D | dearmor.c | 81 if (!PEM_read_bio(bp, &name, &header, &data, &llen)) in dearmor()
|
| /freebsd/crypto/openssl/test/ |
| H A D | x509aux.c | 36 for (c = 0; !err && PEM_read_bio(fp, &name, &header, &data, &len); ++c) { in test_certs()
|
| H A D | danetest.c | 106 && PEM_read_bio(fp, &name, &header, &data, &len) == 1; in STACK_OF()
|
| /freebsd/crypto/openssl/providers/implementations/encode_decode/ |
| H A D | decode_pem2der.c | 42 ok = (PEM_read_bio(in, pem_name, pem_header, data, len) > 0); in read_pem()
|
| /freebsd/crypto/openssl/crypto/pem/ |
| H A D | pem_info.c | 82 i = PEM_read_bio(bp, &name, &header, &data, &len); in STACK_OF()
|
| H A D | pem_lib.c | 713 ret = PEM_read_bio(b, name, header, data, len); in PEM_read() 1029 int PEM_read_bio(BIO *bp, char **name, char **header, unsigned char **data, in PEM_read_bio() function
|
| /freebsd/crypto/openssl/apps/ |
| H A D | asn1parse.c | 194 if (PEM_read_bio(in, &name, &header, &str, &num) != 1) { in asn1parse_main()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | pem.h | 379 int PEM_read_bio(BIO *bp, char **name, char **header,
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_rsa.c | 899 if (PEM_read_bio(bin, &name, &header, &extension, &extension_length) in SSL_CTX_use_serverinfo_file()
|
| /freebsd/crypto/openssl/engines/ |
| H A D | e_loader_attic.c | 1296 : PEM_read_bio(bp, pem_name, pem_header, data, len); in file_read_pem()
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Version.map | 2143 PEM_read_bio;
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 3563 MLINKS+= PEM_read.3 PEM_read_bio.3
|
| /freebsd/crypto/openssl/util/ |
| H A D | libcrypto.num | 1451 PEM_read_bio 1486 3_0_0 EXIST::FUNCTION:
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 2279 The functions PEM_read_bio() and PEM_read() are simple wrappers around
|