Lines Matching refs:family
727 …oup__crypto__types_1gad54c03d3b47020e571a72cd01d978cf2) where `curve` is a curve family identifier.
729 …pto__types_1ga0b6f5d4d5037c54ffa850d8059c32df0) where `curve` is a curve family identifier. A key …
732 A curve is fully determined by a curve family identifier and the private key size in bits. You can …
733 …a99401cf81e164f99) converts from the legacy curve type identifier to PSA curve family and bit-size.
734 …ls__helpers_1ga6243eb619d5b2f5fe4667811adeb8a12) converts from PSA curve family and bit-size to th…
738 | Mbed TLS legacy curve identifier | PSA curve family | Curve bit-size |
762 …pto__types_1gab4f857c4cd56f5fe65ded421e61bcc8c) where `group` is a group family as explained below.
764 …pto__types_1gaa22f0f2ea89b929f2fadc19890cc5d5c) where `group` is a group family as explained below…
766 …e-Hellman with predefined groups. A group is fully determined by a group family identifier and the…
768 | Mbed TLS DH group P value | PSA DH group family | Bit-size |
845 …ture version of Mbed TLS [will provide a function to calculate the curve family](https://github.co…
855 psa_ecc_curve_t curve = ...; // need to determine the curve family manually
876 psa_ecc_curve_t curve = ...; // need to determine the curve family manually
1227 …) because they are not needed. All API elements identify the curve directly by its family and size.
1237 …ecp_get_type`, but the curve family encodes the same information. `PSA_ECC_FAMILY_MONTGOMERY` is t…
1267 …apabilities of a curve at runtime. Check the documentation of each curve family to see what algori…