/crypto/ |
D | twofish_generic.c | 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 | rsa.c | 25 static int _rsa_enc(const struct rsa_mpi_key *key, MPI c, MPI m) in _rsa_enc() 39 static int _rsa_dec(const struct rsa_mpi_key *key, MPI m, MPI c) in _rsa_dec() 58 MPI m, c = mpi_alloc(0); in rsa_enc() local 97 MPI c, m = mpi_alloc(0); in rsa_dec() 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 69 u32 a, b, c, d; in md4_transform() local
|
D | tgr192.c | 34 u64 a, b, c; member 401 u64 c = *rc; in tgr192_round() local 420 u64 c = *rc; in tgr192_pass() local 464 u64 a, b, c, aa, bb, cc; in tgr192_transform() local
|
D | cast5_generic.c | 303 void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_encrypt() 360 void __cast5_decrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_decrypt() 481 struct cast5_ctx *c = crypto_tfm_ctx(tfm); in cast5_setkey() local
|
D | cast6_generic.c | 106 int __cast6_setkey(struct cast6_ctx *c, const u8 *in_key, unsigned int key_len) in __cast6_setkey() 174 const struct cast6_ctx *c = ctx; in __cast6_encrypt() local 213 const struct cast6_ctx *c = ctx; in __cast6_decrypt() local
|
D | twofish_common.c | 468 #define CALC_S(a, b, c, d, i, w, x, y, z) \ argument 529 #define CALC_K_2(a, b, c, d, j) \ argument 542 #define CALC_K192_2(a, b, c, d, j) \ argument
|
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 | blake2b_generic.c | 46 #define G(r,i,a,b,c,d) \ argument
|
D | khazad.c | 750 static const u64 c[KHAZAD_ROUNDS + 1] = { variable
|
D | serpent_generic.c | 29 #define keyiter(a, b, c, d, i, j) \ argument 452 void __serpent_encrypt(const void *c, u8 *dst, const u8 *src) in __serpent_encrypt() 518 void __serpent_decrypt(const void *c, u8 *dst, const u8 *src) in __serpent_decrypt()
|
D | sha512_generic.c | 101 u64 a, b, c, d, e, f, g, h, t1, t2; in sha512_transform() local
|
D | md5.c | 42 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 | rmd160.c | 43 #define ROUND(a, b, c, d, e, f, k, x, s) { \ argument
|
D | rmd320.c | 43 #define ROUND(a, b, c, d, e, f, k, x, s) { \ argument
|
D | algapi.c | 969 u8 c; in crypto_inc_byte() local 982 u32 c; in crypto_inc() local
|
D | crypto_user_base.c | 451 struct netlink_dump_control c = { in crypto_user_rcv_msg() local
|
D | testmgr.h | 153 const unsigned char *c; member
|
D | ecc.c | 519 u64 c = -mod[0]; in vli_mmod_special() local
|
D | testmgr.c | 3944 const char *m, *c; in test_akcipher_one() local
|
/crypto/async_tx/ |
D | async_raid6_recov.c | 28 u8 *a, *b, *c; in async_sum_product() local
|