Searched refs:pem_malloc (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/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()
|
/third_party/openssl/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()
|
Completed in 4 milliseconds