Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/crypto/
Dapi-skcipher.rst62 …lkcipher_name crypto_blkcipher_ivsize crypto_blkcipher_blocksize crypto_blkcipher_setkey crypto_bl…
/Linux-v4.19/drivers/crypto/bcm/
Dutil.c223 crypto_blkcipher_setkey((void *)tfm, key_ptr, key_len); in do_decrypt()
/Linux-v4.19/drivers/crypto/
Dgeode-aes.c176 ret = crypto_blkcipher_setkey(op->fallback.blk, key, len); in geode_setkey_blk()
/Linux-v4.19/include/linux/
Dcrypto.h1277 static inline int crypto_blkcipher_setkey(struct crypto_blkcipher *tfm, in crypto_blkcipher_setkey() function
/Linux-v4.19/crypto/
Dskcipher.c597 err = crypto_blkcipher_setkey(blkcipher, key, keylen); in skcipher_setkey_blkcipher()
Dcryptd.c229 err = crypto_blkcipher_setkey(child, key, keylen); in cryptd_blkcipher_setkey()