Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/crypto/io/
H A Daes.c585 ASSERT(aes_ctx->ac_processed_data_len == aes_ctx->ac_data_len); in aes_decrypt()
895 size_t pt_len = aes_ctx->ac_data_len; in aes_decrypt_final()
1129 length_needed = aes_ctx.ac_data_len; in aes_decrypt_atomic()
1180 == aes_ctx.ac_data_len); in aes_decrypt_atomic()
1238 kmem_free(aes_ctx.ac_pt_buf, aes_ctx.ac_data_len); in aes_decrypt_atomic()
/titanic_41/usr/src/common/crypto/modes/
H A Dmodes.h252 #define ac_data_len acu.acu_ccm.ccm_data_len macro