Home
last modified time | relevance | path

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

/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,
/openssl/crypto/pem/
H A Dpem_lib.c223 if (flags & PEM_FLAG_SECURE) in pem_free()
231 return (flags & PEM_FLAG_SECURE) ? OPENSSL_secure_malloc(num) in pem_malloc()
289 PEM_FLAG_SECURE | PEM_FLAG_EAY_COMPATIBLE); in PEM_bytes_read_bio_secmem()
933 bmeth = (flags & PEM_FLAG_SECURE) ? BIO_s_secmem() : BIO_s_mem(); in PEM_read_bio_ex()
/openssl/util/
H A Dother.syms461 PEM_FLAG_SECURE define
/openssl/include/openssl/
H A Dpem.h379 # define PEM_FLAG_SECURE 0x1 macro
/openssl/engines/
H A De_loader_attic.c1310 PEM_FLAG_SECURE | PEM_FLAG_EAY_COMPATIBLE) in file_read_pem()

Completed in 24 milliseconds