Lines Matching defs:update
116 int (*update)(struct ahash_request *req) ____cacheline_aligned;
128 int (*update)(struct ahash_request *req);
217 print_hex_dump_debug("ahash update shdesc@"__stringify(__LINE__)": ",
227 print_hex_dump_debug("ahash update first shdesc@"__stringify(__LINE__)
269 print_hex_dump_debug("axcbc update shdesc@" __stringify(__LINE__)" : ",
292 print_hex_dump_debug("axcbc update first shdesc@" __stringify(__LINE__)
321 print_hex_dump_debug("acmac update shdesc@" __stringify(__LINE__)" : ",
341 print_hex_dump_debug("acmac update first shdesc@" __stringify(__LINE__)
811 /* submit update job descriptor */
1187 /* submit ahash update if it the first job descriptor after update */
1288 state->update = ahash_update_ctx;
1308 /* submit ahash finup if it the first job descriptor after update */
1384 /* submit first update job descriptor after init */
1468 state->update = ahash_update_ctx;
1472 state->update = ahash_update_no_ctx;
1500 state->update = ahash_update_first;
1517 return state->update(req);
1544 export->update = state->update;
1560 state->update = export->update;
1587 .update = ahash_update,
1608 .update = ahash_update,
1629 .update = ahash_update,
1650 .update = ahash_update,
1671 .update = ahash_update,
1692 .update = ahash_update,
1711 .update = ahash_update,
1730 .update = ahash_update,