Searched defs:in (Results 1 – 14 of 14) sorted by relevance
/crypto/ |
D | tea.c | 67 const __le32 *in = (const __le32 *)src; in tea_encrypt() local 95 const __le32 *in = (const __le32 *)src; in tea_decrypt() local 140 const __le32 *in = (const __le32 *)src; in xtea_encrypt() local 160 const __le32 *in = (const __le32 *)src; in xtea_decrypt() local 184 const __le32 *in = (const __le32 *)src; in xeta_encrypt() local 204 const __le32 *in = (const __le32 *)src; in xeta_decrypt() local
|
D | twofish.c | 109 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in twofish_encrypt() 146 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in twofish_decrypt()
|
D | md5.c | 35 #define MD5STEP(f, w, x, y, z, in, s) \ argument 44 static void md5_transform(u32 *hash, u32 const *in) in md5_transform()
|
D | seed.c | 368 static void seed_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in seed_encrypt() 406 static void seed_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in seed_decrypt()
|
D | aes_generic.c | 1324 static void aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aes_encrypt() 1396 static void aes_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aes_decrypt()
|
D | arc4.c | 52 static void arc4_crypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in arc4_crypt()
|
D | ahash.c | 171 int crypto_ahash_import(struct ahash_request *req, const u8 *in) in crypto_ahash_import()
|
D | camellia.c | 1033 static void camellia_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in camellia_encrypt() 1057 static void camellia_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in camellia_decrypt()
|
D | rmd128.c | 50 static void rmd128_transform(u32 *state, const __le32 *in) in rmd128_transform()
|
D | rmd256.c | 50 static void rmd256_transform(u32 *state, const __le32 *in) in rmd256_transform()
|
D | md4.c | 83 static void md4_transform(u32 *hash, u32 const *in) in md4_transform()
|
D | rmd160.c | 54 static void rmd160_transform(u32 *state, const __le32 *in) in rmd160_transform()
|
D | rmd320.c | 54 static void rmd320_transform(u32 *state, const __le32 *in) in rmd320_transform()
|
D | shash.c | 178 int crypto_shash_import(struct shash_desc *desc, const u8 *in) in crypto_shash_import()
|