Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym_reqmgr.c154 struct gphdr gph; member
390 gph->param0 = rte_cpu_to_be_16(cryptlen); in create_cipher_gph()
391 gph->param1 = 0; in create_cipher_gph()
392 gph->param2 = rte_cpu_to_be_16(ivlen); in create_cipher_gph()
393 gph->param3 = 0; in create_cipher_gph()
613 struct gphdr *gph) in create_aead_gph() argument
629 gph->param0 = rte_cpu_to_be_16(cryptlen); in create_aead_gph()
630 gph->param1 = rte_cpu_to_be_16(authlen); in create_aead_gph()
637 gph->param3 = rte_cpu_to_be_16(param3.value); in create_aead_gph()
661 op->sym->auth.data.length, &sr->gph); in process_cipher_auth_data()
[all …]