Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dcipherapi.h25 # define cryptodev_blkcipher_request_alloc ablkcipher_request_alloc macro
49 # define cryptodev_blkcipher_request_alloc skcipher_request_alloc macro
H A Dcryptlib.c222 out->async.request = cryptodev_blkcipher_request_alloc(out->async.s, GFP_KERNEL); in cryptodev_cipher_init()