Searched refs:PEM_FLAG_SECURE (Results 1 – 7 of 7) sorted by relevance
5 PEM_read_bio_ex, PEM_FLAG_SECURE, PEM_FLAG_EAY_COMPATIBLE,12 #define PEM_FLAG_SECURE 0x127 If PEM_FLAG_SECURE is set, the intermediate buffers used to read in lines of46 If PEM_FLAG_SECURE was set, use OPENSSL_secure_free(); otherwise,
41 if (buf[0] & PEM_FLAG_SECURE) { in FuzzerTestOneInput()
226 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()
381 #define PEM_FLAG_SECURE 0x1 macro
543 PEM_FLAG_SECURE define
1295 PEM_FLAG_SECURE | PEM_FLAG_EAY_COMPATIBLE) in file_read_pem()
3682 MLINKS+= PEM_read_bio_ex.3 PEM_FLAG_SECURE.3