Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/icp/algs/modes/
H A Dccm.c97 encrypt_block(ctx->ccm_keysched, mac_buf, mac_buf); in ccm_mode_encrypt_contiguous_blocks()
100 encrypt_block(ctx->ccm_keysched, (uint8_t *)ctx->ccm_cb, in ccm_mode_encrypt_contiguous_blocks()
184 encrypt_block(ctx->ccm_keysched, (uint8_t *)ctx->ccm_cb, counterp); in calculate_ccm_mac()
233 encrypt_block(ctx->ccm_keysched, mac_buf, mac_buf); in ccm_encrypt_final()
237 encrypt_block(ctx->ccm_keysched, (uint8_t *)ctx->ccm_cb, lastp); in ccm_encrypt_final()
329 encrypt_block(ctx->ccm_keysched, (uint8_t *)ctx->ccm_cb, counterp); in ccm_decrypt_incomplete_block()
452 encrypt_block(ctx->ccm_keysched, (uint8_t *)ctx->ccm_cb, cbp); in ccm_mode_decrypt_contiguous_blocks()
552 encrypt_block(ctx->ccm_keysched, mac_buf, mac_buf); in ccm_decrypt_final()
787 encrypt_block(ctx->ccm_keysched, mac_buf, mac_buf); in ccm_init()
810 encrypt_block(ctx->ccm_keysched, mac_buf, mac_buf); in ccm_init()
[all …]
/freebsd-14.2/sys/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h177 #define ccm_keysched ccm_common.cc_keysched macro