Home
last modified time | relevance | path

Searched defs:in_key (Results 1 – 13 of 13) sorted by relevance

/linux-3.3/arch/s390/crypto/
Daes_s390.c94 static int setkey_fallback_cip(struct crypto_tfm *tfm, const u8 *in_key, in setkey_fallback_cip()
113 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key()
286 static int ecb_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in ecb_aes_set_key()
415 static int cbc_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in cbc_aes_set_key()
579 static int xts_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in xts_aes_set_key()
728 static int ctr_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in ctr_aes_set_key()
/linux-3.3/crypto/
Darc4.c27 static int arc4_set_key(struct crypto_tfm *tfm, const u8 *in_key, in arc4_set_key()
Dtea.c47 static int tea_setkey(struct crypto_tfm *tfm, const u8 *in_key, in tea_setkey()
120 static int xtea_setkey(struct crypto_tfm *tfm, const u8 *in_key, in xtea_setkey()
Daes_generic.c1216 int crypto_aes_expand_key(struct crypto_aes_ctx *ctx, const u8 *in_key, in crypto_aes_expand_key()
1282 int crypto_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in crypto_aes_set_key()
Dkhazad.c756 static int khazad_setkey(struct crypto_tfm *tfm, const u8 *in_key, in khazad_setkey()
Danubis.c462 static int anubis_setkey(struct crypto_tfm *tfm, const u8 *in_key, in anubis_setkey()
Dseed.c331 static int seed_set_key(struct crypto_tfm *tfm, const u8 *in_key, in seed_set_key()
Dcast6.c385 static int cast6_setkey(struct crypto_tfm *tfm, const u8 *in_key, in cast6_setkey()
Dcamellia.c1004 camellia_set_key(struct crypto_tfm *tfm, const u8 *in_key, in camellia_set_key()
/linux-3.3/drivers/staging/rtl8192u/ieee80211/
Darc4.c27 static int arc4_set_key(void *ctx_arg, const u8 *in_key, unsigned int key_len, u32 *flags) in arc4_set_key()
Daes.c274 aes_set_key(void *ctx_arg, const u8 *in_key, unsigned int key_len, u32 *flags) in aes_set_key()
/linux-3.3/arch/x86/crypto/
Daesni-intel_glue.c169 const u8 *in_key, unsigned int key_len) in aes_set_key_common()
192 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key()
/linux-3.3/drivers/crypto/
Dpadlock-aes.c103 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key()