Searched defs:setkey (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/include/crypto/ |
D | hash.h | 136 int (*setkey)(struct crypto_ahash *tfm, const u8 *key, member 190 int (*setkey)(struct crypto_shash *tfm, const u8 *key, member 211 int (*setkey)(struct crypto_ahash *tfm, const u8 *key, member
|
D | skcipher.h | 38 int (*setkey)(struct crypto_skcipher *tfm, const u8 *key, member 112 int (*setkey)(struct crypto_skcipher *tfm, const u8 *key, member
|
D | aead.h | 131 int (*setkey)(struct crypto_aead *tfm, const u8 *key, member
|
D | if_alg.h | 48 int (*setkey)(void *private, const u8 *key, unsigned int keylen); member
|
/Linux-v5.4/crypto/ |
D | cipher.c | 42 static int setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in setkey() function
|
D | lrw.c | 68 static int setkey(struct crypto_skcipher *parent, const u8 *key, in setkey() function
|
D | xts.c | 40 static int setkey(struct crypto_skcipher *parent, const u8 *key, in setkey() function
|
D | ablkcipher.c | 317 static int setkey(struct crypto_ablkcipher *tfm, const u8 *key, in setkey() function
|
D | blkcipher.c | 390 static int setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in setkey() function
|
/Linux-v5.4/include/linux/ |
D | crypto.h | 233 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key, member 255 int (*setkey)(struct crypto_tfm *tfm, const u8 *key, member 719 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key, member 732 int (*setkey)(struct crypto_tfm *tfm, const u8 *key, member
|
/Linux-v5.4/lib/ |
D | btree.c | 158 static void setkey(struct btree_geo *geo, unsigned long *node, int n, in setkey() function
|
/Linux-v5.4/drivers/net/wireless/ath/carl9170/ |
D | fwcmd.h | 231 struct carl9170_set_key_cmd setkey; member
|