Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/doc/man3/
HDPEM_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,
/freebsd-14-stable/crypto/openssl/crypto/pem/
HDpem_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()
936 bmeth = (flags & PEM_FLAG_SECURE) ? BIO_s_secmem() : BIO_s_mem(); in PEM_read_bio_ex()
/freebsd-14-stable/crypto/openssl/util/
HDother.syms461 PEM_FLAG_SECURE define
/freebsd-14-stable/crypto/openssl/include/openssl/
HDpem.h375 # define PEM_FLAG_SECURE 0x1 macro
/freebsd-14-stable/crypto/openssl/engines/
HDe_loader_attic.c1315 PEM_FLAG_SECURE | PEM_FLAG_EAY_COMPATIBLE) in file_read_pem()
/freebsd-14-stable/secure/lib/libcrypto/man/man3/
HDMakefile3307 MLINKS+= PEM_read_bio_ex.3 PEM_FLAG_SECURE.3