Searched refs:y_hex (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/test/ |
D | sm2_internal_test.c | 78 const char *y_hex, const char *order_hex, in create_EC_group() argument 106 || !TEST_true(BN_hex2bn(&g_y, y_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, 86 TEST_ASSERT( mbedtls_test_read_mpi( &P.Y, 16, y_hex ) == 0 );
|
/third_party/python/Lib/test/ |
D | test_math.py | 1429 x_hex, y_hex, expected_hex = case.split() 1431 y = float.fromhex(y_hex)
|