Home
last modified time | relevance | path

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

/linux/lib/crypto/
H A Dgf128mul.c133 static void gf128mul_x8_lle_ti(be128 *x)
143 static void gf128mul_x8_bbe(be128 *x) in gf128mul_x8_lle()
164 void gf128mul_lle(be128 *r, const be128 *b) in gf128mul_x8_bbe()
182 be128 array[16 + 3] = {}; in gf128mul_lle()
183 be128 *p = PTR_ALIGN(&array[0], 2 * sizeof(be128)); in gf128mul_lle()
225 struct gf128mul_64k *gf128mul_init_64k_bbe(const be128 *g) in gf128mul_lle()
277 void gf128mul_64k_bbe(be128 *a, const struct gf128mul_64k *t) in gf128mul_init_64k_bbe()
280 be128 in gf128mul_init_64k_bbe()
[all...]
H A Daesgcm.c
/linux/include/crypto/
H A Db128ops.h54 } 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 Dsm4-ce-gcm-glue.c140 be128 __aligned(8) lengths; in gcm_crypt()
H A Dsm4-ce-glue.c508 be128 *consts = (be128 *)ctx->consts; in sm4_cmac_setkey()
/linux/crypto/
H A Dgcm.c