Searched refs:PEM_MALLOC (Results 1 – 1 of 1) sorted by relevance
232 #define PEM_MALLOC(num, flags) \ macro784 linebuf = PEM_MALLOC(LINESIZE + 1, flags); in get_name()806 *name = PEM_MALLOC(len, flags); in get_name()848 linebuf = PEM_MALLOC(LINESIZE + 1, flags); in get_header_and_data()1001 *header = PEM_MALLOC(headerlen + 1, flags); in PEM_read_bio_ex()1002 *data = PEM_MALLOC(len, flags); in PEM_read_bio_ex()