Home
last modified time | relevance | path

Searched refs:crypto_blkcipher_setkey (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/Documentation/crypto/
Dapi-skcipher.rst62 …lkcipher_name crypto_blkcipher_ivsize crypto_blkcipher_blocksize crypto_blkcipher_setkey crypto_bl…
/Linux-v5.4/drivers/crypto/
Dgeode-aes.c172 ret = crypto_blkcipher_setkey(op->fallback.blk, key, len); in geode_setkey_blk()
/Linux-v5.4/include/linux/
Dcrypto.h1459 static inline int crypto_blkcipher_setkey(struct crypto_blkcipher *tfm, in crypto_blkcipher_setkey() function
/Linux-v5.4/crypto/
Dskcipher.c608 err = crypto_blkcipher_setkey(blkcipher, key, keylen); in skcipher_setkey_blkcipher()