Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/ccp/
H A Drte_ccp_pmd.c28 bool auth_opt; member
99 params->auth_opt = i; in parse_auth_opt_arg()
361 internals->auth_opt = init_params->auth_opt; in cryptodev_ccp_create()
387 .auth_opt = CCP_PMD_AUTH_OPT_CCP, in cryptodev_ccp_probe()
408 ((init_params.auth_opt == 0) ? "CCP" : "CPU")); in cryptodev_ccp_probe()
H A Dccp_pmd_private.h44 bool auth_opt; /**< Authentication offload option */ member
H A Dccp_crypto.c768 if (sess->auth_opt) { in ccp_configure_session_auth()
789 if (sess->auth_opt) { in ccp_configure_session_auth()
827 if (sess->auth_opt) { in ccp_configure_session_auth()
889 if (sess->auth_opt) { in ccp_configure_session_auth()
951 if (sess->auth_opt) { in ccp_configure_session_auth()
1015 if (sess->auth_opt) { in ccp_configure_session_auth()
1177 sess->auth_opt = internals->auth_opt; in ccp_set_session_parameters()
2725 if (session->auth_opt) { in process_ops_to_enqueue()
2739 if (session->auth_opt) { in process_ops_to_enqueue()
2883 if (session->auth_opt) in ccp_prepare_ops()
[all …]
H A Dccp_crypto.h250 bool auth_opt; member
H A Dccp_pmd_ops.c624 if (internals->auth_opt == 1) in ccp_pmd_info_get()