Searched refs:ccm_remainder (Results 1 – 2 of 2) sorted by relevance
63 (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 …]
180 #define ccm_remainder ccm_common.cc_remainder macro