Lines Matching defs:update
121 int (*update)(struct ahash_request *req) ____cacheline_aligned;
133 int (*update)(struct ahash_request *req);
222 print_hex_dump_debug("ahash update shdesc@"__stringify(__LINE__)": ",
232 print_hex_dump_debug("ahash update first shdesc@"__stringify(__LINE__)
274 print_hex_dump_debug("axcbc update shdesc@" __stringify(__LINE__)" : ",
297 print_hex_dump_debug("axcbc update first shdesc@" __stringify(__LINE__)
326 print_hex_dump_debug("acmac update shdesc@" __stringify(__LINE__)" : ",
346 print_hex_dump_debug("acmac update first shdesc@" __stringify(__LINE__)
818 /* submit update job descriptor */
1194 /* submit ahash update if it the first job descriptor after update */
1295 state->update = ahash_update_ctx;
1315 /* submit ahash finup if it the first job descriptor after update */
1391 /* submit first update job descriptor after init */
1475 state->update = ahash_update_ctx;
1479 state->update = ahash_update_no_ctx;
1507 state->update = ahash_update_first;
1524 return state->update(req);
1551 export->update = state->update;
1567 state->update = export->update;
1594 .update = ahash_update,
1615 .update = ahash_update,
1636 .update = ahash_update,
1657 .update = ahash_update,
1678 .update = ahash_update,
1699 .update = ahash_update,
1718 .update = ahash_update,
1737 .update = ahash_update,