Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
A Dccm.c157 size_t len_left, olen; in ccm_auth_crypt() local
202 for( i = 0, len_left = length; i < q; i++, len_left >>= 8 ) in ccm_auth_crypt()
205 if( len_left > 0 ) in ccm_auth_crypt()
220 len_left = add_len; in ccm_auth_crypt()
227 use_len = len_left < 16 - 2 ? len_left : 16 - 2; in ccm_auth_crypt()
229 len_left -= use_len; in ccm_auth_crypt()
236 use_len = len_left > 16 ? 16 : len_left; in ccm_auth_crypt()
268 len_left = length; in ccm_auth_crypt()
272 while( len_left > 0 ) in ccm_auth_crypt()
274 size_t use_len = len_left > 16 ? 16 : len_left; in ccm_auth_crypt()
[all …]

Completed in 3 milliseconds