Home
last modified time | relevance | path

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

/arch/powerpc/crypto/
A Dghash.c27 void gcm_init_p8(u128 htable[16], const u64 Xi[2]);
28 void gcm_gmult_p8(u64 Xi[2], const u128 htable[16]);
29 void gcm_ghash_p8(u64 Xi[2], const u128 htable[16],
34 u128 htable[16]; member
62 gcm_init_p8(ctx->htable, (const u64 *) key); in p8_ghash_setkey()
80 gcm_ghash_p8(dctx->shash, ctx->htable, src, GHASH_BLOCK_SIZE); in __ghash_block()
101 gcm_ghash_p8(dctx->shash, ctx->htable, in __ghash_blocks()
A Daes-gcm-p10-glue.c42 asmlinkage void gcm_init_htable(unsigned char htable[], unsigned char Xi[]);

Completed in 6 milliseconds