| /crypto/ |
| D | twofish_generic.c | 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
|
| D | rsa.c | 21 static int _rsa_enc(const struct rsa_key *key, MPI c, MPI m) in _rsa_enc() 35 static int _rsa_dec(const struct rsa_key *key, MPI m, MPI c) in _rsa_dec() 82 MPI m, c = mpi_alloc(0); in rsa_enc() local 127 MPI c, m = mpi_alloc(0); in rsa_dec() local
|
| D | tgr192.c | 39 u64 a, b, c; member 406 u64 c = *rc; in tgr192_round() local 425 u64 c = *rc; in tgr192_pass() local 469 u64 a, b, c, aa, bb, cc; in tgr192_transform() local
|
| 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 86 u32 a, b, c, d; in md4_transform() local
|
| D | cast6_generic.c | 114 int __cast6_setkey(struct cast6_ctx *c, const u8 *in_key, in __cast6_setkey() 184 void __cast6_encrypt(struct cast6_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast6_encrypt() 222 void __cast6_decrypt(struct cast6_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast6_decrypt()
|
| D | cast5_generic.c | 311 void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_encrypt() 368 void __cast5_decrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_decrypt() 489 struct cast5_ctx *c = crypto_tfm_ctx(tfm); in cast5_setkey() local
|
| D | twofish_common.c | 482 #define CALC_S(a, b, c, d, i, w, x, y, z) \ argument 543 #define CALC_K_2(a, b, c, d, j) \ argument 556 #define CALC_K192_2(a, b, c, d, j) \ argument
|
| D | des_generic.c | 617 #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
|
| D | khazad.c | 750 static const u64 c[KHAZAD_ROUNDS + 1] = { variable
|
| D | sha256_generic.c | 57 u32 a, b, c, d, e, f, g, h, t1, t2; in sha256_transform() local
|
| D | sha512_generic.c | 84 u64 a, b, c, d, e, f, g, h, t1, t2; in sha512_transform() local
|
| D | rmd128.c | 45 #define ROUND(a, b, c, d, f, k, x, s) { \ argument
|
| D | rmd256.c | 45 #define ROUND(a, b, c, d, f, k, x, s) { \ argument
|
| D | rmd160.c | 48 #define ROUND(a, b, c, d, e, f, k, x, s) { \ argument
|
| D | rmd320.c | 48 #define ROUND(a, b, c, d, e, f, k, x, s) { \ argument
|
| D | algapi.c | 945 u8 c; in crypto_inc_byte() local 958 u32 c; in crypto_inc() local
|
| D | crypto_user.c | 517 struct netlink_dump_control c = { in crypto_user_rcv_msg() local
|
| D | jitterentropy.c | 427 union c { in jent_stir_pool() union
|
| D | serpent_generic.c | 33 #define keyiter(a, b, c, d, i, j) \ argument
|
| D | testmgr.h | 132 unsigned char *c; member
|
| /crypto/async_tx/ |
| D | async_raid6_recov.c | 41 u8 *a, *b, *c; in async_sum_product() local
|