Searched refs:rest_len (Results 1 – 5 of 5) sorted by relevance
1021 size_t rest_len = pt_len_test_data[i] - 32; in mbedtls_gcm_self_test() local1033 rest_len, in mbedtls_gcm_self_test()1037 if( olen != rest_len ) in mbedtls_gcm_self_test()1094 size_t rest_len = pt_len_test_data[i] - 32; in mbedtls_gcm_self_test() local1105 rest_len, in mbedtls_gcm_self_test()1109 if( olen != rest_len ) in mbedtls_gcm_self_test()
466 size_t rest_len = strlen(buffer + in change_decimal_from_locale_to_dot() local470 rest_len); in change_decimal_from_locale_to_dot()471 buffer[rest_len] = 0; in change_decimal_from_locale_to_dot()
89 assert_parse!(rest_len(input), Ok((input, input.len()))); in rest_len_on_slices()
48 pub fn rest_len<T, E: ParseError<T>>(input: T) -> IResult<T, usize, E> in rest_len() function
575 - @kurnevsky for the `rest_len` parser588 - `rest_len` parser, returns the length of the remaining input