Searched defs:in_key (Results 1 – 13 of 13) sorted by relevance
/linux-3.3/arch/s390/crypto/ |
D | aes_s390.c | 94 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/ |
D | arc4.c | 27 static int arc4_set_key(struct crypto_tfm *tfm, const u8 *in_key, in arc4_set_key()
|
D | tea.c | 47 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()
|
D | aes_generic.c | 1216 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()
|
D | khazad.c | 756 static int khazad_setkey(struct crypto_tfm *tfm, const u8 *in_key, in khazad_setkey()
|
D | anubis.c | 462 static int anubis_setkey(struct crypto_tfm *tfm, const u8 *in_key, in anubis_setkey()
|
D | seed.c | 331 static int seed_set_key(struct crypto_tfm *tfm, const u8 *in_key, in seed_set_key()
|
D | cast6.c | 385 static int cast6_setkey(struct crypto_tfm *tfm, const u8 *in_key, in cast6_setkey()
|
D | camellia.c | 1004 camellia_set_key(struct crypto_tfm *tfm, const u8 *in_key, in camellia_set_key()
|
/linux-3.3/drivers/staging/rtl8192u/ieee80211/ |
D | arc4.c | 27 static int arc4_set_key(void *ctx_arg, const u8 *in_key, unsigned int key_len, u32 *flags) in arc4_set_key()
|
D | aes.c | 274 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/ |
D | aesni-intel_glue.c | 169 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/ |
D | padlock-aes.c | 103 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key()
|