Searched refs:PEM_bytes_read_bio (Results 1 – 5 of 5) sorted by relevance
/external/boringssl/src/crypto/pem/ |
D | pem_pkey.c | 81 if (!PEM_bytes_read_bio(&data, &len, &nm, PEM_STRING_EVP_PKEY, bp, cb, u)) in PEM_read_bio_PrivateKey() 199 if (!PEM_bytes_read_bio(&data, &len, &nm, PEM_STRING_DHPARAMS, bp, cb, u)) in PEM_read_bio_DHparams()
|
D | pem_oth.c | 80 if (!PEM_bytes_read_bio(&data, &len, NULL, name, bp, cb, u)) in PEM_ASN1_read_bio()
|
D | pem_lib.c | 191 int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm, in PEM_bytes_read_bio() function
|
/external/boringssl/src/crypto/pkcs7/ |
D | pkcs7_x509.c | 139 if (!PEM_bytes_read_bio(&data, &len, NULL /* PEM type output */, in PKCS7_get_PEM_certificates() 161 if (!PEM_bytes_read_bio(&data, &len, NULL /* PEM type output */, in PKCS7_get_PEM_CRLs()
|
/external/boringssl/src/include/openssl/ |
D | pem.h | 300 OPENSSL_EXPORT int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm, const char *na…
|