Searched refs:ghash (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/arm64/crypto/ |
| H A D | sm4-ce-gcm-glue.c | 23 asmlinkage void pmull_ghash_update(const u8 *ghash_table, u8 *ghash, 27 unsigned int nbytes, u8 *ghash, 31 unsigned int nbytes, u8 *ghash, 71 static void gcm_calculate_auth_mac(struct aead_request *req, u8 ghash[]) in gcm_calculate_auth_mac() argument 103 pmull_ghash_update(ctx->ghash_table, ghash, in gcm_calculate_auth_mac() 109 pmull_ghash_update(ctx->ghash_table, ghash, in gcm_calculate_auth_mac() 126 pmull_ghash_update(ctx->ghash_table, ghash, buffer, 1); in gcm_calculate_auth_mac() 131 u8 ghash[], int err, in gcm_crypt() argument 134 unsigned int nbytes, u8 *ghash, in gcm_crypt() argument 142 memset(ghash, 0, SM4_BLOCK_SIZE); in gcm_crypt() [all …]
|
| /linux/lib/crypto/ |
| H A D | Makefile | 164 libgf128hash-$(CONFIG_ARM) += arm/ghash-neon-core.o 165 libgf128hash-$(CONFIG_ARM64) += arm64/ghash-neon-core.o \ 178 libgf128hash-$(CONFIG_RISCV) += riscv/ghash-riscv64-zvkg.o 179 libgf128hash-$(CONFIG_X86) += x86/ghash-pclmul.o \
|