Searched refs:htable (Results 1 – 2 of 2) sorted by relevance
| /arch/powerpc/crypto/ |
| A D | ghash.c | 27 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 D | aes-gcm-p10-glue.c | 42 asmlinkage void gcm_init_htable(unsigned char htable[], unsigned char Xi[]);
|
Completed in 6 milliseconds