MCPcopy Create free account
hub / github.com/F-Stack/f-stack / create_cipher_gph

Function create_cipher_gph

dpdk/drivers/crypto/nitrox/nitrox_sym_reqmgr.c:392–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392static void
393create_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
401static int
402process_cipher_data(struct nitrox_softreq *sr)

Callers 1

process_cipher_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected