Searched refs:PEM_bytes_read_bio_secmem (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/doc/man3/ |
D | PEM_bytes_read_bio.pod | 5 PEM_bytes_read_bio, PEM_bytes_read_bio_secmem - read a PEM-encoded data structure from a BIO 14 int PEM_bytes_read_bio_secmem(unsigned char **pdata, long *plen, char **pnm, 42 PEM_bytes_read_bio_secmem() is similar to PEM_bytes_read_bio(), but uses 49 PEM_bytes_read_bio_secmem() only enforces that the secure heap is used for 65 PEM_bytes_read_bio() and PEM_bytes_read_bio_secmem() return 1 for success or 75 PEM_bytes_read_bio_secmem() was introduced in OpenSSL 1.1.1
|
/third_party/openssl/crypto/pem/ |
D | pem_pkey.c | 110 if (!PEM_bytes_read_bio_secmem(&data, &len, &nm, in pem_read_bio_key_legacy()
|
D | pem_lib.c | 285 int PEM_bytes_read_bio_secmem(unsigned char **pdata, long *plen, char **pnm, in PEM_bytes_read_bio_secmem() function
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | pem.h | 244 int PEM_bytes_read_bio_secmem(unsigned char **pdata, long *plen, char **pnm,
|
/third_party/openssl/include/openssl/ |
D | pem.h | 380 int PEM_bytes_read_bio_secmem(unsigned char **pdata, long *plen, char **pnm,
|
/third_party/openssl/util/ |
D | libcrypto.num | 4143 PEM_bytes_read_bio_secmem 4235 3_0_0 EXIST::FUNCTION:
|