Home
last modified time | relevance | path

Searched refs:PEM_FLAG_EAY_COMPATIBLE (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/doc/man3/
DPEM_read_bio_ex.pod5 PEM_read_bio_ex, PEM_FLAG_SECURE, PEM_FLAG_EAY_COMPATIBLE,
13 #define PEM_FLAG_EAY_COMPATIBLE 0x2
30 If PEM_FLAG_EAY_COMPATIBLE is set, a simple algorithm is used to remove whitespace
37 If neither PEM_FLAG_EAY_COMPATIBLE or PEM_FLAG_ONLY_B64 is set, control characters
40 If both PEM_FLAG_EAY_COMPATIBLE and PEM_FLAG_ONLY_B64 are set, an error is returned;
/third_party/openssl/crypto/pem/
Dpem_lib.c279 PEM_FLAG_EAY_COMPATIBLE); in PEM_bytes_read_bio()
286 PEM_FLAG_SECURE | PEM_FLAG_EAY_COMPATIBLE); in PEM_bytes_read_bio_secmem()
687 if (flags & PEM_FLAG_EAY_COMPATIBLE) { in sanitize_line()
912 if ((flags & PEM_FLAG_EAY_COMPATIBLE) && (flags & PEM_FLAG_ONLY_B64)) { in PEM_read_bio_ex()
984 return PEM_read_bio_ex(bp, name, header, data, len, PEM_FLAG_EAY_COMPATIBLE); in PEM_read_bio()
/third_party/openssl/util/
Dprivate.num309 PEM_FLAG_EAY_COMPATIBLE define
/third_party/openssl/include/openssl/
Dpem.h240 # define PEM_FLAG_EAY_COMPATIBLE 0x2 macro
/third_party/openssl/crypto/store/
Dloader_file.c1143 PEM_FLAG_SECURE | PEM_FLAG_EAY_COMPATIBLE) in file_read_pem()