Home
last modified time | relevance | path

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

/third_party/openssl/crypto/pem/
Dpem_lib.c226 static void *pem_malloc(int num, unsigned int flags) in pem_malloc() function
735 linebuf = pem_malloc(LINESIZE + 1, flags); in get_name()
758 *name = pem_malloc(len, flags); in get_name()
802 linebuf = pem_malloc(LINESIZE + 1, flags); in get_header_and_data()
956 *header = pem_malloc(headerlen + 1, flags); in PEM_read_bio_ex()
957 *data = pem_malloc(len, flags); in PEM_read_bio_ex()