Home
last modified time | relevance | path

Searched refs:ccm_mac_len (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/crypto/modes/
H A Dccm.c200 for (i = 0; i < ctx->ccm_mac_len; i++) { in calculate_ccm_mac()
267 ctx->ccm_remainder_len + ctx->ccm_mac_len); in ccm_encrypt_final()
276 ctx->ccm_mac_len); in ccm_encrypt_final()
291 ctx->ccm_mac_len); in ccm_encrypt_final()
297 ctx->ccm_mac_len); in ccm_encrypt_final()
311 ctx->ccm_mac_len - len_not_used); in ccm_encrypt_final()
383 if ((pm_len + length) > ctx->ccm_mac_len) { in ccm_mode_decrypt_contiguous_blocks()
402 (ctx->ccm_data_len + ctx->ccm_mac_len)) { in ccm_mode_decrypt_contiguous_blocks()
656 t = (uint8_t)((aes_ctx->ccm_mac_len) & 0xFF); in ccm_format_initial_blocks()
870 ccm_ctx->ccm_mac_len = ccm_param->ulMACSize; in ccm_init_ctx()
[all …]
H A Dmodes.h174 size_t ccm_mac_len; member
262 #define ac_mac_len acu.acu_ccm.ccm_mac_len
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAESCrypt.c1186 aes_ctx->acu.acu_ccm.ccm_mac_len; in soft_aes_encrypt_final()