Home
last modified time | relevance | path

Searched refs:be128 (Results 1 – 11 of 11) sorted by relevance

/linux/include/crypto/
A Dgf128mul.h163 void gf128mul_lle(be128 *a, const be128 *b);
165 void gf128mul_bbe(be128 *a, const be128 *b);
182 static inline void gf128mul_x_lle(be128 *r, const be128 *x) in gf128mul_x_lle()
195 static inline void gf128mul_x_bbe(be128 *r, const be128 *x) in gf128mul_x_bbe()
223 be128 t[256];
226 struct gf128mul_4k *gf128mul_init_4k_lle(const be128 *g);
227 struct gf128mul_4k *gf128mul_init_4k_bbe(const be128 *g);
228 void gf128mul_4k_lle(be128 *a, const struct gf128mul_4k *t);
229 void gf128mul_4k_bbe(be128 *a, const struct gf128mul_4k *t);
248 struct gf128mul_64k *gf128mul_init_64k_bbe(const be128 *g);
[all …]
A Db128ops.h58 } be128; typedef
70 static inline void be128_xor(be128 *r, const be128 *p, const be128 *q) in be128_xor()
/linux/crypto/
A Dgf128mul.c139 static void gf128mul_x8_lle(be128 *x) in gf128mul_x8_lle()
149 static void gf128mul_x8_bbe(be128 *x) in gf128mul_x8_bbe()
170 void gf128mul_lle(be128 *r, const be128 *b) in gf128mul_lle()
172 be128 p[8]; in gf128mul_lle()
208 void gf128mul_bbe(be128 *r, const be128 *b) in gf128mul_bbe()
210 be128 p[8]; in gf128mul_bbe()
315 be128 r[1]; in gf128mul_64k_bbe()
341 struct gf128mul_4k *gf128mul_init_4k_lle(const be128 *g) in gf128mul_init_4k_lle()
363 struct gf128mul_4k *gf128mul_init_4k_bbe(const be128 *g) in gf128mul_init_4k_bbe()
388 be128 r[1]; in gf128mul_4k_lle()
[all …]
A Dlrw.c49 be128 mulinc[128];
53 be128 t;
75 be128 tmp = { 0 }; in lrw_setkey()
89 ctx->table = gf128mul_init_64k_bbe((be128 *)tweak); in lrw_setkey()
146 be128 t = rctx->t; in lrw_xor_tweak()
170 be128 *wsrc; in lrw_xor_tweak()
171 be128 *wdst; in lrw_xor_tweak()
382 (__alignof__(be128) - 1); in lrw_create()
A Dghash-generic.c59 be128 k; in ghash_setkey()
96 gf128mul_4k_lle((be128 *)dst, ctx->gf128); in ghash_update()
101 gf128mul_4k_lle((be128 *)dst, ctx->gf128); in ghash_update()
125 gf128mul_4k_lle((be128 *)dst, ctx->gf128); in ghash_flush()
A Dgcm.c99 be128 hash; in crypto_gcm_setkey()
140 err = crypto_ahash_setkey(ghash, (u8 *)&data->hash, sizeof(be128)); in crypto_gcm_setkey()
228 be128 lengths; in gcm_hash_len()
/linux/drivers/crypto/vmx/
A Dghash.c36 be128 key;
89 gf128mul_lle((be128 *)dctx->shash, &ctx->key); in __ghash_block()
109 gf128mul_lle((be128 *)dctx->shash, &ctx->key); in __ghash_blocks()
/linux/arch/arm64/crypto/
A Dghash-ce-glue.c34 be128 k;
74 be128 dst = { cpu_to_be64(dg[1]), cpu_to_be64(dg[0]) }; in ghash_do_update()
175 static void ghash_reflect(u64 h[], const be128 *k) in ghash_reflect()
234 be128 h; in gcm_setkey()
350 be128 lengths; in gcm_encrypt()
417 be128 lengths; in gcm_decrypt()
A Daes-glue.c739 static void cmac_gf128_mul_by_x(be128 *y, const be128 *x) in cmac_gf128_mul_by_x()
752 be128 *consts = (be128 *)ctx->consts; in cmac_setkey()
/linux/arch/arm/crypto/
A Dghash-ce-glue.c31 be128 k;
72 be128 dst = { cpu_to_be64(dg[1]), cpu_to_be64(dg[0]) }; in ghash_do_update()
145 static void ghash_reflect(u64 h[], const be128 *k) in ghash_reflect()
169 be128 h = key->k; in ghash_setkey()
/linux/arch/x86/crypto/
A Dghash-clmulni-intel_glue.c57 be128 *x = (be128 *)key; in ghash_setkey()

Completed in 19 milliseconds