Searched refs:le128 (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/include/crypto/ |
A D | b128ops.h | 62 } le128; typedef 75 static inline void le128_xor(le128 *r, const le128 *p, const le128 *q) in le128_xor()
|
A D | gf128mul.h | 208 static inline void gf128mul_x_ble(le128 *r, const le128 *x) in gf128mul_x_ble() 230 void gf128mul_x8_ble(le128 *r, const le128 *x);
|
/linux-6.3-rc2/crypto/ |
A D | adiantum.c | 90 le128 bignum; /* interpret as element of Z/(2^{128}Z) */ 99 le128 header_hash; 186 static inline void le128_add(le128 *r, const le128 *v1, const le128 *v2) in le128_add() 197 static inline void le128_sub(le128 *r, const le128 *v1, const le128 *v2) in le128_sub() 248 struct scatterlist *sgl, le128 *digest) in adiantum_hash_message() 288 le128 digest; in adiantum_finish() 328 le128 digest; in adiantum_crypt()
|
A D | xts.c | 35 le128 t; 90 le128 t = rctx->t; in xts_xor_tweak() 102 le128 *wsrc; in xts_xor_tweak() 103 le128 *wdst; in xts_xor_tweak() 146 le128 b; in xts_cts_done() 168 le128 b[2]; in xts_cts_final()
|
/linux-6.3-rc2/arch/x86/crypto/ |
A D | ghash-clmulni-intel_glue.c | 27 void clmul_ghash_mul(char *dst, const le128 *shash); 30 const le128 *shash); 37 le128 shash;
|
/linux-6.3-rc2/lib/crypto/ |
A D | gf128mul.c | 170 void gf128mul_x8_ble(le128 *r, const le128 *x) in gf128mul_x8_ble()
|
/linux-6.3-rc2/arch/powerpc/crypto/ |
A D | aes-spe-glue.c | 366 le128 twk; in ppc_xts_decrypt() 390 gf128mul_x_ble(&twk, (le128 *)req->iv); in ppc_xts_decrypt()
|
/linux-6.3-rc2/arch/arm/nwfpe/ |
A D | softfloat.c | 3137 while ( le128( term0, term1, aSig0, aSig1 ) ) { in floatx80_rem() 3299 aSign ? le128( b.high, b.low, a.high, a.low ) in floatx80_le() 3300 : le128( a.high, a.low, b.high, b.low ); in floatx80_le() 3395 aSign ? le128( b.high, b.low, a.high, a.low ) in floatx80_le_quiet() 3396 : le128( a.high, a.low, b.high, b.low ); in floatx80_le_quiet()
|
A D | softfloat-macros | 720 INLINE flag le128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 )
|
/linux-6.3-rc2/drivers/crypto/chelsio/ |
A D | chcr_algo.c | 1083 gf128mul_x8_ble((le128 *)iv, (le128 *)iv); in chcr_update_tweak() 1086 gf128mul_x_ble((le128 *)iv, (le128 *)iv); in chcr_update_tweak()
|
Completed in 27 milliseconds