Home
last modified time | relevance | path

Searched refs:PEM_FLAG_SECURE (Results 1 – 7 of 7) sorted by relevance

/src/crypto/openssl/doc/man3/
H A DPEM_read_bio_ex.pod5 PEM_read_bio_ex, PEM_FLAG_SECURE, PEM_FLAG_EAY_COMPATIBLE,
12 #define PEM_FLAG_SECURE 0x1
27 If PEM_FLAG_SECURE is set, the intermediate buffers used to read in lines of
46 If PEM_FLAG_SECURE was set, use OPENSSL_secure_free(); otherwise,
/src/crypto/openssl/fuzz/
H A Dpem.c41 if (buf[0] & PEM_FLAG_SECURE) { in FuzzerTestOneInput()
/src/crypto/openssl/crypto/pem/
H A Dpem_lib.c226 if (flags & PEM_FLAG_SECURE) in pem_free()
237 return (flags & PEM_FLAG_SECURE) ? CRYPTO_secure_malloc(num, file, line) in pem_malloc()
297 PEM_FLAG_SECURE | PEM_FLAG_EAY_COMPATIBLE); in PEM_bytes_read_bio_secmem()
960 bmeth = (flags & PEM_FLAG_SECURE) ? BIO_s_secmem() : BIO_s_mem(); in PEM_read_bio_ex()
/src/crypto/openssl/include/openssl/
H A Dpem.h381 #define PEM_FLAG_SECURE 0x1 macro
/src/crypto/openssl/util/
H A Dother.syms543 PEM_FLAG_SECURE define
/src/crypto/openssl/engines/
H A De_loader_attic.c1295 PEM_FLAG_SECURE | PEM_FLAG_EAY_COMPATIBLE) in file_read_pem()
/src/secure/lib/libcrypto/man/man3/
H A DMakefile3682 MLINKS+= PEM_read_bio_ex.3 PEM_FLAG_SECURE.3