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

12

/linux-master/lib/crypto/
H A Darc4.c13 int arc4_setkey(struct arc4_ctx *ctx, const u8 *in_key, unsigned int key_len) argument
H A Daes.c185 int aes_expandkey(struct crypto_aes_ctx *ctx, const u8 *in_key, argument
/linux-master/drivers/crypto/nx/
H A Dnx-aes-ctr.c22 ctr_aes_nx_set_key(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) argument
54 ctr3686_aes_nx_set_key(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) argument
H A Dnx-aes-cbc.c21 cbc_aes_nx_set_key(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) argument
H A Dnx-aes-ecb.c21 ecb_aes_nx_set_key(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) argument
H A Dnx-aes-xcbc.c28 nx_xcbc_set_key(struct crypto_shash *desc, const u8 *in_key, unsigned int key_len) argument
H A Dnx-aes-gcm.c23 gcm_aes_nx_set_key(struct crypto_aead *tfm, const u8 *in_key, unsigned int key_len) argument
62 gcm4106_aes_nx_set_key(struct crypto_aead *tfm, const u8 *in_key, unsigned int key_len) argument
/linux-master/crypto/
H A Daes_ti.c12 static int aesti_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
H A Dsm4_generic.c31 static int sm4_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
H A Darc4.c19 static int crypto_arc4_setkey(struct crypto_lskcipher *tfm, const u8 *in_key, argument
H A Dsm4.c119 int sm4_expandkey(struct sm4_ctx *ctx, const u8 *in_key, argument
H A Daes_generic.c1136 int crypto_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
H A Danubis.c462 static int anubis_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
H A Dtea.c42 static int tea_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
115 static int xtea_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
H A Dkhazad.c756 static int khazad_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
H A Dseed.c327 static int seed_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
H A Dcast6_generic.c106 int __cast6_setkey(struct cast6_ctx *c, const u8 *in_key, unsigned int key_len) argument
H A Daria_generic.c27 static void aria_set_encrypt_key(struct aria_ctx *ctx, const u8 *in_key, argument
174 int aria_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) argument
/linux-master/fs/smb/common/
H A Dcifs_arc4.c15 int cifs_arc4_setkey(struct arc4_ctx *ctx, const u8 *in_key, unsigned int key_len) argument
/linux-master/arch/arm64/crypto/
H A Daes-ce-glue.c74 int ce_aes_expandkey(struct crypto_aes_ctx *ctx, const u8 *in_key, argument
142 int ce_aes_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
/linux-master/arch/sparc/crypto/
H A Dcamellia_glue.c41 const u32 *in_key = (const u32 *) _in_key; local
53 camellia_set_key_skcipher(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) argument
H A Daes_glue.c168 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
199 static int aes_set_key_skcipher(struct crypto_skcipher *tfm, const u8 *in_key, argument
/linux-master/arch/arm/crypto/
H A Daes-ce-glue.c69 static int ce_aes_expandkey(struct crypto_aes_ctx *ctx, const u8 *in_key, argument
137 static int ce_aes_setkey(struct crypto_skcipher *tfm, const u8 *in_key, argument
150 static int xts_set_key(struct crypto_skcipher *tfm, const u8 *in_key, argument
H A Daes-neonbs-glue.c68 static int aesbs_setkey(struct crypto_skcipher *tfm, const u8 *in_key, argument
127 static int aesbs_cbc_setkey(struct crypto_skcipher *tfm, const u8 *in_key, argument
216 static int aesbs_ctr_setkey_sync(struct crypto_skcipher *tfm, const u8 *in_key, argument
293 static int aesbs_xts_setkey(struct crypto_skcipher *tfm, const u8 *in_key, argument
[all...]
/linux-master/arch/powerpc/crypto/
H A Daes-spe-glue.c92 static int ppc_aes_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
125 static int ppc_xts_setkey(struct crypto_skcipher *tfm, const u8 *in_key, argument
119 ppc_aes_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) argument
[all...]

Completed in 434 milliseconds

12