Searched refs:pem_malloc (Results 1 – 1 of 1) sorted by relevance
229 static void *pem_malloc(int num, unsigned int flags) in pem_malloc() function753 linebuf = pem_malloc(LINESIZE + 1, flags); in get_name()777 *name = pem_malloc(len, flags); in get_name()821 linebuf = pem_malloc(LINESIZE + 1, flags); in get_header_and_data()975 *header = pem_malloc(headerlen + 1, flags); in PEM_read_bio_ex()976 *data = pem_malloc(len, flags); in PEM_read_bio_ex()