Home
last modified time | relevance | path

Searched defs:c (Results 1 – 21 of 21) sorted by relevance

/crypto/
Dtwofish_generic.c67 #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
Drsa.c21 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
Dtgr192.c39 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
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
Dcast6_generic.c114 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()
Dcast5_generic.c311 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
Dtwofish_common.c482 #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
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
Dkhazad.c750 static const u64 c[KHAZAD_ROUNDS + 1] = { variable
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
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
Dalgapi.c945 u8 c; in crypto_inc_byte() local
958 u32 c; in crypto_inc() local
Dcrypto_user.c517 struct netlink_dump_control c = { in crypto_user_rcv_msg() local
Djitterentropy.c427 union c { in jent_stir_pool() union
Dserpent_generic.c33 #define keyiter(a, b, c, d, i, j) \ argument
Dtestmgr.h132 unsigned char *c; member
/crypto/async_tx/
Dasync_raid6_recov.c41 u8 *a, *b, *c; in async_sum_product() local