Searched refs:filled (Results 1 – 8 of 8) sorted by relevance
/optee_os-3.20.0/core/drivers/crypto/caam/hash/ |
A D | caam_hash.c | 307 ctx->blockbuf.filled = 0; in caam_hash_hmac_allocate() 372 ctx->blockbuf.filled = 0; in caam_hash_hmac_init() 428 if (ctx->blockbuf.filled) { in do_update_hash() 430 ctx->blockbuf.filled)); in do_update_hash() 433 ctx->blockbuf.filled); in do_update_hash() 439 ctx->blockbuf.filled = 0; in do_update_hash() 634 ctx->blockbuf.filled); in caam_hash_hmac_final() 640 if (ctx->blockbuf.filled) in caam_hash_hmac_final() 642 ctx->blockbuf.filled); in caam_hash_hmac_final() 644 ctx->blockbuf.filled = 0; in caam_hash_hmac_final() [all …]
|
/optee_os-3.20.0/core/drivers/crypto/caam/cipher/ |
A D | caam_cipher.c | 379 if (src->blockbuf.filled) { in caam_cipher_copy_state() 382 .length = src->blockbuf.filled in caam_cipher_copy_state() 543 cipherdata->blockbuf.filled = 0; in caam_cipher_initialize() 594 size_inmade = size_todo - ctx->blockbuf.filled; in do_update_streaming() 621 if (ctx->blockbuf.filled) { in do_update_streaming() 630 ctx->blockbuf.filled = 0; in do_update_streaming() 696 if (ctx->blockbuf.filled) { in do_update_streaming() 704 ctx->blockbuf.filled); in do_update_streaming() 709 trash_bck.filled = ctx->blockbuf.filled; in do_update_streaming() 724 ctx->blockbuf.filled); in do_update_streaming() [all …]
|
A D | caam_cipher_mac.c | 159 full_size = ctx->blockbuf.filled + dupdate->src.length; in do_update_mac() 212 if (ctx->blockbuf.filled) { in do_update_mac() 216 ctx->blockbuf.filled = 0; in do_update_mac() 347 if (ctx->blockbuf.filled) { in run_cmac_desc() 357 caam_desc_add_word(desc, ctx->blockbuf.filled); in run_cmac_desc() 361 ctx->blockbuf.filled); in run_cmac_desc() 368 if (last && !ctx->blockbuf.filled) { in run_cmac_desc() 379 ctx->blockbuf.filled = 0; in run_cmac_desc() 468 size_inmade = size_todo - ctx->blockbuf.filled; in do_update_cmac() 497 size_todo -= ctx->blockbuf.filled; in do_update_cmac() [all …]
|
/optee_os-3.20.0/core/drivers/crypto/caam/include/ |
A D | caam_types.h | 29 size_t filled; /* Current length filled in the buffer */ member
|
/optee_os-3.20.0/core/drivers/crypto/caam/utils/ |
A D | utils_mem.c | 217 MEM_TRACE("Current buffer is %zu (%zu) bytes", block->filled, in caam_cpy_block_src() 220 cpy_size = block->max - block->filled; in caam_cpy_block_src() 223 memcpy(&block->buf.data[block->filled], &src->data[offset], cpy_size); in caam_cpy_block_src() 225 block->filled += cpy_size; in caam_cpy_block_src()
|
A D | utils_dmaobj.c | 1044 newbuf.length = block->filled; in caam_dmaobj_add_first_block()
|
/optee_os-3.20.0/lib/libutils/isoc/ |
A D | bget.doc | 255 <nget> and <nrel> are filled, respectively, with the number of 267 variables pointed to by <npget> and <nprel> will be filled with, 270 will be filled with the number of bget() and brel() calls, respectively,
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 3336 checked and filled in the relevant module headers
|
Completed in 16 milliseconds