Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/modes/
H A Dgcm.c629 gcm_ctx->gcm_tag_len >>= 3; in gcm_init_ctx()
633 gcm_ctx->gcm_len_a_len_c[0] in gcm_init_ctx()
637 gcm_ctx->gcm_flags |= GCM_MODE; in gcm_init_ctx()
668 gcm_ctx->gcm_len_a_len_c[0] in gmac_init_ctx()
672 gcm_ctx->gcm_flags |= GMAC_MODE; in gmac_init_ctx()
690 gcm_ctx_t *gcm_ctx; in gcm_alloc_ctx() local
699 gcm_ctx->gcm_flags = GCM_MODE; in gcm_alloc_ctx()
700 return (gcm_ctx); in gcm_alloc_ctx()
706 gcm_ctx_t *gcm_ctx; in gmac_alloc_ctx() local
715 gcm_ctx->gcm_flags = GMAC_MODE; in gmac_alloc_ctx()
[all …]
H A Dmodes.h218 typedef struct gcm_ctx { struct