Home
last modified time | relevance | path

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

/linux/arch/arm/crypto/
H A Dghash-ce-glue.c103 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 Dghash.c90 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 Dghash-ce-glue.c91 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 Dgf128mul.h163 void gf128mul_lle(be128 *a, const be128 *b);
/linux/arch/riscv/crypto/
H A Dghash-riscv64-glue.c69 gf128mul_lle(&dctx->accumulator, &tctx->key); in riscv64_ghash_blocks()
/linux/crypto/
H A Dpolyval-generic.c95 gf128mul_lle(&a, &b); in polyval_mul_non4k()
/linux/lib/crypto/
H A Dgf128mul.c181 void gf128mul_lle(be128 *r, const be128 *b) in gf128mul_lle() function
226 EXPORT_SYMBOL(gf128mul_lle);
H A Daesgcm.c69 gf128mul_lle(ghash, key); in aesgcm_ghash()