Searched refs:pem_malloc (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/pem/ |
H A D | pem_lib.c | 226 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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/pem/ |
H A D | pem_lib.c | 229 static void *pem_malloc(int num, unsigned int flags) in pem_malloc() function 753 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()
|