Searched refs:mbedtls_ecp_point_read_string (Results 1 – 12 of 12) sorted by relevance
| /external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
| D | ecp.h | 743 int mbedtls_ecp_point_read_string(mbedtls_ecp_point *P, int radix,
|
| D | compat-1.3.h | 1936 #define ecp_point_read_string mbedtls_ecp_point_read_string
|
| /external/mbedtls/include/mbedtls/ |
| D | ecp.h | 744 int mbedtls_ecp_point_read_string(mbedtls_ecp_point *P, int radix,
|
| /external/openthread/third_party/mbedtls/repo/tests/suites/ |
| D | test_suite_ecp.function | 163 mbedtls_ecp_point_read_string(NULL, 2, 166 mbedtls_ecp_point_read_string(&P, 2, 169 mbedtls_ecp_point_read_string(&P, 2, 1270 TEST_ASSERT(mbedtls_ecp_point_read_string(&pub.Q, 16, Qx_pub, Qy_pub) == 0); 1275 TEST_ASSERT(mbedtls_ecp_point_read_string(&prv.Q, 16, Qx, Qy) == 0);
|
| D | test_suite_ecdsa.function | 304 TEST_ASSERT(mbedtls_ecp_point_read_string(&Q, 16, xQ_str, yQ_str) == 0);
|
| D | test_suite_pk.function | 823 TEST_ASSERT(mbedtls_ecp_point_read_string(&mbedtls_pk_ec(pub)->Q, 16, QX_str, QY_str) == 0);
|
| /external/mbedtls/tests/suites/ |
| D | test_suite_ecp.function | 974 TEST_ASSERT(mbedtls_ecp_point_read_string(&pub.Q, 16, Qx_pub, Qy_pub) == 0); 979 TEST_ASSERT(mbedtls_ecp_point_read_string(&prv.Q, 16, Qx, Qy) == 0); 1226 TEST_ASSERT(mbedtls_ecp_point_read_string(&key.Q, 16, Qx, Qy) == 0);
|
| D | test_suite_ecdsa.function | 95 TEST_ASSERT(mbedtls_ecp_point_read_string(&Q, 16, xQ_str, yQ_str) == 0);
|
| D | test_suite_pk.function | 777 TEST_ASSERT(mbedtls_ecp_point_read_string(&mbedtls_pk_ec_rw(pub)->Q, 16, QX_str, QY_str) == 0);
|
| /external/mbedtls/library/ |
| D | ecp.c | 676 int mbedtls_ecp_point_read_string(mbedtls_ecp_point *P, int radix, in mbedtls_ecp_point_read_string() function
|
| /external/openthread/third_party/mbedtls/repo/scripts/data_files/ |
| D | rename-1.3-2.0.txt | 1520 ecp_point_read_string mbedtls_ecp_point_read_string
|
| /external/openthread/third_party/mbedtls/repo/library/ |
| D | ecp.c | 830 int mbedtls_ecp_point_read_string(mbedtls_ecp_point *P, int radix, in mbedtls_ecp_point_read_string() function
|