Searched refs:x_hex (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/test/ |
D | sm2_internal_test.c | 77 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/ |
D | test_suite_ecp.function | 74 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/ |
D | test_math.py | 1429 x_hex, y_hex, expected_hex = case.split() 1430 x = float.fromhex(x_hex)
|