Home
last modified time | relevance | path

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

/library/
A Ddebug.c269 const uint8_t *coord_start; in mbedtls_debug_print_psa_ec() local
284 coord_start = pk->pub_raw + 1; in mbedtls_debug_print_psa_ec()
286 mbedtls_debug_print_integer(ssl, level, file, line, str, coord_start, coord_len * 8); in mbedtls_debug_print_psa_ec()
289 coord_start = coord_start + coord_len; in mbedtls_debug_print_psa_ec()
291 mbedtls_debug_print_integer(ssl, level, file, line, str, coord_start, coord_len * 8); in mbedtls_debug_print_psa_ec()

Completed in 7 milliseconds