Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dccm.c63 (uint8_t *)ctx->ccm_remainder + ctx->ccm_remainder_len, in ccm_mode_encrypt_contiguous_blocks()
83 bcopy(datap, &((uint8_t *)ctx->ccm_remainder) in ccm_mode_encrypt_contiguous_blocks()
86 blockp = (uint8_t *)ctx->ccm_remainder; in ccm_mode_encrypt_contiguous_blocks()
157 bcopy(datap, ctx->ccm_remainder, remainder); in ccm_mode_encrypt_contiguous_blocks()
231 bcopy(ctx->ccm_remainder, macp, ctx->ccm_remainder_len); in ccm_encrypt_final()
328 datap = (uint8_t *)ctx->ccm_remainder; in ccm_decrypt_incomplete_block()
416 bcopy(datap, &((uint8_t *)ctx->ccm_remainder) in ccm_mode_decrypt_contiguous_blocks()
430 (uint8_t *)ctx->ccm_remainder + ctx->ccm_remainder_len, in ccm_mode_decrypt_contiguous_blocks()
445 bcopy(datap, &((uint8_t *)ctx->ccm_remainder) in ccm_mode_decrypt_contiguous_blocks()
448 blockp = (uint8_t *)ctx->ccm_remainder; in ccm_mode_decrypt_contiguous_blocks()
[all …]
/f-stack/freebsd/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h180 #define ccm_remainder ccm_common.cc_remainder macro