| 1165 | } |
| 1166 | |
| 1167 | static void |
| 1168 | destroy_crypto_session(struct ipsec_unitest_params *ut, |
| 1169 | uint8_t crypto_dev, uint32_t j) |
| 1170 | { |
| 1171 | rte_cryptodev_sym_session_free(crypto_dev, ut->ss[j].crypto.ses); |
| 1172 | memset(&ut->ss[j], 0, sizeof(ut->ss[j])); |
| 1173 | } |
| 1174 | |
| 1175 | static void |
| 1176 | destroy_session(struct ipsec_unitest_params *ut, |
no test coverage detected