Home
last modified time | relevance | path

Searched defs:c (Results 1 – 20 of 20) 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
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
Drsa.c51 static int _rsa_enc(const struct rsa_mpi_key *key, MPI c, MPI m) in _rsa_enc()
72 static int _rsa_dec_crt(const struct rsa_mpi_key *key, MPI m_or_m1_or_h, MPI c) in _rsa_dec_crt()
124 MPI m, c = mpi_alloc(0); in rsa_enc() local
163 MPI c, m = mpi_alloc(0); in rsa_dec() local
Dsm3.c38 #define R(i, a, b, c, d, e, f, g, h, t, w1, w2) \ argument
49 #define R1(a, b, c, d, e, f, g, h, t, w1, w2) \ argument
51 #define R2(a, b, c, d, e, f, g, h, t, w1, w2) \ argument
74 u32 a, b, c, d, e, f, g, h, ss1, ss2; in sm3_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
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
Dfips140-module.c792 u8 c; in crypto_inc_byte() local
805 u32 c; in crypto_inc() local
Dalgapi.c967 u8 c; in crypto_inc_byte() local
980 u32 c; in crypto_inc() local
Drmd160.c43 #define ROUND(a, b, c, d, e, f, k, x, s) { \ argument
Dcrypto_user.c457 struct netlink_dump_control c = { in crypto_user_rcv_msg() local
Dtestmgr.h155 const unsigned char *c; member
Decc.c557 u64 c = -mod[0]; in vli_mmod_special() local
Dtestmgr.c4186 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