Searched refs:MBEDTLS_ECP_PF_UNCOMPRESSED (Results 1 – 12 of 12) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/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_ecc.c | 193 MBEDTLS_ECP_PF_UNCOMPRESSED, in pk_ecc_set_pubkey_psa_ecp_fallback()
|
| 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 | 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 | 143 MBEDTLS_ECP_PF_UNCOMPRESSED, in pk_write_ec_pubkey()
|
| H A D | ecp.c | 702 if (format != MBEDTLS_ECP_PF_UNCOMPRESSED && in mbedtls_ecp_point_write_binary() 736 if (format == MBEDTLS_ECP_PF_UNCOMPRESSED) { in mbedtls_ecp_point_write_binary() 886 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() 832 if (p[0] == MBEDTLS_ECP_PF_UNCOMPRESSED || in ssl_parse_supported_point_formats_ext() 2047 MBEDTLS_ECP_PF_UNCOMPRESSED, &olen, in ssl_get_ecdh_params_from_cert()
|
| H A D | pk.c | 793 ec, MBEDTLS_ECP_PF_UNCOMPRESSED, in import_public_into_psa()
|
| H A D | ssl_tls12_server.c | 263 if (p[0] == MBEDTLS_ECP_PF_UNCOMPRESSED || in ssl_parse_supported_point_formats() 1894 *p++ = MBEDTLS_ECP_PF_UNCOMPRESSED; in ssl_write_supported_point_formats_ext()
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | ecp.h | 441 #define MBEDTLS_ECP_PF_UNCOMPRESSED 0 macro
|
| /optee_os/ta/pkcs11/src/ |
| H A D | pkcs11_attributes.c | 1036 MBEDTLS_ECP_PF_UNCOMPRESSED, in create_ec_priv_key_hidden_attributes() 1060 MBEDTLS_ECP_PF_UNCOMPRESSED, in create_ec_priv_key_hidden_attributes()
|