/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | sm4-ce-gcm-glue.c | 73 static void gcm_calculate_auth_mac(struct aead_request *req, u8 ghash[]) in gcm_calculate_auth_mac() argument 137 gcm_crypt(struct aead_request *req, struct skcipher_walk *walk, u8 ghash[], int err, void (*sm4_ce_pmull_gcm_crypt)(const u32 *rkey_enc, u8 *dst, const u8 *src, u8 *iv, unsigned int nbytes, u8 *ghash, const u8 *ghash_table, const u8 *lengths)) gcm_crypt() argument [all...] |
H A D | Makefile | |
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | Makefile | |
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | Makefile | |
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | Makefile | |
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | aesgcm.c | 64 static void aesgcm_ghash(be128 *ghash, const be128 *key, const void *src, in aesgcm_ghash() argument 81 be128 ghash = {}; in aesgcm_mac() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | aes-gcm.c | 103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | aes-gcm.c | 103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash() function
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | Makefile | |
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | modes.h | 129 void (*ghash) (u64 Xi[2], const u128 Htable[16], const u8 *inp, member
|
/third_party/openssl/include/crypto/ |
H A D | modes.h | 129 void (*ghash) (u64 Xi[2], const u128 Htable[16], const u8 *inp, member
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | Makefile | |
/kernel/linux/linux-5.10/crypto/ |
H A D | gcm.c | 24 struct crypto_ahash_spawn ghash; member 29 struct crypto_ahash *ghash; member 96 struct crypto_ahash *ghash = ctx->ghash; in crypto_gcm_setkey() local 527 struct crypto_ahash *ghash; in crypto_gcm_init_tfm() local 585 struct hash_alg_common *ghash; crypto_gcm_create_common() local [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | gcm.c | 24 struct crypto_ahash_spawn ghash; member 29 struct crypto_ahash *ghash; member 96 struct crypto_ahash *ghash = ctx->ghash; in crypto_gcm_setkey() local 525 struct crypto_ahash *ghash; in crypto_gcm_init_tfm() local 583 struct hash_alg_common *ghash; crypto_gcm_create_common() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_paletteuse.c | 348 const uint8_t ghash = g & ((1<<NBITS)-1); in color_get() local
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | atmel-aes.c | 134 __be32 ghash[AES_BLOCK_SIZE / sizeof(u32)]; member
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | atmel-aes.c | 134 __be32 ghash[AES_BLOCK_SIZE / sizeof(u32)]; member
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_ir.h | 484 value_hash ghash; member in r600_sb::value
|