Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dcipherapi.h14 # define cryptodev_crypto_alloc_blkcipher crypto_alloc_ablkcipher macro
43 # define cryptodev_crypto_alloc_blkcipher crypto_alloc_skcipher macro
H A Dcryptlib.c153 out->async.s = cryptodev_crypto_alloc_blkcipher(alg_name, 0, 0); in cryptodev_cipher_init()