/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/programs/pkey/ |
H A D | ecdsa.c | 63 if (mbedtls_ecp_point_write_binary(&key->MBEDTLS_PRIVATE(grp), &key->MBEDTLS_PRIVATE(Q), in dump_pubkey()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | pk_wrap.c | 659 ret = mbedtls_ecp_point_write_binary(&ctx->grp, &ctx->Q, in ecdsa_verify_wrap() 1002 ret = mbedtls_ecp_point_write_binary(&mbedtls_pk_ec_rw(*pub)->grp, in eckey_check_pair_psa() 1064 ret = mbedtls_ecp_point_write_binary(&(mbedtls_pk_ec_ro(*pub)->grp), in ecdsa_opaque_check_pair_wrap()
|
H A D | pk_ecc.c | 192 ret = mbedtls_ecp_point_write_binary(&(ecp_key.grp), &ecp_key.Q, in pk_ecc_set_pubkey_psa_ecp_fallback()
|
H A D | ecjpake.c | 170 ret = mbedtls_ecp_point_write_binary(grp, P, pf, in ecjpake_write_len_point() 808 ret = mbedtls_ecp_point_write_binary(&ctx->grp, &K, ctx->point_format, in mbedtls_ecjpake_write_shared_key()
|
H A D | psa_crypto_ecp.c | 273 mbedtls_ecp_point_write_binary(&ecp->grp, &ecp->Q, in mbedtls_psa_ecp_export_key()
|
H A D | pkwrite.c | 134 if ((ret = mbedtls_ecp_point_write_binary(&ec->grp, &ec->Q, in pk_write_ec_pubkey()
|
H A D | ecp.c | 691 int mbedtls_ecp_point_write_binary(const mbedtls_ecp_group *grp, in mbedtls_ecp_point_write_binary() function 894 if ((ret = mbedtls_ecp_point_write_binary(grp, pt, format, in mbedtls_ecp_tls_write_point() 3377 return mbedtls_ecp_point_write_binary(&key->grp, &key->Q, in mbedtls_ecp_write_public_key()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | pk_wrap.c | 839 ret = mbedtls_ecp_point_write_binary(&ctx->grp, &ctx->Q, in ecdsa_verify_wrap() 1264 ret = mbedtls_ecp_point_write_binary(&mbedtls_pk_ec_rw(*pub)->grp, in eckey_check_pair_psa() 1326 ret = mbedtls_ecp_point_write_binary(&(mbedtls_pk_ec_ro(*pub)->grp), in ecdsa_opaque_check_pair_wrap()
|
H A D | ecjpake.c | 170 ret = mbedtls_ecp_point_write_binary(grp, P, pf, in ecjpake_write_len_point() 808 ret = mbedtls_ecp_point_write_binary(&ctx->grp, &K, ctx->point_format, in mbedtls_ecjpake_write_shared_key()
|
H A D | psa_crypto_ecp.c | 219 mbedtls_ecp_point_write_binary(&ecp->grp, &ecp->Q, in mbedtls_psa_ecp_export_key()
|
H A D | pkwrite.c | 200 if ((ret = mbedtls_ecp_point_write_binary(&ec->grp, &ec->Q, in pk_write_ec_pubkey()
|
H A D | ecp.c | 691 int mbedtls_ecp_point_write_binary(const mbedtls_ecp_group *grp, in mbedtls_ecp_point_write_binary() function 894 if ((ret = mbedtls_ecp_point_write_binary(grp, pt, format, in mbedtls_ecp_tls_write_point()
|
H A D | pkparse.c | 681 ret = mbedtls_ecp_point_write_binary(&(ecp_key.grp), &ecp_key.Q, in pk_convert_compressed_ec()
|
H A D | ssl_tls12_client.c | 2047 ret = mbedtls_ecp_point_write_binary(&peer_key->grp, &peer_key->Q, in ssl_get_ecdh_params_from_cert()
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | ecp.h | 772 int mbedtls_ecp_point_write_binary(const mbedtls_ecp_group *grp,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/pkey/ |
H A D | key_app.c | 81 MBEDTLS_MPI_CHK(mbedtls_ecp_point_write_binary( in show_ecp_key()
|
H A D | gen_key.c | 185 MBEDTLS_MPI_CHK(mbedtls_ecp_point_write_binary( in show_ecp_key()
|
H A D | key_app_writer.c | 201 MBEDTLS_MPI_CHK(mbedtls_ecp_point_write_binary( in show_ecp_key()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | ecp.h | 773 int mbedtls_ecp_point_write_binary(const mbedtls_ecp_group *grp,
|
/aosp_15_r20/external/open-dice/src/ |
H A D | mbedtls_ops.c | 80 if (0 != mbedtls_ecp_point_write_binary( in GetIdFromKey()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_ecp.function | 91 mbedtls_ecp_point_write_binary(&grp, &P, 536 TEST_EQUAL(0, mbedtls_ecp_point_write_binary( 608 TEST_EQUAL(mbedtls_ecp_point_write_binary(&grp, &P, format, 1026 TEST_EQUAL(mbedtls_ecp_point_write_binary(&key.grp, &key.Q,
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_ecp.function | 91 mbedtls_ecp_point_write_binary(&grp, &P, 536 TEST_EQUAL(0, mbedtls_ecp_point_write_binary( 606 TEST_ASSERT(mbedtls_ecp_point_write_binary(&grp, &P, format,
|
H A D | test_suite_pk.function | 1343 ret = mbedtls_ecp_point_write_binary(&(mbedtls_pk_ec_ro(pk)->grp),
|