/crypto/ |
D | memneq.c | 68 __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()
|
D | twofish_generic.c | 44 #define G2(b) \ argument 53 #define ENCROUND(n, a, b, c, d) \ argument 60 #define DECROUND(n, a, b, c, d) \ argument 102 u32 a, b, c, d; in twofish_encrypt() local 139 u32 a, b, c, d; in twofish_decrypt() local
|
D | twofish_common.c | 468 #define CALC_S(a, b, c, d, i, w, x, y, z) \ argument 483 #define CALC_SB_2(i, a, b) \ argument 491 #define CALC_SB192_2(i, a, b) \ argument 499 #define CALC_SB256_2(i, a, b) \ argument 529 #define CALC_K_2(a, b, c, d, j) \ argument 542 #define CALC_K192_2(a, b, c, d, j) \ argument 555 #define CALC_K256_2(a, b, j) \ argument
|
D | gf128mul.c | 142 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 162 u64 b = le64_to_cpu(x->b); in gf128mul_x8_ble() local 170 void gf128mul_lle(be128 *r, const be128 *b) in gf128mul_lle() 208 void gf128mul_bbe(be128 *r, const be128 *b) in gf128mul_bbe()
|
D | md4.c | 63 #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 69 u32 a, b, c, d; in md4_transform() local
|
D | tgr192.c | 34 u64 a, b, c; member 400 u64 b = *rb; in tgr192_round() local 419 u64 b = *rb; in tgr192_pass() local 464 u64 a, b, c, aa, bb, cc; in tgr192_transform() local
|
D | sm3_generic.c | 39 static inline u32 ff(unsigned int n, u32 a, u32 b, u32 c) in ff() 78 u32 a, b, c, d, e, f, g, h; in sm3_compress() local
|
D | ecc.h | 70 u64 *b; member
|
D | blowfish_common.c | 304 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) argument
|
D | blowfish_generic.c | 34 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) argument
|
D | xts.c | 150 le128 b; in cts_done() local 171 le128 b[2]; in cts_final() local
|
D | sm4_generic.c | 72 u8 *b = (u8 *)&x; in sm4_t_non_lin_sub() local
|
D | sha512_generic.c | 101 u64 a, b, c, d, e, f, g, h, t1, t2; in sha512_transform() local
|
D | md5.c | 45 u32 a, b, c, d; in md5_transform() local
|
D | rmd256.c | 40 #define ROUND(a, b, c, d, f, k, x, s) { \ argument
|
D | rmd128.c | 40 #define ROUND(a, b, c, d, f, k, x, s) { \ argument
|
D | wp512.c | 1012 u32 b, carry; in wp512_update() local
|
D | rmd160.c | 43 #define ROUND(a, b, c, d, e, f, k, x, s) { \ argument
|
D | poly1305_generic.c | 22 static inline u64 mlt(u64 a, u64 b) in mlt()
|
D | rmd320.c | 43 #define ROUND(a, b, c, d, e, f, k, x, s) { \ argument
|
D | lrw.c | 57 static inline void setbit128_bbe(void *b, int bit) in setbit128_bbe()
|
/crypto/async_tx/ |
D | async_pq.c | 26 #define P(b, d) (b[d-2]) argument 27 #define Q(b, d) (b[d-1]) argument
|
D | async_raid6_recov.c | 27 u8 *a, *b, *c; in async_sum_product() local 150 struct page *p, *q, *a, *b; in __2data_recov_4() local
|
/crypto/asymmetric_keys/ |
D | x509_public_key.c | 117 bool b = asymmetric_key_id_same(cert->id, cert->sig->auth_ids[0]); in x509_check_for_self_signed() local
|
D | verify_pefile.c | 204 static int pefile_compare_shdrs(const void *a, const void *b) in pefile_compare_shdrs()
|