Home
last modified time | relevance | path

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

/dpdk/drivers/common/dpaax/caamflib/rta/
H A Doperation_cmd.h187 static const struct alg_aai_map alg_table[] = { variable
225 if (alg_table[i].chipher_algo == cipher_algo) { in rta_operation()
230 opcode |= cipher_algo | alg_table[i].class; in rta_operation()
232 if (alg_table[i].aai_func == NULL) { in rta_operation()
239 ret = (*alg_table[i].aai_func)(aai); in rta_operation()
323 if (alg_table[i].chipher_algo == cipher_algo) { in rta_operation2()
329 opcode |= cipher_algo | alg_table[i].class; in rta_operation2()
331 if (alg_table[i].aai_func == NULL) { in rta_operation2()
338 ret = (*alg_table[i].aai_func)(aai); in rta_operation2()