Searched refs:le128 (Results 1 – 10 of 10) sorted by relevance
| /linux/include/crypto/ |
| H A D | b128ops.h | 58 } le128; typedef 66 static inline void le128_xor(le128 *r, const le128 *p, const le128 *q) in le128_xor()
|
| H A D | gf128mul.h | 206 static inline void gf128mul_x_ble(le128 *r, const le128 *x) in gf128mul_x_ble() 226 void gf128mul_x8_ble(le128 *r, const le128 *x);
|
| /linux/crypto/ |
| H A D | adiantum.c | 173 static inline void le128_add(le128 *r, const le128 *v1, const le128 *v2) in le128_add() 184 static inline void le128_sub(le128 *r, const le128 *v1, const le128 *v2) in le128_sub() 206 static void adiantum_hash_header(struct skcipher_request *req, le128 *out) in adiantum_hash_header() 320 const struct adiantum_tfm_ctx *key, le128 *out) in nhpoly1305_final() 348 struct scatterlist *sgl, le128 *out) in adiantum_hash_message() 386 le128 bignum; /* interpret as element of Z/(2^{128}Z) */ in adiantum_crypt() 388 le128 header_hash, msg_hash; in adiantum_crypt() 409 memcpy(&rbuf.bignum, virt + bulk_len, sizeof(le128)); in adiantum_crypt() 414 memcpy_from_sglist(&rbuf.bignum, src, bulk_len, sizeof(le128)); in adiantum_crypt() 475 memcpy(virt + bulk_len, &rbuf.bignum, sizeof(le128)); in adiantum_crypt() [all …]
|
| H A D | xts.c | 35 le128 t; 90 le128 t = rctx->t; in xts_xor_tweak() 102 const 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/arch/x86/crypto/ |
| H A D | ghash-clmulni-intel_glue.c | 22 asmlinkage void clmul_ghash_mul(char *dst, const le128 *shash); 25 unsigned int srclen, const le128 *shash); 28 le128 shash;
|
| /linux/lib/crypto/ |
| H A D | gf128mul.c | 171 void gf128mul_x8_ble(le128 *r, const le128 *x) in gf128mul_x8_ble()
|
| /linux/arch/powerpc/crypto/ |
| H A D | aes-spe-glue.c | 318 le128 twk; in ppc_xts_decrypt() 342 gf128mul_x_ble(&twk, (le128 *)req->iv); in ppc_xts_decrypt()
|
| /linux/arch/arm/nwfpe/ |
| H 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()
|
| H A D | softfloat-macros | 720 INLINE flag le128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 )
|
| /linux/drivers/crypto/chelsio/ |
| H A D | chcr_algo.c | 1054 gf128mul_x8_ble((le128 *)iv, (le128 *)iv); in chcr_update_tweak() 1057 gf128mul_x_ble((le128 *)iv, (le128 *)iv); in chcr_update_tweak()
|