Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/crypto/modes/
H A Dgcm.c195 ctx->gcm_processed_data_len += block_size; in gcm_mode_encrypt_contiguous_blocks()
300 ctx->gcm_processed_data_len += ctx->gcm_remainder_len; in gcm_encrypt_final()
304 htonll(CRYPTO_BYTES2BITS(ctx->gcm_processed_data_len)); in gcm_encrypt_final()
399 bcopy(data, &ctx->gcm_pt_buf[ctx->gcm_processed_data_len], in gcm_mode_decrypt_contiguous_blocks()
401 ctx->gcm_processed_data_len += length; in gcm_mode_decrypt_contiguous_blocks()
422 ASSERT(ctx->gcm_processed_data_len == ctx->gcm_pt_buf_len); in gcm_decrypt_final()
424 pt_len = ctx->gcm_processed_data_len - ctx->gcm_tag_len; in gcm_decrypt_final()
630 gcm_ctx->gcm_processed_data_len = 0; in gcm_init_ctx()
665 gcm_ctx->gcm_processed_data_len = 0; in gmac_init_ctx()
H A Dmodes.h209 size_t gcm_processed_data_len; member
/titanic_50/usr/src/uts/common/crypto/io/
H A Daes.c924 size_t pt_len = ctx->gcm_processed_data_len - ctx->gcm_tag_len; in aes_decrypt_final()