Home
last modified time | relevance | path

Searched refs:remaining_space (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Dcmac_mode.c180 size_t remaining_space = TC_AES_BLOCK_SIZE - s->leftover_offset; in tc_cmac_update() local
182 if (data_length < remaining_space) { in tc_cmac_update()
190 remaining_space, in tc_cmac_update()
192 remaining_space); in tc_cmac_update()
193 data_length -= remaining_space; in tc_cmac_update()
194 data += remaining_space; in tc_cmac_update()
/AliOS-Things-master/components/ble_host/bt_crypto/
A Dbt_crypto.c336 size_t remaining_space = 16 - ctx->leftover_offset; in bt_crypto_cmac_update() local
338 if (data_length < remaining_space) { in bt_crypto_cmac_update()
348 remaining_space); in bt_crypto_cmac_update()
349 data_length -= remaining_space; in bt_crypto_cmac_update()
350 data += remaining_space; in bt_crypto_cmac_update()

Completed in 3 milliseconds