Searched defs:setkey (Results 1 - 14 of 14) sorted by relevance

/linux-4.4.14/arch/x86/crypto/
H A Dsalsa20_glue.c40 static int setkey(struct crypto_tfm *tfm, const u8 *key, setkey() function
/linux-4.4.14/crypto/
H A Dcipher.c46 static int setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) setkey() function
H A Dsalsa20_generic.c169 static int setkey(struct crypto_tfm *tfm, const u8 *key, setkey() function
H A Dxts.c33 static int setkey(struct crypto_tfm *parent, const u8 *key, setkey() function
H A Dlrw.c79 static int setkey(struct crypto_tfm *parent, const u8 *key, setkey() function
H A Dablkcipher.c329 static int setkey(struct crypto_ablkcipher *tfm, const u8 *key, setkey() function
H A Dblkcipher.c397 static int setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) setkey() function
/linux-4.4.14/include/crypto/
H A Dif_alg.h54 int (*setkey)(void *private, const u8 *key, unsigned int keylen); member in struct:af_alg_type
H A Daead.h135 int (*setkey)(struct crypto_aead *tfm, const u8 *key, member in struct:aead_alg
H A Dhash.h136 int (*setkey)(struct crypto_ahash *tfm, const u8 *key, member in struct:ahash_alg
182 int (*setkey)(struct crypto_shash *tfm, const u8 *key, member in struct:shash_alg
203 int (*setkey)(struct crypto_ahash *tfm, const u8 *key, member in struct:crypto_ahash
H A Dskcipher.h56 int (*setkey)(struct crypto_skcipher *tfm, const u8 *key, member in struct:crypto_skcipher
/linux-4.4.14/lib/
H A Dbtree.c158 static void setkey(struct btree_geo *geo, unsigned long *node, int n, setkey() function
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
H A Dfwcmd.h224 struct carl9170_set_key_cmd setkey; member in union:carl9170_cmd::__anon8187
/linux-4.4.14/include/linux/
H A Dcrypto.h254 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key, member in struct:ablkcipher_alg
281 int (*setkey)(struct crypto_tfm *tfm, const u8 *key, member in struct:blkcipher_alg
492 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key, member in struct:ablkcipher_tfm
507 int (*setkey)(struct crypto_tfm *tfm, const u8 *key, member in struct:blkcipher_tfm
529 int (*setkey)(struct crypto_hash *tfm, const u8 *key, member in struct:hash_tfm

Completed in 435 milliseconds