Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c2749 EVP_MD_CTX *auth_ctx = NULL; in process_ops_to_enqueue() local
2756 auth_ctx = EVP_MD_CTX_create(); in process_ops_to_enqueue()
2757 if (unlikely(!auth_ctx)) { in process_ops_to_enqueue()
2792 session, auth_ctx); in process_ops_to_enqueue()
2805 session, auth_ctx); in process_ops_to_enqueue()
2847 EVP_MD_CTX_destroy(auth_ctx); in process_ops_to_enqueue()
2924 EVP_MD_CTX *auth_ctx = NULL; in ccp_prepare_ops() local
2926 auth_ctx = EVP_MD_CTX_create(); in ccp_prepare_ops()
2927 if (unlikely(!auth_ctx)) { in ccp_prepare_ops()
2949 session, auth_ctx); in ccp_prepare_ops()
[all …]