Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/crypto/
H A Dmem_sec.c61 static void *sh_malloc(size_t size);
124 ret = sh_malloc(num); in CRYPTO_secure_malloc()
529 static void *sh_malloc(size_t size) in sh_malloc() function