Searched refs:be128 (Results 1 – 6 of 6) sorted by relevance
| /linux/lib/crypto/ |
| H A D | gf128mul.c | 140 static void gf128mul_x8_lle(be128 *x) in gf128mul_x8_lle() 151 static void gf128mul_x8_lle_ti(be128 *x) in gf128mul_x8_lle_ti() 161 static void gf128mul_x8_bbe(be128 *x) in gf128mul_x8_bbe() 182 void gf128mul_lle(be128 *r, const be128 *b) in gf128mul_lle() 200 be128 array[16 + 3] = {}; in gf128mul_lle() 201 be128 *p = PTR_ALIGN(&array[0], 2 * sizeof(be128)); in gf128mul_lle() 243 struct gf128mul_64k *gf128mul_init_64k_bbe(const be128 *g) in gf128mul_init_64k_bbe() 295 void gf128mul_64k_bbe(be128 *a, const struct gf128mul_64k *t) in gf128mul_64k_bbe() 298 be128 r[1]; in gf128mul_64k_bbe() 324 struct gf128mul_4k *gf128mul_init_4k_lle(const be128 *g) in gf128mul_init_4k_lle() [all …]
|
| H A D | aesgcm.c | 63 static void aesgcm_ghash(be128 *ghash, const be128 *key, const void *src, in aesgcm_ghash() 91 be128 tail = { cpu_to_be64(assoc_len * 8), cpu_to_be64(src_len * 8) }; in aesgcm_mac() 93 be128 ghash = {}; in aesgcm_mac()
|
| /linux/include/crypto/ |
| H A D | b128ops.h | 54 } be128; typedef 60 static inline void be128_xor(be128 *r, const be128 *p, const be128 *q) in be128_xor()
|
| /linux/arch/arm64/crypto/ |
| H A D | sm4-ce-gcm-glue.c | 140 be128 __aligned(8) lengths; in gcm_crypt()
|
| H A D | sm4-ce-glue.c | 508 be128 *consts = (be128 *)ctx->consts; in sm4_cmac_setkey()
|
| /linux/crypto/ |
| H A D | gcm.c | 95 be128 hash; in crypto_gcm_setkey() 136 err = crypto_ahash_setkey(ghash, (u8 *)&data->hash, sizeof(be128)); in crypto_gcm_setkey() 224 be128 lengths; in gcm_hash_len()
|