Searched defs:key_len (Results 26 - 50 of 197) sorted by path

12345678

/linux-master/arch/s390/crypto/
H A Ddes_s390.c35 des_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) argument
49 des_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int key_len) argument
200 des3_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) argument
214 des3_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int key_len) argument
H A Dpaes_s390.c460 unsigned int ckey_len, key_len; local
197 ecb_paes_set_key(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) argument
312 cbc_paes_set_key(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) argument
613 ctr_paes_set_key(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) argument
[all...]
/linux-master/arch/sparc/crypto/
H A Daes_glue.c168 aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) argument
199 aes_set_key_skcipher(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) argument
H A Dcamellia_glue.c31 int key_len; member in struct:camellia_sparc64_ctx
37 camellia_set_key(struct crypto_tfm *tfm, const u8 *_in_key, unsigned int key_len) argument
53 camellia_set_key_skcipher(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) argument
[all...]
/linux-master/arch/x86/crypto/
H A Daesni-intel_glue.c596 rfc4106_set_hash_subkey(u8 *hash_subkey, const u8 *key, unsigned int key_len) argument
231 aes_set_key_common(struct crypto_aes_ctx *ctx, const u8 *in_key, unsigned int key_len) argument
251 aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) argument
615 common_rfc4106_set_key(struct crypto_aead *aead, const u8 *key, unsigned int key_len) argument
1143 generic_gcmaes_set_key(struct crypto_aead *aead, const u8 *key, unsigned int key_len) argument
[all...]
H A Dcamellia_glue.c1230 __camellia_setkey(struct camellia_ctx *cctx, const unsigned char *key, unsigned int key_len) argument
1254 camellia_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) argument
1260 camellia_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int key_len) argument
[all...]
H A Dsm4_aesni_avx2_glue.c27 sm4_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int key_len) argument
H A Dsm4_aesni_avx_glue.c31 sm4_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int key_len) argument
/linux-master/block/
H A Dblk-cgroup.c764 int key_len; local
H A Dsed-opal.c1976 static int generic_pw_cmd(u8 *key, size_t key_len, u8 *cpin_uid, argument
1692 start_generic_opal_session(struct opal_dev *dev, enum opal_uid auth, enum opal_uid sp_type, const char *key, u8 key_len) argument
[all...]
/linux-master/crypto/
H A Daes_generic.c1181 const int key_len = ctx->key_length; local
1250 const int key_len = ctx->key_length; local
1136 crypto_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) argument
H A Daes_ti.c12 aesti_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) argument
H A Danubis.c46 int key_len; // in bits member in struct:anubis_ctx
462 anubis_setkey(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) argument
H A Darc4.c19 crypto_arc4_setkey(struct crypto_lskcipher *tfm, const u8 *in_key, unsigned int key_len) argument
H A Daria_generic.c174 int aria_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) argument
27 aria_set_encrypt_key(struct aria_ctx *ctx, const u8 *in_key, unsigned int key_len) argument
[all...]
H A Dcamellia_generic.c960 camellia_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) argument
H A Dcast5_generic.c475 int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) argument
H A Dcast6_generic.c106 int __cast6_setkey(struct cast6_ctx *c, const u8 *in_key, unsigned int key_len) argument
H A Decrdsa.c41 unsigned int key_len; /* @key length (bytes) */ member in struct:ecrdsa_ctx
H A Dkhazad.c756 khazad_setkey(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) argument
H A Dseed.c327 seed_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) argument
H A Dsimd.c50 simd_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int key_len) argument
290 simd_aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int key_len) argument
H A Dsm4.c119 sm4_expandkey(struct sm4_ctx *ctx, const u8 *in_key, unsigned int key_len) argument
H A Dsm4_generic.c31 sm4_setkey(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) argument
H A Dtea.c42 tea_setkey(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) argument
115 xtea_setkey(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) argument

Completed in 290 milliseconds

12345678