/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_ecp.data | 190 ecp_write_binary:MBEDTLS_ECP_DP_SECP192R1:"01":"01":"00":MBEDTLS_ECP_PF_COMPRESSED:"00":1:0 194 ecp_write_binary:MBEDTLS_ECP_DP_SECP192R1:"01":"01":"00":MBEDTLS_ECP_PF_COMPRESSED:"00":0:MBEDTLS_E… 198 …cc9933":"6ceed4d7cba482e288669ee1b6415626d6f34d28501e060c":"01":MBEDTLS_ECP_PF_COMPRESSED:"0248d80… 202 …cc9933":"6ceed4d7cba482e288669ee1b6415626d6f34d28501e060c":"01":MBEDTLS_ECP_PF_COMPRESSED:"0248d80… 206 …cc9933":"93112b28345b7d1d7799611e49bea9d8290cb2d7afe1f9f3":"01":MBEDTLS_ECP_PF_COMPRESSED:"0348d80… 210 …6677889900aabbccddeeff11223344556677889900aabbccddeeff":"0":"1":MBEDTLS_ECP_PF_COMPRESSED:"ffeeddc… 214 …6677889900aabbccddeeff11223344556677889900aabbccddeeff":"0":"1":MBEDTLS_ECP_PF_COMPRESSED:"ffeeddc… 218 …d8b972fc3e34fb4232a13ca706dcb57aec3dae07bdc1c67bf33609":"0":"1":MBEDTLS_ECP_PF_COMPRESSED:"0936f37… 222 …d8b972fc3e34fb4232a13ca706dcb57aec3dae07bdc1c67bf33609":"0":"1":MBEDTLS_ECP_PF_COMPRESSED:"0936f37…
|
H A D | test_suite_ecp.function | 720 MBEDTLS_ECP_PF_COMPRESSED, &olen, buf, 256) == 0); 739 MBEDTLS_ECP_PF_COMPRESSED, &olen, buf, 256) == 0);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_ecp.data | 190 ecp_write_binary:MBEDTLS_ECP_DP_SECP192R1:"01":"01":"00":MBEDTLS_ECP_PF_COMPRESSED:"00":1:0 194 ecp_write_binary:MBEDTLS_ECP_DP_SECP192R1:"01":"01":"00":MBEDTLS_ECP_PF_COMPRESSED:"00":0:MBEDTLS_E… 198 …cc9933":"6ceed4d7cba482e288669ee1b6415626d6f34d28501e060c":"01":MBEDTLS_ECP_PF_COMPRESSED:"0248d80… 202 …cc9933":"6ceed4d7cba482e288669ee1b6415626d6f34d28501e060c":"01":MBEDTLS_ECP_PF_COMPRESSED:"0248d80… 206 …cc9933":"93112b28345b7d1d7799611e49bea9d8290cb2d7afe1f9f3":"01":MBEDTLS_ECP_PF_COMPRESSED:"0348d80… 210 …6677889900aabbccddeeff11223344556677889900aabbccddeeff":"0":"1":MBEDTLS_ECP_PF_COMPRESSED:"ffeeddc… 214 …6677889900aabbccddeeff11223344556677889900aabbccddeeff":"0":"1":MBEDTLS_ECP_PF_COMPRESSED:"ffeeddc… 218 …d8b972fc3e34fb4232a13ca706dcb57aec3dae07bdc1c67bf33609":"0":"1":MBEDTLS_ECP_PF_COMPRESSED:"0936f37… 222 …d8b972fc3e34fb4232a13ca706dcb57aec3dae07bdc1c67bf33609":"0":"1":MBEDTLS_ECP_PF_COMPRESSED:"0936f37…
|
H A D | test_suite_ecp.function | 732 MBEDTLS_ECP_PF_COMPRESSED, &olen, buf, 256) == 0); 751 MBEDTLS_ECP_PF_COMPRESSED, &olen, buf, 256) == 0);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/3rdparty/everest/library/ |
H A D | x25519.c | 111 …return mbedtls_ecp_point_write_binary( &key->grp, &key->Q, MBEDTLS_ECP_PF_COMPRESSED, &olen, ctx->… in mbedtls_x25519_get_params()
|
/aosp_15_r20/external/mbedtls/3rdparty/everest/library/ |
H A D | x25519.c | 111 …return mbedtls_ecp_point_write_binary( &key->grp, &key->Q, MBEDTLS_ECP_PF_COMPRESSED, &olen, ctx->… in mbedtls_x25519_get_params()
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | ecp.h | 449 #define MBEDTLS_ECP_PF_COMPRESSED 1 macro
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | ecp.h | 450 #define MBEDTLS_ECP_PF_COMPRESSED 1 macro
|
/aosp_15_r20/external/open-dice/src/ |
H A D | mbedtls_ops.c | 81 &key->grp, &key->Q, MBEDTLS_ECP_PF_COMPRESSED, in GetIdFromKey()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | ecdh.c | 192 ctx->point_format = MBEDTLS_ECP_PF_COMPRESSED; in mbedtls_ecdh_setup()
|
H A D | ecp.c | 699 format != MBEDTLS_ECP_PF_COMPRESSED) { in mbedtls_ecp_point_write_binary() 742 } else if (format == MBEDTLS_ECP_PF_COMPRESSED) { in mbedtls_ecp_point_write_binary() 883 format != MBEDTLS_ECP_PF_COMPRESSED) { in mbedtls_ecp_tls_write_point()
|
H A D | ecjpake.c | 131 case MBEDTLS_ECP_PF_COMPRESSED: in mbedtls_ecjpake_set_point_format()
|
H A D | ssl_tls12_client.c | 831 p[0] == MBEDTLS_ECP_PF_COMPRESSED) { in ssl_parse_supported_point_formats_ext()
|
H A D | ssl_tls12_server.c | 264 p[0] == MBEDTLS_ECP_PF_COMPRESSED) { in ssl_parse_supported_point_formats()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ecdh.c | 201 ctx->point_format = MBEDTLS_ECP_PF_COMPRESSED; in mbedtls_ecdh_setup()
|
H A D | ecp.c | 699 format != MBEDTLS_ECP_PF_COMPRESSED) { in mbedtls_ecp_point_write_binary() 742 } else if (format == MBEDTLS_ECP_PF_COMPRESSED) { in mbedtls_ecp_point_write_binary() 883 format != MBEDTLS_ECP_PF_COMPRESSED) { in mbedtls_ecp_tls_write_point()
|
H A D | ecjpake.c | 131 case MBEDTLS_ECP_PF_COMPRESSED: in mbedtls_ecjpake_set_point_format()
|
H A D | ssl_tls12_client.c | 831 p[0] == MBEDTLS_ECP_PF_COMPRESSED) { in ssl_parse_supported_point_formats_ext()
|
H A D | ssl_tls12_server.c | 264 p[0] == MBEDTLS_ECP_PF_COMPRESSED) { in ssl_parse_supported_point_formats()
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 363 (MBEDTLS_ECP_PF_COMPRESSED) with mbedtls_ecp_point_read_binary()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 623 (MBEDTLS_ECP_PF_COMPRESSED) with mbedtls_ecp_point_read_binary()
|