Home
last modified time | relevance | path

Searched defs:s (Results 1 – 16 of 16) sorted by relevance

/crypto/
Dmd4.c42 static inline u32 lshift(u32 x, unsigned int s) in lshift()
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
Ddes_generic.c807 const __le32 *s = (const __le32 *)src; in des_encrypt() local
830 const __le32 *s = (const __le32 *)src; in des_decrypt() local
896 const __le32 *s = (const __le32 *)src; in des3_ede_encrypt() local
927 const __le32 *s = (const __le32 *)src; in des3_ede_decrypt() local
Dserpent_generic.c42 #define store_and_load_keys(x0, x1, x2, x3, s, l) \ argument
448 const __le32 *s = (const __le32 *)src; in __serpent_encrypt() local
513 const __le32 *s = (const __le32 *)src; in __serpent_decrypt() local
584 const u32 * const s = (const u32 * const)src; in tnepres_encrypt() local
604 const u32 * const s = (const u32 * const)src; in tnepres_decrypt() local
Dxts.c86 static inline void xts_round(struct sinfo *s, void *dst, const void *src) in xts_round()
101 struct sinfo s = { in crypt() local
Dcts.c86 u8 s[bsize * 2], d[bsize * 2]; in cts_cbc_encrypt() local
172 u8 s[bsize * 2], d[bsize * 2]; in cts_cbc_decrypt() local
Dlrw.c112 static inline void lrw_round(struct sinfo *s, void *dst, const void *src) in lrw_round()
145 struct sinfo s = { in crypt() 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
Ddrbg.c279 struct s { in drbg_cpu_to_be32() struct
280 __be32 conv; in drbg_cpu_to_be32()
/crypto/async_tx/
Dasync_tx.c165 enum submit_disposition s; in async_tx_submit() local
Dasync_pq.c367 void *p, *q, *s; in async_syndrome_val() local
Dasync_raid6_recov.c105 u8 *d, *s; in async_mult() local
/crypto/asymmetric_keys/
Drsa.c90 static int RSAVP1(const struct public_key *key, MPI s, MPI *_m) in RSAVP1()
Dverify_pefile.c40 #define chkaddr(base, x, s) \ in pefile_parse_binary() argument