Searched refs:CIOCCRYPT (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | cryptodev.h | 341 #define CIOCCRYPT _IOWR('c', 104, struct crypt_op) macro
|
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | cryptodev.h | 339 #define CIOCCRYPT _IOWR('c', 104, struct crypt_op) macro
|
| /OK3568_Linux_fs/external/security/librkcrypto/src/ |
| H A D | rkcrypto_core.c | 552 res = xioctl(cryptodev_fd, CIOCCRYPT, &cryp); in rk_cipher_crypt_virt() 862 res = xioctl(cryptodev_fd, CIOCCRYPT, &cryp); in rk_hash_update_virt() 896 res = xioctl(cryptodev_fd, CIOCCRYPT, &cryp); in rk_hash_final()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/ |
| H A D | ioctl.c | 998 case CIOCCRYPT: in cryptodev_ioctl()
|