Searched refs:ccm_remainder (Results 1 – 2 of 2) sorted by relevance
63 memcpy((uint8_t *)ctx->ccm_remainder + ctx->ccm_remainder_len, in ccm_mode_encrypt_contiguous_blocks()83 memcpy(&((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 memcpy(ctx->ccm_remainder, datap, remainder); in ccm_mode_encrypt_contiguous_blocks()230 memcpy(macp, ctx->ccm_remainder, ctx->ccm_remainder_len); in ccm_encrypt_final()326 datap = (uint8_t *)ctx->ccm_remainder; in ccm_decrypt_incomplete_block()414 memcpy(&((uint8_t *)ctx->ccm_remainder) in ccm_mode_decrypt_contiguous_blocks()427 memcpy((uint8_t *)ctx->ccm_remainder + ctx->ccm_remainder_len, in ccm_mode_decrypt_contiguous_blocks()443 memcpy(&((uint8_t *)ctx->ccm_remainder) in ccm_mode_decrypt_contiguous_blocks()446 blockp = (uint8_t *)ctx->ccm_remainder; in ccm_mode_decrypt_contiguous_blocks()[all …]
126 #define ccm_remainder ccm_common.cc_remainder macro