Home
last modified time | relevance | path

Searched refs:gcm_pt_buf_len (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/crypto/modes/
H A Dgcm.c384 new_len = ctx->gcm_pt_buf_len + length; in gcm_mode_decrypt_contiguous_blocks()
387 bcopy(ctx->gcm_pt_buf, new, ctx->gcm_pt_buf_len); in gcm_mode_decrypt_contiguous_blocks()
388 kmem_free(ctx->gcm_pt_buf, ctx->gcm_pt_buf_len); in gcm_mode_decrypt_contiguous_blocks()
391 bcopy(ctx->gcm_pt_buf, new, ctx->gcm_pt_buf_len); in gcm_mode_decrypt_contiguous_blocks()
398 ctx->gcm_pt_buf_len = new_len; in gcm_mode_decrypt_contiguous_blocks()
422 ASSERT3U(ctx->gcm_processed_data_len, ==, ctx->gcm_pt_buf_len); in gcm_decrypt_final()
H A Dmodes.c223 ((gcm_ctx_t *)ctx)->gcm_pt_buf_len); in crypto_free_mode_ctx()
H A Dmodes.h222 size_t gcm_pt_buf_len; member
/illumos-gate/usr/src/uts/common/crypto/io/
H A Daes.c1269 ((gcm_ctx_t *)&aes_ctx)->gcm_pt_buf_len); in aes_decrypt_atomic()