Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dmodes.c131 if (((ccm_ctx_t *)ctx)->ccm_pt_buf != NULL) in crypto_free_mode_ctx()
132 vmem_free(((ccm_ctx_t *)ctx)->ccm_pt_buf, in crypto_free_mode_ctx()
H A Dccm.c326 outp = &((ctx->ccm_pt_buf)[ctx->ccm_processed_data_len]); in ccm_decrypt_incomplete_block()
473 resultp = (uint8_t *)ctx->ccm_pt_buf + in ccm_mode_decrypt_contiguous_blocks()
533 pt = ctx->ccm_pt_buf; in ccm_decrypt_final()
564 rv = crypto_put_output_data(ctx->ccm_pt_buf, out, pt_len); in ccm_decrypt_final()
884 ccm_ctx->ccm_pt_buf = vmem_alloc(ccm_ctx->ccm_data_len, in ccm_init_ctx()
886 if (ccm_ctx->ccm_pt_buf == NULL) { in ccm_init_ctx()
/freebsd/sys/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h117 uint8_t *ccm_pt_buf; member
204 #define ac_pt_buf acu.acu_ccm.ccm_pt_buf