/aosp_15_r20/external/mbedtls/library/ |
H A D | ecdh.c | 162 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_init() 198 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_setup() 258 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_free()
|
H A D | pk_wrap.c | 840 MBEDTLS_ECP_PF_UNCOMPRESSED, in ecdsa_verify_wrap() 1266 MBEDTLS_ECP_PF_UNCOMPRESSED, in eckey_check_pair_psa() 1328 MBEDTLS_ECP_PF_UNCOMPRESSED, in ecdsa_opaque_check_pair_wrap()
|
H A D | ecjpake.c | 54 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecjpake_init() 130 case MBEDTLS_ECP_PF_UNCOMPRESSED: in mbedtls_ecjpake_set_point_format()
|
H A D | psa_crypto_ecp.c | 220 MBEDTLS_ECP_PF_UNCOMPRESSED, in mbedtls_psa_ecp_export_key()
|
H A D | ecp.c | 698 if (format != MBEDTLS_ECP_PF_UNCOMPRESSED && in mbedtls_ecp_point_write_binary() 732 if (format == MBEDTLS_ECP_PF_UNCOMPRESSED) { in mbedtls_ecp_point_write_binary() 882 if (format != MBEDTLS_ECP_PF_UNCOMPRESSED && in mbedtls_ecp_tls_write_point()
|
H A D | ssl_tls12_client.c | 116 *p++ = MBEDTLS_ECP_PF_UNCOMPRESSED; in ssl_write_supported_point_formats_ext() 830 if (p[0] == MBEDTLS_ECP_PF_UNCOMPRESSED || in ssl_parse_supported_point_formats_ext() 2048 MBEDTLS_ECP_PF_UNCOMPRESSED, &olen, in ssl_get_ecdh_params_from_cert()
|
H A D | pkwrite.c | 201 MBEDTLS_ECP_PF_UNCOMPRESSED, in pk_write_ec_pubkey()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ecdh.c | 171 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_init() 207 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_setup() 267 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_free()
|
H A D | pk_wrap.c | 660 MBEDTLS_ECP_PF_UNCOMPRESSED, in ecdsa_verify_wrap() 1004 MBEDTLS_ECP_PF_UNCOMPRESSED, in eckey_check_pair_psa() 1066 MBEDTLS_ECP_PF_UNCOMPRESSED, in ecdsa_opaque_check_pair_wrap()
|
H A D | pk_ecc.c | 193 MBEDTLS_ECP_PF_UNCOMPRESSED, in pk_ecc_set_pubkey_psa_ecp_fallback()
|
H A D | ecjpake.c | 54 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecjpake_init() 130 case MBEDTLS_ECP_PF_UNCOMPRESSED: in mbedtls_ecjpake_set_point_format()
|
H A D | psa_crypto_ecp.c | 274 MBEDTLS_ECP_PF_UNCOMPRESSED, in mbedtls_psa_ecp_export_key()
|
H A D | pkwrite.c | 135 MBEDTLS_ECP_PF_UNCOMPRESSED, in pk_write_ec_pubkey()
|
H A D | ecp.c | 698 if (format != MBEDTLS_ECP_PF_UNCOMPRESSED && in mbedtls_ecp_point_write_binary() 732 if (format == MBEDTLS_ECP_PF_UNCOMPRESSED) { in mbedtls_ecp_point_write_binary() 882 if (format != MBEDTLS_ECP_PF_UNCOMPRESSED && in mbedtls_ecp_tls_write_point()
|
H A D | ssl_tls12_client.c | 116 *p++ = MBEDTLS_ECP_PF_UNCOMPRESSED; in ssl_write_supported_point_formats_ext() 830 if (p[0] == MBEDTLS_ECP_PF_UNCOMPRESSED || in ssl_parse_supported_point_formats_ext() 2045 MBEDTLS_ECP_PF_UNCOMPRESSED, &olen, in ssl_get_ecdh_params_from_cert()
|
/aosp_15_r20/external/mbedtls/programs/pkey/ |
H A D | ecdsa.c | 64 MBEDTLS_ECP_PF_UNCOMPRESSED, &len, buf, sizeof(buf)) != 0) { in dump_pubkey()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/pkey/ |
H A D | ecdsa.c | 63 if (mbedtls_ecp_write_public_key(key, MBEDTLS_ECP_PF_UNCOMPRESSED, in dump_pubkey()
|
H A D | key_app.c | 82 &grp, &pt, MBEDTLS_ECP_PF_UNCOMPRESSED, in show_ecp_key()
|
H A D | gen_key.c | 186 &grp, &pt, MBEDTLS_ECP_PF_UNCOMPRESSED, in show_ecp_key()
|
H A D | key_app_writer.c | 202 &grp, &pt, MBEDTLS_ECP_PF_UNCOMPRESSED, in show_ecp_key()
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | ecp.h | 438 #define MBEDTLS_ECP_PF_UNCOMPRESSED 0 macro
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | ecp.h | 439 #define MBEDTLS_ECP_PF_UNCOMPRESSED 0 macro
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_ecp.function | 537 &grp, &R, MBEDTLS_ECP_PF_UNCOMPRESSED, 741 MBEDTLS_ECP_PF_UNCOMPRESSED, &olen, buf, 256) == 0); 759 MBEDTLS_ECP_PF_UNCOMPRESSED, &olen, buf, 256) == 0); 1027 MBEDTLS_ECP_PF_UNCOMPRESSED,
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_ecp.data | 174 ecp_write_binary:MBEDTLS_ECP_DP_SECP192R1:"01":"01":"00":MBEDTLS_ECP_PF_UNCOMPRESSED:"00":1:0 178 ecp_write_binary:MBEDTLS_ECP_DP_SECP192R1:"01":"01":"00":MBEDTLS_ECP_PF_UNCOMPRESSED:"00":0:MBEDTLS… 182 …c9933":"6ceed4d7cba482e288669ee1b6415626d6f34d28501e060c":"01":MBEDTLS_ECP_PF_UNCOMPRESSED:"0448d8… 186 …c9933":"6ceed4d7cba482e288669ee1b6415626d6f34d28501e060c":"01":MBEDTLS_ECP_PF_UNCOMPRESSED:"0448d8…
|
H A D | test_suite_ecp.function | 537 &grp, &R, MBEDTLS_ECP_PF_UNCOMPRESSED, 729 MBEDTLS_ECP_PF_UNCOMPRESSED, &olen, buf, 256) == 0); 747 MBEDTLS_ECP_PF_UNCOMPRESSED, &olen, buf, 256) == 0);
|