Home
last modified time | relevance | path

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

/src/crypto/openssl/test/radix/
H A Dterp.c160 static void *openc_alloc_space(GEN_CTX *ctx, size_t num_bytes);
165 void *dst = openc_alloc_space(ctx, sizeof(v)); \
252 static void *openc_alloc_space(GEN_CTX *ctx, size_t num_bytes) in openc_alloc_space() function