Searched refs:gf128mul_lle (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/arch/arm/crypto/ |
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-6.3-rc2/drivers/crypto/vmx/ |
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-6.3-rc2/arch/arm64/crypto/ |
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-6.3-rc2/include/crypto/ |
A D | gf128mul.h | 163 void gf128mul_lle(be128 *a, const be128 *b);
|
/linux-6.3-rc2/crypto/ |
A D | polyval-generic.c | 95 gf128mul_lle(&a, &b); in polyval_mul_non4k()
|
/linux-6.3-rc2/lib/crypto/ |
A D | gf128mul.c | 181 void gf128mul_lle(be128 *r, const be128 *b) in gf128mul_lle() function 226 EXPORT_SYMBOL(gf128mul_lle);
|
A D | aesgcm.c | 69 gf128mul_lle(ghash, key); in aesgcm_ghash()
|
Completed in 20 milliseconds