Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Decb.c121 ecb_ctx_t *ecb_ctx; in ecb_alloc_ctx() local
123 if ((ecb_ctx = kmem_zalloc(sizeof (ecb_ctx_t), kmflag)) == NULL) in ecb_alloc_ctx()
126 ecb_ctx->ecb_flags = ECB_MODE; in ecb_alloc_ctx()
127 return (ecb_ctx); in ecb_alloc_ctx()
/f-stack/freebsd/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h94 typedef struct ecb_ctx { struct