Home
last modified time | relevance | path

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

/openssl/crypto/pem/
H A Dpem_lib.c229 static void *pem_malloc(int num, unsigned int flags) in pem_malloc() function
750 linebuf = pem_malloc(LINESIZE + 1, flags); in get_name()
774 *name = pem_malloc(len, flags); in get_name()
818 linebuf = pem_malloc(LINESIZE + 1, flags); in get_header_and_data()
972 *header = pem_malloc(headerlen + 1, flags); in PEM_read_bio_ex()
973 *data = pem_malloc(len, flags); in PEM_read_bio_ex()

Completed in 6 milliseconds