Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/dpaax/caamflib/rta/
H A Doperation_cmd.h207 static const struct alg_aai_map alg_table[] = { variable
245 if (alg_table[i].chipher_algo == cipher_algo) { in rta_operation()
246 opcode |= cipher_algo | alg_table[i].class; in rta_operation()
248 if (alg_table[i].aai_func == NULL) { in rta_operation()
255 ret = (*alg_table[i].aai_func)(aai); in rta_operation()