Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dcryptlib.h8 struct cryptodev_result { struct
31 struct cryptodev_result result; argument
94 struct cryptodev_result result;
H A Dcryptlib.c46 struct cryptodev_result *res = req->data; in cryptodev_complete()
278 static inline int waitfor(struct cryptodev_result *cr, ssize_t ret) in waitfor()