Searched refs:PEM_read_bio (Results 1 – 13 of 13) sorted by relevance
/third_party/openssl/doc/man3/ |
D | PEM_read.pod | 6 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
|
D | PEM_read_bio_ex.pod | 32 the historical behavior of PEM_read_bio().
|
/third_party/openssl/test/ |
D | x509aux.c | 37 for (c = 0; !err && PEM_read_bio(fp, &name, &header, &data, &len); ++c) { in test_certs()
|
D | danetest.c | 107 && PEM_read_bio(fp, &name, &header, &data, &len) == 1; in STACK_OF()
|
/third_party/openssl/providers/implementations/encode_decode/ |
D | decode_pem2der.c | 40 ok = (PEM_read_bio(in, pem_name, pem_header, data, len) > 0); in read_pem()
|
/third_party/openssl/crypto/pem/ |
D | pem_info.c | 82 i = PEM_read_bio(bp, &name, &header, &data, &len); in STACK_OF()
|
D | pem_lib.c | 682 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/ |
D | asn1parse.c | 183 if (PEM_read_bio(in, &name, &header, &str, &num) != 1) { in asn1parse_main()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | pem.h | 237 int PEM_read_bio(BIO *bp, char **name, char **header,
|
/third_party/openssl/include/openssl/ |
D | pem.h | 373 int PEM_read_bio(BIO *bp, char **name, char **header,
|
/third_party/openssl/ssl/ |
D | ssl_rsa.c | 841 if (PEM_read_bio(bin, &name, &header, &extension, &extension_length) in SSL_CTX_use_serverinfo_file()
|
/third_party/openssl/engines/ |
D | e_loader_attic.c | 1316 : PEM_read_bio(bp, pem_name, pem_header, data, len); in file_read_pem()
|
/third_party/openssl/util/ |
D | libcrypto.num | 1451 PEM_read_bio 1486 3_0_0 EXIST::FUNCTION:
|