Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/
H A Dmem_sec.c67 static void *sh_malloc(size_t size);
130 ret = sh_malloc(num); in CRYPTO_secure_malloc()
535 static void *sh_malloc(size_t size) in sh_malloc() function