Home
last modified time | relevance | path

Searched refs:crypt_auth_op (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dauthenc.c57 struct crypt_auth_op *caop = &kcaop->caop; in get_userbuf_tls()
109 struct crypt_auth_op *caop = &kcaop->caop; in get_userbuf_srtp()
192 static int cryptodev_get_dst_len(struct crypt_auth_op *caop, struct csession *ses_ptr) in cryptodev_get_dst_len()
215 struct crypt_auth_op *caop = &kcaop->caop; in fill_kcaop_from_caop()
311 compat_to_crypt_auth_op(struct compat_crypt_auth_op *compat, struct crypt_auth_op *caop) in compat_to_crypt_auth_op()
329 crypt_auth_op_to_compat(struct crypt_auth_op *caop, struct compat_crypt_auth_op *compat) in crypt_auth_op_to_compat()
442 struct crypt_auth_op *caop = &kcaop->caop; in tls_auth_n_crypt()
564 struct crypt_auth_op *caop = &kcaop->caop; in srtp_auth_n_crypt()
650 struct crypt_auth_op *caop = &kcaop->caop; in rk_auth_n_crypt()
693 struct crypt_auth_op *caop = &kcaop->caop; in auth_n_crypt()
[all …]
H A Dcryptodev.h133 struct crypt_auth_op caop;
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcryptodev.h185 struct crypt_auth_op { struct
351 #define CIOCAUTHCRYPT _IOWR('c', 109, struct crypt_auth_op)
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Dcryptodev.h185 struct crypt_auth_op { struct
349 #define CIOCAUTHCRYPT _IOWR('c', 109, struct crypt_auth_op)
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_core.c712 struct crypt_auth_op op; in rk_ae_crypt_virt()