Searched refs:mbedtls_ecp_point_write_binary (Results 1 – 9 of 9) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| 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 | 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 | 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 | 142 if ((ret = mbedtls_ecp_point_write_binary(&ec->grp, &ec->Q, in pk_write_ec_pubkey()
|
| H A D | ecp.c | 695 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 D | ssl_tls12_client.c | 2046 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 D | ecp.h | 775 int mbedtls_ecp_point_write_binary(const mbedtls_ecp_group *grp,
|
| /optee_os/ta/pkcs11/src/ |
| H A D | pkcs11_attributes.c | 1035 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()
|