Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dcipher.c47 static int setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in setkey() function
Dxts.c58 static int setkey(struct crypto_skcipher *parent, const u8 *key, in setkey() function
Dblkcipher.c395 static int setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in setkey() function
Dlrw.c86 static int setkey(struct crypto_skcipher *parent, const u8 *key, in setkey() function
Dablkcipher.c322 static int setkey(struct crypto_ablkcipher *tfm, const u8 *key, in setkey() function
/linux-4.19.296/include/crypto/
Dhash.h141 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
Dskcipher.h56 int (*setkey)(struct crypto_skcipher *tfm, const u8 *key, member
126 int (*setkey)(struct crypto_skcipher *tfm, const u8 *key, member
Daead.h137 int (*setkey)(struct crypto_aead *tfm, const u8 *key, member
Dif_alg.h53 int (*setkey)(void *private, const u8 *key, unsigned int keylen); member
/linux-4.19.296/include/linux/
Dcrypto.h266 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/
Dbtree.c160 static void setkey(struct btree_geo *geo, unsigned long *node, int n, in setkey() function