Searched defs:setkey (Results 1 – 5 of 5) sorted by relevance
/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
|