Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 25) sorted by relevance

/crypto/
Dmemneq.c68 __crypto_memneq_generic(const void *a, const void *b, size_t size) in __crypto_memneq_generic()
92 static inline unsigned long __crypto_memneq_16(const void *a, const void *b) in __crypto_memneq_16()
156 noinline unsigned long __crypto_memneq(const void *a, const void *b, in __crypto_memneq()
Dgf128mul.c143 u64 b = be64_to_cpu(x->b); in gf128mul_x_lle() local
153 u64 b = be64_to_cpu(x->b); in gf128mul_x_bbe() local
163 u64 b = le64_to_cpu(x->b); in gf128mul_x_ble() local
174 u64 b = be64_to_cpu(x->b); in gf128mul_x8_lle() local
184 u64 b = be64_to_cpu(x->b); in gf128mul_x8_bbe() local
194 u64 b = le64_to_cpu(x->a); in gf128mul_x8_ble() local
201 void gf128mul_lle(be128 *r, const be128 *b) in gf128mul_lle()
239 void gf128mul_bbe(be128 *r, const be128 *b) in gf128mul_bbe()
277 void gf128mul_ble(be128 *r, const be128 *b) in gf128mul_ble()
Dtwofish_generic.c58 #define G2(b) \ argument
67 #define ENCROUND(n, a, b, c, d) \ argument
74 #define DECROUND(n, a, b, c, d) \ argument
116 u32 a, b, c, d; in twofish_encrypt() local
153 u32 a, b, c, d; in twofish_decrypt() local
Dtwofish_common.c482 #define CALC_S(a, b, c, d, i, w, x, y, z) \ argument
497 #define CALC_SB_2(i, a, b) \ argument
505 #define CALC_SB192_2(i, a, b) \ argument
513 #define CALC_SB256_2(i, a, b) \ argument
543 #define CALC_K_2(a, b, c, d, j) \ argument
556 #define CALC_K192_2(a, b, c, d, j) \ argument
569 #define CALC_K256_2(a, b, j) \ argument
Dtgr192.c39 u64 a, b, c; member
405 u64 b = *rb; in tgr192_round() local
424 u64 b = *rb; in tgr192_pass() local
469 u64 a, b, c, aa, bb, cc; in tgr192_transform() local
Dmd4.c63 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument
64 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s)) argument
65 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s)) argument
86 u32 a, b, c, d; in md4_transform() local
Dalgapi.c944 u8 *b = (a + size); in crypto_inc_byte() local
957 __be32 *b = (__be32 *)(a + size); in crypto_inc() local
971 static inline void crypto_xor_byte(u8 *a, const u8 *b, unsigned int size) in crypto_xor_byte()
980 u32 *b = (u32 *)src; in crypto_xor() local
Ddes_generic.c617 #define DES_PC2(a, b, c, d) (T4(d) | T3(c) | T2(b) | T1(a)) argument
634 unsigned long a, b, c, d, w; in des_ekey() local
717 unsigned long a, b, c, d; in dkey() local
Dblowfish_common.c309 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) argument
Dblowfish_generic.c39 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) argument
Darc4.c57 u32 x, y, a, b; in arc4_crypt() local
Dsha256_generic.c57 u32 a, b, c, d, e, f, g, h, t1, t2; in sha256_transform() local
Dsha512_generic.c84 u64 a, b, c, d, e, f, g, h, t1, t2; in sha512_transform() local
Drmd128.c45 #define ROUND(a, b, c, d, f, k, x, s) { \ argument
Dpoly1305_generic.c21 static inline u64 mlt(u64 a, u64 b) in mlt()
Dwp512.c1012 u32 b, carry; in wp512_update() local
Drmd256.c45 #define ROUND(a, b, c, d, f, k, x, s) { \ argument
Drmd160.c48 #define ROUND(a, b, c, d, e, f, k, x, s) { \ argument
Drmd320.c48 #define ROUND(a, b, c, d, e, f, k, x, s) { \ argument
Dlrw.c37 static inline void setbit128_bbe(void *b, int bit) in setbit128_bbe()
Djitterentropy.c393 __u64 b = jent_measure_jitter(entropy_collector); in jent_unbiased_bit() local
Dserpent_generic.c33 #define keyiter(a, b, c, d, i, j) \ argument
/crypto/async_tx/
Dasync_pq.c42 #define P(b, d) (b[d-2]) argument
43 #define Q(b, d) (b[d-1]) argument
Dasync_raid6_recov.c41 u8 *a, *b, *c; in async_sum_product() local
164 struct page *p, *q, *a, *b; in __2data_recov_4() local
/crypto/asymmetric_keys/
Dverify_pefile.c208 static int pefile_compare_shdrs(const void *a, const void *b) in pefile_compare_shdrs()