Home
last modified time | relevance | path

Searched refs:cryptodev_crypto_blkcipher_decrypt (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dcipherapi.h35 # define cryptodev_crypto_blkcipher_decrypt crypto_ablkcipher_decrypt macro
54 # define cryptodev_crypto_blkcipher_decrypt crypto_skcipher_decrypt macro
H A Dcryptlib.c339 ret = cryptodev_crypto_blkcipher_decrypt(cdata->async.request); in cryptodev_cipher_decrypt()