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

/linux-4.1.27/arch/x86/crypto/
H A Dsalsa20_glue.c40 static int setkey(struct crypto_tfm *tfm, const u8 *key, setkey() function
/linux-4.1.27/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 Daead.c51 static int setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) setkey() function
H A Dlrw.c79 static int setkey(struct crypto_tfm *parent, const u8 *key, setkey() function
H A Dxts.c33 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.c396 static int setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) setkey() function
/linux-4.1.27/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 Dhash.h131 int (*setkey)(struct crypto_ahash *tfm, const u8 *key, member in struct:ahash_alg
177 int (*setkey)(struct crypto_shash *tfm, const u8 *key, member in struct:shash_alg
198 int (*setkey)(struct crypto_ahash *tfm, const u8 *key, member in struct:crypto_ahash
/linux-4.1.27/lib/
H A Dbtree.c158 static void setkey(struct btree_geo *geo, unsigned long *node, int n, setkey() function
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
H A Dfwcmd.h224 struct carl9170_set_key_cmd setkey; member in union:carl9170_cmd::__anon7710
/linux-4.1.27/include/linux/
H A Dcrypto.h282 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key, member in struct:ablkcipher_alg
323 int (*setkey)(struct crypto_aead *tfm, const u8 *key, member in struct:aead_alg
350 int (*setkey)(struct crypto_tfm *tfm, const u8 *key, member in struct:blkcipher_alg
592 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key, member in struct:ablkcipher_tfm
606 int (*setkey)(struct crypto_aead *tfm, const u8 *key, member in struct:aead_tfm
622 int (*setkey)(struct crypto_tfm *tfm, const u8 *key, member in struct:blkcipher_tfm
644 int (*setkey)(struct crypto_hash *tfm, const u8 *key, member in struct:hash_tfm

Completed in 224 milliseconds