Home
last modified time | relevance | path

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

12

/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()
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
Dgf128mul.c142 u64 b = be64_to_cpu(x->b); in gf128mul_x8_lle() local
152 u64 b = be64_to_cpu(x->b); in gf128mul_x8_bbe() local
159 void gf128mul_lle(be128 *r, const be128 *b) in gf128mul_lle()
197 void gf128mul_bbe(be128 *r, const be128 *b) in gf128mul_bbe()
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
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
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
Dsha512_generic.c84 u64 a, b, c, d, e, f, g, h, t1, t2; in sha512_transform() local
Dsha256_generic.c73 u32 a, b, c, d, e, f, g, h, t1, t2; in sha256_transform() local
Dmd5.c62 u32 a, b, c, d; in md5_transform() local
Drmd128.c45 #define ROUND(a, b, c, d, f, k, x, s) { \ argument
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
Dpoly1305_generic.c22 static inline u64 mlt(u64 a, u64 b) in mlt()
Drmd320.c48 #define ROUND(a, b, c, d, e, f, k, x, s) { \ argument
Dalgapi.c953 u8 *b = (a + size); in crypto_inc_byte() local
966 __be32 *b = (__be32 *)(a + size); in crypto_inc() local
Decc.c287 static uint128_t add_128_128(uint128_t a, uint128_t b) in add_128_128()
563 u64 a[ndigits], b[ndigits]; in vli_mod_inv() local
/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/
Dx509_public_key.c126 bool b = asymmetric_key_id_same(cert->id, cert->sig->auth_ids[0]); in x509_check_for_self_signed() local
Dverify_pefile.c208 static int pefile_compare_shdrs(const void *a, const void *b) in pefile_compare_shdrs()

12