OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CRYPTO_malloc
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/
mem.c
294
void *
CRYPTO_malloc
(int num, const char *file, int line)
327
char *ret =
CRYPTO_malloc
(strlen(str)+1, file, line);
338
return
CRYPTO_malloc
(num, file, line);
360
return
CRYPTO_malloc
(num, file, line);
crypto.h
368
#define OPENSSL_malloc(num)
CRYPTO_malloc
((int)num,__FILE__,__LINE__)
492
void *
CRYPTO_malloc
(int num, const char *file, int line);
/external/openssl/include/openssl/
crypto.h
368
#define OPENSSL_malloc(num)
CRYPTO_malloc
((int)num,__FILE__,__LINE__)
492
void *
CRYPTO_malloc
(int num, const char *file, int line);
Completed in 29 milliseconds