Home
last modified time | relevance | path

Searched refs:crypto_blkcipher_decrypt (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/Documentation/crypto/
Dapi-skcipher.rst62 …her_setkey crypto_blkcipher_encrypt crypto_blkcipher_encrypt_iv crypto_blkcipher_decrypt crypto_bl…
/Linux-v4.19/drivers/crypto/bcm/
Dutil.c235 ret = crypto_blkcipher_decrypt(&desc, sg_out, sg_in, block_len); in do_decrypt()
/Linux-v4.19/include/linux/
Dcrypto.h1355 static inline int crypto_blkcipher_decrypt(struct blkcipher_desc *desc, in crypto_blkcipher_decrypt() function