Home
last modified time | relevance | path

Searched defs:setkey (Results 1 – 15 of 15) sorted by relevance

/linux-3.3/arch/x86/crypto/
Dsalsa20_glue.c45 static int setkey(struct crypto_tfm *tfm, const u8 *key, in setkey() function
/linux-3.3/drivers/staging/rtl8192u/ieee80211/
Ddigest.c61 static int setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in setkey() function
Dcipher.c130 static int setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in setkey() function
/linux-3.3/include/crypto/
Dhash.h48 int (*setkey)(struct crypto_ahash *tfm, const u8 *key, member
72 int (*setkey)(struct crypto_shash *tfm, const u8 *key, member
93 int (*setkey)(struct crypto_ahash *tfm, const u8 *key, member
Dif_alg.h50 int (*setkey)(void *private, const u8 *key, unsigned int keylen); member
/linux-3.3/crypto/
Dcipher.c46 static int setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in setkey() function
Dsalsa20_generic.c169 static int setkey(struct crypto_tfm *tfm, const u8 *key, in setkey() function
Dblkcipher.c383 static int setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in setkey() function
572 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key, in skcipher_geniv_alloc() member
Dxts.c33 static int setkey(struct crypto_tfm *parent, const u8 *key, in setkey() function
Dlrw.c79 static int setkey(struct crypto_tfm *parent, const u8 *key, in setkey() function
Daead.c51 static int setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) in setkey() function
Dablkcipher.c331 static int setkey(struct crypto_ablkcipher *tfm, const u8 *key, in setkey() function
/linux-3.3/include/linux/
Dcrypto.h196 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key, member
211 int (*setkey)(struct crypto_aead *tfm, const u8 *key, member
226 int (*setkey)(struct crypto_tfm *tfm, const u8 *key, member
325 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key, member
339 int (*setkey)(struct crypto_aead *tfm, const u8 *key, member
355 int (*setkey)(struct crypto_tfm *tfm, const u8 *key, member
377 int (*setkey)(struct crypto_hash *tfm, const u8 *key, member
/linux-3.3/drivers/net/wireless/ath/carl9170/
Dfwcmd.h216 struct carl9170_set_key_cmd setkey; member
/linux-3.3/lib/
Dbtree.c158 static void setkey(struct btree_geo *geo, unsigned long *node, int n, in setkey() function