Home
last modified time | relevance | path

Searched refs:in_key (Results 1 – 10 of 10) sorted by relevance

/crypto/
Dsm4_generic.c116 int crypto_sm4_expand_key(struct crypto_sm4_ctx *ctx, const u8 *in_key, in crypto_sm4_expand_key() argument
120 const u32 *key = (u32 *)in_key; in crypto_sm4_expand_key()
156 int crypto_sm4_set_key(struct crypto_tfm *tfm, const u8 *in_key, in crypto_sm4_set_key() argument
163 ret = crypto_sm4_expand_key(ctx, in_key, key_len); in crypto_sm4_set_key()
Darc4.c16 static int crypto_arc4_setkey(struct crypto_skcipher *tfm, const u8 *in_key, in crypto_arc4_setkey() argument
21 return arc4_setkey(ctx, in_key, key_len); in crypto_arc4_setkey()
Daes_ti.c12 static int aesti_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aesti_set_key() argument
17 return aes_expandkey(ctx, in_key, key_len); in aesti_set_key()
Dtea.c42 static int tea_setkey(struct crypto_tfm *tfm, const u8 *in_key, in tea_setkey() argument
46 const __le32 *key = (const __le32 *)in_key; in tea_setkey()
115 static int xtea_setkey(struct crypto_tfm *tfm, const u8 *in_key, in xtea_setkey() argument
119 const __le32 *key = (const __le32 *)in_key; in xtea_setkey()
Dkhazad.c756 static int khazad_setkey(struct crypto_tfm *tfm, const u8 *in_key, in khazad_setkey() argument
760 const __be32 *key = (const __be32 *)in_key; in khazad_setkey()
Daes_generic.c1135 int crypto_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in crypto_aes_set_key() argument
1142 ret = aes_expandkey(ctx, in_key, key_len); in crypto_aes_set_key()
Dseed.c327 static int seed_set_key(struct crypto_tfm *tfm, const u8 *in_key, in seed_set_key() argument
332 const __be32 *key = (const __be32 *)in_key; in seed_set_key()
Danubis.c462 static int anubis_setkey(struct crypto_tfm *tfm, const u8 *in_key, in anubis_setkey() argument
466 const __be32 *key = (const __be32 *)in_key; in anubis_setkey()
Dcast6_generic.c106 int __cast6_setkey(struct cast6_ctx *c, const u8 *in_key, in __cast6_setkey() argument
119 memcpy(p_key, in_key, key_len); in __cast6_setkey()
Dcamellia_generic.c968 camellia_set_key(struct crypto_tfm *tfm, const u8 *in_key, in camellia_set_key() argument
972 const unsigned char *key = (const unsigned char *)in_key; in camellia_set_key()