Searched refs:PEM_bytes_read_bio (Results 1 – 9 of 9) 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 11 int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm, 20 PEM_bytes_read_bio() reads PEM-formatted (IETF RFC 1421 and IETF RFC 7468) 24 stream, PEM_bytes_read_bio() will skip non-matching data types and 42 PEM_bytes_read_bio_secmem() is similar to PEM_bytes_read_bio(), but uses 65 PEM_bytes_read_bio() and PEM_bytes_read_bio_secmem() return 1 for success or
|
D | PEM_read_bio_ex.pod | 55 L<PEM_bytes_read_bio(3)>
|
/third_party/openssl/crypto/pem/ |
D | pem_oth.c | 28 if (!PEM_bytes_read_bio(&data, &len, NULL, name, bp, cb, u)) in PEM_ASN1_read_bio()
|
D | pem_pkey.c | 131 if (!PEM_bytes_read_bio(&data, &len, &nm, PEM_STRING_PARAMETERS, in PEM_read_bio_Parameters() 218 if (!PEM_bytes_read_bio(&data, &len, &nm, PEM_STRING_DHPARAMS, bp, cb, u)) in PEM_read_bio_DHparams()
|
D | pem_lib.c | 275 int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm, in PEM_bytes_read_bio() function
|
/third_party/openssl/include/openssl/ |
D | pem.h | 249 int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm,
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 1859 #define PEM_bytes_read_bio BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, PEM_bytes_read_bio) macro
|
/third_party/node/src/ |
D | node_crypto.cc | 2619 if (PEM_bytes_read_bio(&der_data, &der_len, nullptr, name, in TryParsePublicKey()
|
/third_party/openssl/util/ |
D | libcrypto.num | 1202 PEM_bytes_read_bio 1192 1_1_0 EXIST::FUNCTION:
|