Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/modes/
H A Dccm.c70 (uint8_t *)ctx->ccm_remainder + ctx->ccm_remainder_len, in ccm_mode_encrypt_contiguous_blocks()
91 bcopy(datap, &((uint8_t *)ctx->ccm_remainder) in ccm_mode_encrypt_contiguous_blocks()
94 blockp = (uint8_t *)ctx->ccm_remainder; in ccm_mode_encrypt_contiguous_blocks()
169 bcopy(datap, ctx->ccm_remainder, remainder); in ccm_mode_encrypt_contiguous_blocks()
243 bcopy(ctx->ccm_remainder, macp, ctx->ccm_remainder_len); in ccm_encrypt_final()
340 datap = (uint8_t *)ctx->ccm_remainder; in ccm_decrypt_incomplete_block()
428 bcopy(datap, &((uint8_t *)ctx->ccm_remainder) in ccm_mode_decrypt_contiguous_blocks()
442 (uint8_t *)ctx->ccm_remainder + ctx->ccm_remainder_len, in ccm_mode_decrypt_contiguous_blocks()
457 bcopy(datap, &((uint8_t *)ctx->ccm_remainder) in ccm_mode_decrypt_contiguous_blocks()
460 blockp = (uint8_t *)ctx->ccm_remainder; in ccm_mode_decrypt_contiguous_blocks()
[all …]
H A Dmodes.h187 #define ccm_remainder ccm_common.cc_remainder macro