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

/barrelfish-master/lib/openssl-1.0.0d/engines/ccgost/
H A Dgosthash.c18 #ifndef MYALLOC
21 # define MYALLOC(size) OPENSSL_malloc(size) macro
24 # define MYALLOC(size) malloc(size) macro
141 ctx->cipher_ctx = (gost_ctx *)MYALLOC(sizeof(gost_ctx));

Completed in 30 milliseconds