Searched refs:ctx_copy (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/crypto/openssl/ |
| H A D | rte_openssl_pmd.c | 1331 EVP_CIPHER_CTX *ctx_copy; in process_openssl_combined_op() local 1368 ctx_copy = EVP_CIPHER_CTX_new(); in process_openssl_combined_op() 1377 dst, tag, ctx_copy); in process_openssl_combined_op() 1382 dst, tag, taglen, ctx_copy); in process_openssl_combined_op() 1390 dst, tag, ctx_copy); in process_openssl_combined_op() 1398 EVP_CIPHER_CTX_free(ctx_copy); in process_openssl_combined_op() 1418 EVP_CIPHER_CTX *ctx_copy; in process_openssl_cipher_op() local 1444 srclen, ctx_copy, inplace); in process_openssl_cipher_op() 1448 srclen, ctx_copy, inplace); in process_openssl_cipher_op() 1453 ctx_copy); in process_openssl_cipher_op() [all …]
|