Searched refs:coord_len (Results 1 – 1 of 1) sorted by relevance
/library/ |
A D | debug.c | 270 size_t coord_len; in mbedtls_debug_print_psa_ec() local 281 coord_len = (pk->pub_raw_len - 1)/2; 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 5 milliseconds