Symbol: le128
arch/arm/nwfpe/softfloat.c
3137
while ( le128( term0, term1, aSig0, aSig1 ) ) {
arch/arm/nwfpe/softfloat.c
3299
aSign ? le128( b.high, b.low, a.high, a.low )
arch/arm/nwfpe/softfloat.c
3300
: le128( a.high, a.low, b.high, b.low );
arch/arm/nwfpe/softfloat.c
3395
aSign ? le128( b.high, b.low, a.high, a.low )
arch/arm/nwfpe/softfloat.c
3396
: le128( a.high, a.low, b.high, b.low );
arch/powerpc/crypto/aes-spe-glue.c
318
le128 twk;
arch/powerpc/crypto/aes-spe-glue.c
342
gf128mul_x_ble(&twk, (le128 *)req->iv);
arch/x86/crypto/ghash-clmulni-intel_glue.c
22
asmlinkage void clmul_ghash_mul(char *dst, const le128 *shash);
arch/x86/crypto/ghash-clmulni-intel_glue.c
25
unsigned int srclen, const le128 *shash);
arch/x86/crypto/ghash-clmulni-intel_glue.c
28
le128 shash;
crypto/adiantum.c
173
static inline void le128_add(le128 *r, const le128 *v1, const le128 *v2)
crypto/adiantum.c
184
static inline void le128_sub(le128 *r, const le128 *v1, const le128 *v2)
crypto/adiantum.c
206
static void adiantum_hash_header(struct skcipher_request *req, le128 *out)
crypto/adiantum.c
320
const struct adiantum_tfm_ctx *key, le128 *out)
crypto/adiantum.c
348
struct scatterlist *sgl, le128 *out)
crypto/adiantum.c
386
le128 bignum; /* interpret as element of Z/(2^{128}Z) */
crypto/adiantum.c
388
le128 header_hash, msg_hash;
crypto/adiantum.c
409
memcpy(&rbuf.bignum, virt + bulk_len, sizeof(le128));
crypto/adiantum.c
414
memcpy_from_sglist(&rbuf.bignum, src, bulk_len, sizeof(le128));
crypto/adiantum.c
475
memcpy(virt + bulk_len, &rbuf.bignum, sizeof(le128));
crypto/adiantum.c
482
memcpy_to_sglist(dst, bulk_len, &rbuf.bignum, sizeof(le128));
crypto/xts.c
102
const le128 *wsrc;
crypto/xts.c
103
le128 *wdst;
crypto/xts.c
146
le128 b;
crypto/xts.c
168
le128 b[2];
crypto/xts.c
35
le128 t;
crypto/xts.c
90
le128 t = rctx->t;
drivers/crypto/chelsio/chcr_algo.c
1054
gf128mul_x8_ble((le128 *)iv, (le128 *)iv);
drivers/crypto/chelsio/chcr_algo.c
1057
gf128mul_x_ble((le128 *)iv, (le128 *)iv);
include/crypto/b128ops.h
66
static inline void le128_xor(le128 *r, const le128 *p, const le128 *q)
include/crypto/gf128mul.h
206
static inline void gf128mul_x_ble(le128 *r, const le128 *x)
include/crypto/gf128mul.h
226
void gf128mul_x8_ble(le128 *r, const le128 *x);
lib/crypto/gf128mul.c
171
void gf128mul_x8_ble(le128 *r, const le128 *x)