Home
last modified time | relevance | path

Searched refs:mbedtls_ecp_point_write_binary (Results 1 – 9 of 9) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpk_ecc.c192 ret = mbedtls_ecp_point_write_binary(&(ecp_key.grp), &ecp_key.Q, in pk_ecc_set_pubkey_psa_ecp_fallback()
H A Dpk_wrap.c659 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 Decjpake.c170 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 Dpsa_crypto_ecp.c273 mbedtls_ecp_point_write_binary(&ecp->grp, &ecp->Q, in mbedtls_psa_ecp_export_key()
H A Dpkwrite.c142 if ((ret = mbedtls_ecp_point_write_binary(&ec->grp, &ec->Q, in pk_write_ec_pubkey()
H A Decp.c695 int mbedtls_ecp_point_write_binary(const mbedtls_ecp_group *grp, in mbedtls_ecp_point_write_binary() function
898 if ((ret = mbedtls_ecp_point_write_binary(grp, pt, format, in mbedtls_ecp_tls_write_point()
3381 return mbedtls_ecp_point_write_binary(&key->grp, &key->Q, in mbedtls_ecp_write_public_key()
H A Dssl_tls12_client.c2046 ret = mbedtls_ecp_point_write_binary(&peer_key->grp, &peer_key->Q, in ssl_get_ecdh_params_from_cert()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Decp.h775 int mbedtls_ecp_point_write_binary(const mbedtls_ecp_group *grp,
/optee_os/ta/pkcs11/src/
H A Dpkcs11_attributes.c1035 ret = mbedtls_ecp_point_write_binary(&key_pair_grp, &key_pair_Q, in create_ec_priv_key_hidden_attributes()
1059 ret = mbedtls_ecp_point_write_binary(&key_pair_grp, &key_pair_Q, in create_ec_priv_key_hidden_attributes()