Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dcipherapi.h34 # define cryptodev_crypto_blkcipher_encrypt crypto_ablkcipher_encrypt macro
53 # define cryptodev_crypto_blkcipher_encrypt crypto_skcipher_encrypt macro
H A Dcryptlib.c317 ret = cryptodev_crypto_blkcipher_encrypt(cdata->async.request); in cryptodev_cipher_encrypt()