Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dcontext.c486 struct ossl_lib_ctx_onfree_list_st *newonfree in ossl_lib_ctx_onfree() local
487 = OPENSSL_malloc(sizeof(*newonfree)); in ossl_lib_ctx_onfree()
489 if (newonfree == NULL) in ossl_lib_ctx_onfree()
492 newonfree->fn = onfreefn; in ossl_lib_ctx_onfree()
493 newonfree->next = ctx->onfreelist; in ossl_lib_ctx_onfree()
494 ctx->onfreelist = newonfree; in ossl_lib_ctx_onfree()