Searched refs:session_op (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/ |
| H A D | cryptlib.h | 39 int cryptodev_get_cipher_key(uint8_t *key, struct session_op *sop, int aead); 40 int cryptodev_get_cipher_keylen(unsigned int *keylen, struct session_op *sop,
|
| H A D | ioctl.c | 109 crypto_create_session(struct fcrypt *fcr, struct session_op *sop) in crypto_create_session() 930 struct session_op sop; in cryptodev_ioctl() 1045 compat_to_session_op(struct compat_session_op *compat, struct session_op *sop) in compat_to_session_op() 1058 session_op_to_compat(struct session_op *sop, struct compat_session_op *compat) in session_op_to_compat() 1136 struct session_op sop; in cryptodev_compat_ioctl()
|
| H A D | cryptlib.c | 55 int cryptodev_get_cipher_keylen(unsigned int *keylen, struct session_op *sop, in cryptodev_get_cipher_keylen() 81 int cryptodev_get_cipher_key(uint8_t *key, struct session_op *sop, int aead) in cryptodev_get_cipher_key()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | cryptodev.h | 131 struct session_op { struct 339 #define CIOCGSESSION _IOWR('c', 102, struct session_op)
|
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | cryptodev.h | 131 struct session_op { struct 337 #define CIOCGSESSION _IOWR('c', 102, struct session_op)
|
| /OK3568_Linux_fs/external/security/librkcrypto/src/ |
| H A D | rkcrypto_core.c | 306 static RK_RES rk_create_session(struct session_op *sess, uint32_t config_type, in rk_create_session() 459 struct session_op sess; in rk_cipher_init() 578 struct session_op sess; in rk_ae_init() 795 struct session_op sess; in rk_hash_init()
|