We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd138b commit 0cf6805Copy full SHA for 0cf6805
features/mbedtls/inc/mbedtls/psa_util.h
@@ -452,6 +452,7 @@ static inline psa_key_type_t mbedtls_psa_parse_tls_ecc_group(
452
uint16_t tls_ecc_grp_reg_id, size_t *bits )
453
{
454
#if TARGET_TFM
455
+ *bits = PSA_ECC_CURVE_BITS( tls_ecc_grp_reg_id );
456
return( (psa_ecc_curve_t) tls_ecc_grp_reg_id );
457
#else
458
const mbedtls_ecp_curve_info *curve_info =
0 commit comments