Home
last modified time | relevance | path

Searched refs:MBEDTLS_ECP_PF_UNCOMPRESSED (Results 1 – 25 of 34) sorted by relevance

12

/aosp_15_r20/external/mbedtls/library/
H A Decdh.c162 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 Dpk_wrap.c840 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 Decjpake.c54 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 Dpsa_crypto_ecp.c220 MBEDTLS_ECP_PF_UNCOMPRESSED, in mbedtls_psa_ecp_export_key()
H A Decp.c698 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 Dssl_tls12_client.c116 *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 Dpkwrite.c201 MBEDTLS_ECP_PF_UNCOMPRESSED, in pk_write_ec_pubkey()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Decdh.c171 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 Dpk_wrap.c660 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 Dpk_ecc.c193 MBEDTLS_ECP_PF_UNCOMPRESSED, in pk_ecc_set_pubkey_psa_ecp_fallback()
H A Decjpake.c54 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 Dpsa_crypto_ecp.c274 MBEDTLS_ECP_PF_UNCOMPRESSED, in mbedtls_psa_ecp_export_key()
H A Dpkwrite.c135 MBEDTLS_ECP_PF_UNCOMPRESSED, in pk_write_ec_pubkey()
H A Decp.c698 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 Dssl_tls12_client.c116 *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 Decdsa.c64 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 Decdsa.c63 if (mbedtls_ecp_write_public_key(key, MBEDTLS_ECP_PF_UNCOMPRESSED, in dump_pubkey()
H A Dkey_app.c82 &grp, &pt, MBEDTLS_ECP_PF_UNCOMPRESSED, in show_ecp_key()
H A Dgen_key.c186 &grp, &pt, MBEDTLS_ECP_PF_UNCOMPRESSED, in show_ecp_key()
H A Dkey_app_writer.c202 &grp, &pt, MBEDTLS_ECP_PF_UNCOMPRESSED, in show_ecp_key()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Decp.h438 #define MBEDTLS_ECP_PF_UNCOMPRESSED 0 macro
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Decp.h439 #define MBEDTLS_ECP_PF_UNCOMPRESSED 0 macro
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ecp.function537 &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 Dtest_suite_ecp.data174 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 Dtest_suite_ecp.function537 &grp, &R, MBEDTLS_ECP_PF_UNCOMPRESSED,
729 MBEDTLS_ECP_PF_UNCOMPRESSED, &olen, buf, 256) == 0);
747 MBEDTLS_ECP_PF_UNCOMPRESSED, &olen, buf, 256) == 0);

12