Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/crypto/modes/
H A Dgcm.c637 gcm_ctx->gcm_flags |= GCM_MODE; in gcm_init_ctx()
672 gcm_ctx->gcm_flags |= GMAC_MODE; in gmac_init_ctx()
699 gcm_ctx->gcm_flags = GCM_MODE; in gcm_alloc_ctx()
715 gcm_ctx->gcm_flags = GMAC_MODE; in gmac_alloc_ctx()
H A Dmodes.h227 #define gcm_flags gcm_common.cc_flags macro