Searched refs:gf128mul_lle (Results 1 – 9 of 9) sorted by relevance
/linux/arch/arm/crypto/ |
H A D | ghash-ce-glue.c | 103 gf128mul_lle(&dst, &key->k); in ghash_do_update() 188 gf128mul_lle(&h, &key->k); in ghash_setkey() 191 gf128mul_lle(&h, &key->k); in ghash_setkey() 194 gf128mul_lle(&h, &key->k); in ghash_setkey() 404 gf128mul_lle(&h, &k); in gcm_aes_setkey() 407 gf128mul_lle(&h, &k); in gcm_aes_setkey() 410 gf128mul_lle(&h, &k); in gcm_aes_setkey()
|
/linux/arch/powerpc/crypto/ |
H A D | ghash.c | 90 gf128mul_lle((be128 *)dctx->shash, &ctx->key); in __ghash_block() 110 gf128mul_lle((be128 *)dctx->shash, &ctx->key); in __ghash_blocks()
|
/linux/arch/arm64/crypto/ |
H A D | ghash-ce-glue.c | 91 gf128mul_lle(&dst, &key->k); in ghash_do_update() 252 gf128mul_lle(&h, &ctx->ghash_key.k); in gcm_aes_setkey() 255 gf128mul_lle(&h, &ctx->ghash_key.k); in gcm_aes_setkey() 258 gf128mul_lle(&h, &ctx->ghash_key.k); in gcm_aes_setkey()
|
/linux/include/crypto/ |
H A D | gf128mul.h | 163 void gf128mul_lle(be128 *a, const be128 *b);
|
/linux/arch/riscv/crypto/ |
H A D | ghash-riscv64-glue.c | 69 gf128mul_lle(&dctx->accumulator, &tctx->key); in riscv64_ghash_blocks()
|
/linux/crypto/ |
H A D | polyval-generic.c | 95 gf128mul_lle(&a, &b); in polyval_mul_non4k()
|
/linux/lib/crypto/ |
H A D | gf128mul.c | 181 void gf128mul_lle(be128 *r, const be128 *b) in gf128mul_lle() function 226 EXPORT_SYMBOL(gf128mul_lle);
|
H A D | aesgcm.c | 69 gf128mul_lle(ghash, key); in aesgcm_ghash()
|
/linux/arch/x86/crypto/ |
H A D | aesni-intel_glue.c | 1242 gf128mul_lle(&h, (const be128 *)x_to_the_minus1); in gcm_setkey() 1251 gf128mul_lle(&h, &h1); in gcm_setkey() 1262 gf128mul_lle(&h, &h1); in gcm_setkey() 1264 gf128mul_lle(&h1, (const be128 *)x_to_the_63); in gcm_setkey()
|