Searched defs:setkey (Results 1 – 11 of 11) sorted by relevance
/linux-4.19.296/crypto/ |
D | cipher.c | 47 static int setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in setkey() function
|
D | xts.c | 58 static int setkey(struct crypto_skcipher *parent, const u8 *key, in setkey() function
|
D | blkcipher.c | 395 static int setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in setkey() function
|
D | lrw.c | 86 static int setkey(struct crypto_skcipher *parent, const u8 *key, in setkey() function
|
D | ablkcipher.c | 322 static int setkey(struct crypto_ablkcipher *tfm, const u8 *key, in setkey() function
|
/linux-4.19.296/include/crypto/ |
D | hash.h | 141 int (*setkey)(struct crypto_ahash *tfm, const u8 *key, member 187 int (*setkey)(struct crypto_shash *tfm, const u8 *key, member 208 int (*setkey)(struct crypto_ahash *tfm, const u8 *key, member
|
D | skcipher.h | 56 int (*setkey)(struct crypto_skcipher *tfm, const u8 *key, member 126 int (*setkey)(struct crypto_skcipher *tfm, const u8 *key, member
|
D | aead.h | 137 int (*setkey)(struct crypto_aead *tfm, const u8 *key, member
|
D | if_alg.h | 53 int (*setkey)(void *private, const u8 *key, unsigned int keylen); member
|
/linux-4.19.296/include/linux/ |
D | crypto.h | 266 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key, member 293 int (*setkey)(struct crypto_tfm *tfm, const u8 *key, member 551 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key, member 564 int (*setkey)(struct crypto_tfm *tfm, const u8 *key, member
|
/linux-4.19.296/lib/ |
D | btree.c | 160 static void setkey(struct btree_geo *geo, unsigned long *node, int n, in setkey() function
|