Searched defs:in_key (Results 1 - 8 of 8) sorted by relevance

/crypto/
H A Darc4.c29 static int arc4_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
43 j = (j + in_key[k] + a) & 0xff;
H A Dcast6_generic.c114 int __cast6_setkey(struct cast6_ctx *c, const u8 *in_key, argument
127 memcpy(p_key, in_key, key_len);
H A Dkhazad.c756 static int khazad_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
760 const __be32 *key = (const __be32 *)in_key;
H A Dseed.c331 static int seed_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
336 const __be32 *key = (const __be32 *)in_key;
H A Dtea.c47 static int tea_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
51 const __le32 *key = (const __le32 *)in_key;
120 static int xtea_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
124 const __le32 *key = (const __le32 *)in_key;
H A Daes_generic.c1205 * @in_key: The supplied key.
1216 int crypto_aes_expand_key(struct crypto_aes_ctx *ctx, const u8 *in_key, argument
1219 const __le32 *key = (const __le32 *)in_key;
1274 * @in_key: The input key.
1282 int crypto_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
1289 ret = crypto_aes_expand_key(ctx, in_key, key_len);
H A Danubis.c462 static int anubis_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
466 const __be32 *key = (const __be32 *)in_key;
H A Dcamellia_generic.c981 camellia_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
985 const unsigned char *key = (const unsigned char *)in_key;

Completed in 58 milliseconds