Searched refs:in_key (Results 1 – 10 of 10) sorted by relevance
/crypto/ |
D | sm4_generic.c | 116 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()
|
D | arc4.c | 16 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()
|
D | aes_ti.c | 12 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()
|
D | tea.c | 42 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()
|
D | khazad.c | 756 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()
|
D | aes_generic.c | 1135 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()
|
D | seed.c | 327 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()
|
D | anubis.c | 462 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()
|
D | cast6_generic.c | 106 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()
|
D | camellia_generic.c | 968 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()
|