Searched refs:tmp_len (Results 1 – 1 of 1) sorted by relevance
82 uint32_t tmp_len = th34_input->len; in th34_input_encode() local84 TRY(_memcpy_s(th34_input->ptr + tmp_len, in th34_input_encode()85 th34_input->len - tmp_len - cred->len, plaintext_23->ptr, in th34_input_encode()88 tmp_len += plaintext_23->len; in th34_input_encode()90 TRY(_memcpy_s(th34_input->ptr + tmp_len, th34_input->len - tmp_len, in th34_input_encode()93 th34_input->len = tmp_len + cred->len; in th34_input_encode()