Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/crypto/
H A Daes-gcm-p10-glue.c62 u8 Htable[256]; /* Xi, Hash table(offset 32) */ member
103 gcm_ghash_p10(nXi, hash->Htable+32, aad, i); in set_aad()
117 memcpy(hash->Htable, gctx->aad_hash, 16); in set_aad()
127 gcm_init_htable(hash->Htable+32, hash->H); in gcmp10_init()
157 memcpy(hash->Htable, gctx->ivtag, 16); in finish_tag()
170 gcm_ghash_p10(hash->Htable, hash->Htable+32, aclen, 16); in finish_tag()
173 hash->Htable[i] ^= gctx->ivtag[i]; in finish_tag()
274 &ctx->enc_key, gctx->iv, hash->Htable); in p10_aes_gcm_crypt()
277 &ctx->enc_key, gctx->iv, hash->Htable); in p10_aes_gcm_crypt()
293 gcm_update(gctx->iv, hash->Htable); in p10_aes_gcm_crypt()
[all …]