Searched refs:start_idx (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/tee/ |
| H A D | tee_rpmb_fs.c | 759 uint16_t start_idx; in tee_rpmb_data_cpy_mac_calc() local 785 bytes_to_u16(lastfrm->address, &start_idx); in tee_rpmb_data_cpy_mac_calc() 811 res = decrypt(data, &localfrm, size, offset, start_idx + i, in tee_rpmb_data_cpy_mac_calc() 823 res = decrypt(data, lastfrm, size, 0, start_idx + nbr_frms - 1, fek, in tee_rpmb_data_cpy_mac_calc()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ssl_msg.c | 1956 size_t const start_idx = rec->data_len - num_checks; in mbedtls_ssl_decrypt_buf() local 1959 for (idx = start_idx; idx < rec->data_len; idx++) { in mbedtls_ssl_decrypt_buf()
|