Searched refs:size_topost (Results 1 – 3 of 3) sorted by relevance
149 size_t size_topost = 0; in do_update_mac() local161 size_topost = dupdate->src.length; in do_update_mac()166 size_todo = full_size - size_topost; in do_update_mac()170 size_topost, size_todo); in do_update_mac()268 if (size_topost) { in do_update_mac()424 size_t size_topost = 0; in do_update_cmac() local444 size_topost = dupdate->src.length; in do_update_cmac()450 if (!size_topost) in do_update_cmac()451 size_topost = ctx->alg->size_block; in do_update_cmac()484 size_topost, size_todo); in do_update_cmac()[all …]
575 size_t size_topost = 0; in do_update_streaming() local588 size_topost = dupdate->src.length; in do_update_streaming()591 size_topost = fullsize % ctx->alg->size_block; in do_update_streaming()593 size_todo = fullsize - size_topost; in do_update_streaming()598 size_topost, size_todo); in do_update_streaming()662 if (size_topost) { in do_update_streaming()676 size_topost, size_inmade, offset); in do_update_streaming()678 size_todo = size_topost + ctx->blockbuf.filled; in do_update_streaming()688 size_topost, size_topost); in do_update_streaming()761 size_topost); in do_update_streaming()
474 size_t size_topost = 0; in caam_hash_hmac_update() local496 size_topost = fullsize % alg->size_block; in caam_hash_hmac_update()497 size_todo = fullsize - size_topost; in caam_hash_hmac_update()498 size_inmade = len - size_topost; in caam_hash_hmac_update()500 size_topost, size_todo); in caam_hash_hmac_update()506 if (size_topost) in caam_hash_hmac_update()548 if (size_topost && data) { in caam_hash_hmac_update()554 HASH_TRACE("Posted %zu of input len %zu made %zu", size_topost, in caam_hash_hmac_update()
Completed in 7 milliseconds