Home
last modified time | relevance | path

Searched refs:PEM_read_bio (Results 1 – 13 of 13) sorted by relevance

/third_party/openssl/doc/man3/
DPEM_read.pod6 PEM_read, PEM_read_bio, PEM_do_header, PEM_get_EVP_CIPHER_INFO
20 int PEM_read_bio(BIO *bp, 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_bio_ex.pod32 the historical behavior of PEM_read_bio().
/third_party/openssl/test/
Dx509aux.c37 for (c = 0; !err && PEM_read_bio(fp, &name, &header, &data, &len); ++c) { in test_certs()
Ddanetest.c107 && PEM_read_bio(fp, &name, &header, &data, &len) == 1; in STACK_OF()
/third_party/openssl/providers/implementations/encode_decode/
Ddecode_pem2der.c40 ok = (PEM_read_bio(in, pem_name, pem_header, data, len) > 0); in read_pem()
/third_party/openssl/crypto/pem/
Dpem_info.c82 i = PEM_read_bio(bp, &name, &header, &data, &len); in STACK_OF()
Dpem_lib.c682 ret = PEM_read_bio(b, name, header, data, len); in PEM_read()
1003 int PEM_read_bio(BIO *bp, char **name, char **header, unsigned char **data, in PEM_read_bio() function
/third_party/openssl/apps/
Dasn1parse.c183 if (PEM_read_bio(in, &name, &header, &str, &num) != 1) { in asn1parse_main()
/third_party/openssl/ohos_lite/include/openssl/
Dpem.h237 int PEM_read_bio(BIO *bp, char **name, char **header,
/third_party/openssl/include/openssl/
Dpem.h373 int PEM_read_bio(BIO *bp, char **name, char **header,
/third_party/openssl/ssl/
Dssl_rsa.c841 if (PEM_read_bio(bin, &name, &header, &extension, &extension_length) in SSL_CTX_use_serverinfo_file()
/third_party/openssl/engines/
De_loader_attic.c1316 : PEM_read_bio(bp, pem_name, pem_header, data, len); in file_read_pem()
/third_party/openssl/util/
Dlibcrypto.num1451 PEM_read_bio 1486 3_0_0 EXIST::FUNCTION: