Home
last modified time | relevance | path

Searched defs:optype (Results 1 – 6 of 6) sorted by relevance

/dpdk/app/test-crypto-perf/configs/
H A Dcrypto-perf-aesni-gcm.json23 "optype": "aead", string
33 "optype": "aead", string
43 "optype": "aead", string
53 "optype": "aead", string
62 "optype": "auth-only", string
87 "optype": "aead" string
96 "optype": "aead" string
H A Dcrypto-perf-aesni-mb.json20 "optype": "auth-then-cipher", string
30 "optype": "cipher-then-auth", string
37 "optype": "auth-then-cipher", string
44 "optype": "cipher-then-auth" string
53 "optype": "aead", string
77 "optype": "auth-only", string
99 "optype": "auth-then-cipher", string
H A Dcrypto-perf-qat.json19 "optype": "auth-then-cipher", string
26 "optype": "cipher-then-auth", string
33 "optype": "auth-then-cipher", string
40 "optype": "cipher-then-auth", string
50 "optype": "aead" string
85 "optype": "cipher-then-auth", string
/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dprotocol_cmd.h531 uint32_t optype; member
589 rta_proto_operation(struct program *program, uint32_t optype, in rta_proto_operation()
/dpdk/drivers/common/dpaax/caamflib/desc/
H A Dcommon.h93 uint32_t optype; member
/dpdk/drivers/common/dpaax/caamflib/
H A Drta.h504 #define PROTOCOL(program, optype, protid, protoinfo) \ argument