Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/modes/
H A Dgcm.c270 if ((ctx->gcm_flags & GMAC_MODE) != 0) { in gcm_mode_encrypt_contiguous_blocks()
505 if ((ctx->gcm_flags & GMAC_MODE) != 0 && in gcm_mode_decrypt_contiguous_blocks()
576 if ((ctx->gcm_flags & GMAC_MODE) != 0) { in gcm_decrypt_final()
748 if ((ctx->gcm_flags & GMAC_MODE) != 0) { in gcm_init()
779 if ((ctx->gcm_flags & GMAC_MODE) != 0) { in gcm_init()
812 gcm_ctx->gcm_flags |= GCM_MODE; in gcm_init_ctx()
849 gcm_ctx->gcm_flags |= GMAC_MODE; in gmac_init_ctx()
873 gcm_ctx->gcm_flags = GCM_MODE; in gcm_alloc_ctx()
890 gcm_ctx->gcm_flags = GMAC_MODE; in gmac_alloc_ctx()
H A Dmodes.h240 #define gcm_flags gcm_common.cc_flags macro