Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dsm2_internal_test.c77 const char *b_hex, const char *x_hex, in create_EC_group() argument
105 if (!TEST_true(BN_hex2bn(&g_x, x_hex)) in create_EC_group()
/third_party/mbedtls/tests/suites/
Dtest_suite_ecp.function74 void ecp_check_pub( int grp_id, char * x_hex, char * y_hex, char * z_hex,
85 TEST_ASSERT( mbedtls_test_read_mpi( &P.X, 16, x_hex ) == 0 );
/third_party/python/Lib/test/
Dtest_math.py1429 x_hex, y_hex, expected_hex = case.split()
1430 x = float.fromhex(x_hex)