Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/caam/cipher/
A Dcaam_cipher_mac.c149 size_t size_topost = 0; in do_update_mac() local
161 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() local
444 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 …]
A Dcaam_cipher.c575 size_t size_topost = 0; in do_update_streaming() local
588 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()
/optee_os-3.20.0/core/drivers/crypto/caam/hash/
A Dcaam_hash.c474 size_t size_topost = 0; in caam_hash_hmac_update() local
496 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