Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/openssl/
H A Drte_openssl_pmd.c1329 EVP_CIPHER_CTX *ctx_copy; in process_openssl_combined_op() local
1366 ctx_copy = EVP_CIPHER_CTX_new(); in process_openssl_combined_op()
1375 dst, tag, ctx_copy); in process_openssl_combined_op()
1380 dst, tag, taglen, ctx_copy); in process_openssl_combined_op()
1388 dst, tag, ctx_copy); in process_openssl_combined_op()
1396 EVP_CIPHER_CTX_free(ctx_copy); in process_openssl_combined_op()
1416 EVP_CIPHER_CTX *ctx_copy; in process_openssl_cipher_op() local
1442 srclen, ctx_copy, inplace); in process_openssl_cipher_op()
1446 srclen, ctx_copy, inplace); in process_openssl_cipher_op()
1451 ctx_copy); in process_openssl_cipher_op()
[all …]