Home
last modified time | relevance | path

Searched refs:COP_FLAG_RESET (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcryptodev.h270 #define COP_FLAG_RESET (1 << 6) /* multi-update reset the state. macro
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Dcryptodev.h269 #define COP_FLAG_RESET (1 << 6) /* multi-update reset the state. macro
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dmain.c201 if (ses_ptr->hdata.init != 0 && (cop->flags == 0 || cop->flags & COP_FLAG_RESET)) { in crypto_run()
H A Drk_cryptodev.c412 if (ses_ptr->hdata.init != 0 && (cop->flags == 0 || cop->flags & COP_FLAG_RESET)) { in crypto_fd_run()