Home
last modified time | relevance | path

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

/crypto/
Dtwofish_generic.c53 #define ENCROUND(n, a, b, c, d) \ argument
60 #define DECROUND(n, a, b, c, d) \ argument
100 u32 a, b, c, d; in twofish_encrypt() local
135 u32 a, b, c, d; in twofish_decrypt() local
Drsa.c25 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
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
69 u32 a, b, c, d; in md4_transform() local
Dcast5_generic.c303 void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_encrypt()
358 void __cast5_decrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_decrypt()
477 struct cast5_ctx *c = crypto_tfm_ctx(tfm); in cast5_setkey() local
Dcast6_generic.c106 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
211 const struct cast6_ctx *c = ctx; in __cast6_decrypt() local
Dtwofish_common.c468 #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
Dsm3_generic.c39 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
Dblake2b_generic.c46 #define G(r,i,a,b,c,d) \ argument
Dserpent_generic.c24 #define keyiter(a, b, c, d, i, j) \ argument
458 void __serpent_encrypt(const void *c, u8 *dst, const u8 *src) in __serpent_encrypt()
517 void __serpent_decrypt(const void *c, u8 *dst, const u8 *src) in __serpent_decrypt()
Dkhazad.c750 static const u64 c[KHAZAD_ROUNDS + 1] = { variable
Dsha512_generic.c101 u64 a, b, c, d, e, f, g, h, t1, t2; in sha512_transform() local
Dmd5.c42 u32 a, b, c, d; in md5_transform() local
Drmd160.c43 #define ROUND(a, b, c, d, e, f, k, x, s) { \ argument
Dalgapi.c977 u8 c; in crypto_inc_byte() local
990 u32 c; in crypto_inc() local
Dcrypto_user_base.c451 struct netlink_dump_control c = { in crypto_user_rcv_msg() local
Dtestmgr.h153 const unsigned char *c; member
Decc.c530 u64 c = -mod[0]; in vli_mmod_special() local
Dtestmgr.c3926 const char *m, *c; in test_akcipher_one() local
/crypto/async_tx/
Dasync_raid6_recov.c28 u8 *a, *b, *c; in async_sum_product() local