| 390 | } |
| 391 | |
| 392 | static void |
| 393 | create_cipher_gph(uint32_t cryptlen, uint16_t ivlen, struct gphdr *gph) |
| 394 | { |
| 395 | gph->param0 = rte_cpu_to_be_16(cryptlen); |
| 396 | gph->param1 = 0; |
| 397 | gph->param2 = rte_cpu_to_be_16(ivlen); |
| 398 | gph->param3 = 0; |
| 399 | } |
| 400 | |
| 401 | static int |
| 402 | process_cipher_data(struct nitrox_softreq *sr) |
no outgoing calls
no test coverage detected