HomeSort by: relevance | last modified time | path
    Searched defs:pem_malloc (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/pem/
pem_lib.c 232 #define PEM_MALLOC(num, flags) \
233 pem_malloc((num), (flags), OPENSSL_FILE, OPENSSL_LINE)
234 static void *pem_malloc(int num, unsigned int flags, function
784 linebuf = PEM_MALLOC(LINESIZE + 1, flags);
806 *name = PEM_MALLOC(len, flags);
848 linebuf = PEM_MALLOC(LINESIZE + 1, flags);
1001 *header = PEM_MALLOC(headerlen + 1, flags);
1002 *data = PEM_MALLOC(len, flags);
  /src/crypto/external/bsd/openssl/dist/crypto/pem/
pem_lib.c 229 static void *pem_malloc(int num, unsigned int flags) function
753 linebuf = pem_malloc(LINESIZE + 1, flags);
777 *name = pem_malloc(len, flags);
821 linebuf = pem_malloc(LINESIZE + 1, flags);
975 *header = pem_malloc(headerlen + 1, flags);
976 *data = pem_malloc(len, flags);
  /src/crypto/external/bsd/openssl.old/dist/crypto/pem/
pem_lib.c 226 static void *pem_malloc(int num, unsigned int flags) function
735 linebuf = pem_malloc(LINESIZE + 1, flags);
758 *name = pem_malloc(len, flags);
802 linebuf = pem_malloc(LINESIZE + 1, flags);
956 *header = pem_malloc(headerlen + 1, flags);
957 *data = pem_malloc(len, flags);

Completed in 28 milliseconds