Searched refs:MYALLOC (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/crypto/openssl/engines/ccgost/
H A Dgosthash.c18 #ifndef MYALLOC
21 # define MYALLOC(size) OPENSSL_malloc(size) macro
24 # define MYALLOC(size) malloc(size) macro
158 ctx->cipher_ctx = (gost_ctx *) MYALLOC(sizeof(gost_ctx));

Completed in 52 milliseconds