Home
last modified time | relevance | path

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

/dpdk/drivers/common/dpaax/caamflib/rta/
H A Doperation_cmd.h216 uint16_t aai, uint8_t algo_state, in rta_operation() argument
257 switch (algo_state) { in rta_operation()
262 opcode |= algo_state; in rta_operation()
314 uint16_t aai, uint8_t algo_state, in rta_operation2() argument
356 switch (algo_state) { in rta_operation2()
361 opcode |= algo_state; in rta_operation2()
/dpdk/drivers/common/dpaax/caamflib/
H A Drta.h485 #define ALG_OPERATION(program, cipher_alg, aai, algo_state, icv_check, enc) \ argument
486 rta_operation(program, cipher_alg, aai, algo_state, icv_check, enc)
488 #define ALG_OPERATION_NP(program, cipher_alg, aai, algo_state, icv_check, enc) \ argument
489 rta_operation2(program, cipher_alg, aai, algo_state, icv_check, enc)