Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DPEM_read_bio_ex.pod6 PEM_FLAG_ONLY_B64 - read PEM format files with custom processing
14 #define PEM_FLAG_ONLY_B64 0x4
34 If PEM_FLAG_ONLY_B64 is set, all characters are required to be valid base64
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;
/openssl/test/
H A Dpemtest.c48 PEM_FLAG_ONLY_B64))) in test_b64()
77 PEM_FLAG_ONLY_B64))) { in test_invalid()
/openssl/crypto/pem/
H A Dpem_lib.c707 } else if (flags & PEM_FLAG_ONLY_B64) { in sanitize_line()
765 len = sanitize_line(linebuf, len, flags & ~PEM_FLAG_ONLY_B64, first_call); in get_name()
845 flags_mask &= ~PEM_FLAG_ONLY_B64; in get_header_and_data()
928 if ((flags & PEM_FLAG_EAY_COMPATIBLE) && (flags & PEM_FLAG_ONLY_B64)) { in PEM_read_bio_ex()
/openssl/util/
H A Dother.syms460 PEM_FLAG_ONLY_B64 define
/openssl/include/openssl/
H A Dpem.h381 # define PEM_FLAG_ONLY_B64 0x4 macro

Completed in 23 milliseconds