Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/modes/
H A Dgcm.c189 encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_cb, in gcm_mode_encrypt_contiguous_blocks()
285 encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_cb, in gcm_encrypt_final()
306 encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_J0, in gcm_encrypt_final()
360 encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_cb, counterp); in gcm_decrypt_incomplete_block()
455 encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_cb, cbp); in gcm_decrypt_final()
467 encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_J0, in gcm_decrypt_final()
575 encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_H, in gcm_init()
H A Dmodes.h232 #define gcm_keysched gcm_common.cc_keysched macro