Home
last modified time | relevance | path

Searched refs:psa_ecc_family_t (Results 1 – 13 of 13) sorted by relevance

/third_party/mbedtls/include/psa/
Dcrypto_values.h552 ((psa_ecc_family_t) (PSA_KEY_TYPE_IS_ECC(type) ? \
564 #define PSA_ECC_FAMILY_SECP_K1 ((psa_ecc_family_t) 0x17)
574 #define PSA_ECC_FAMILY_SECP_R1 ((psa_ecc_family_t) 0x12)
576 #define PSA_ECC_FAMILY_SECP_R2 ((psa_ecc_family_t) 0x1b)
586 #define PSA_ECC_FAMILY_SECT_K1 ((psa_ecc_family_t) 0x27)
596 #define PSA_ECC_FAMILY_SECT_R1 ((psa_ecc_family_t) 0x22)
606 #define PSA_ECC_FAMILY_SECT_R2 ((psa_ecc_family_t) 0x2b)
615 #define PSA_ECC_FAMILY_BRAINPOOL_P_R1 ((psa_ecc_family_t) 0x30)
627 #define PSA_ECC_FAMILY_MONTGOMERY ((psa_ecc_family_t) 0x41)
643 #define PSA_ECC_FAMILY_TWISTED_EDWARDS ((psa_ecc_family_t) 0x42)
Dcrypto_types.h85 typedef uint8_t psa_ecc_family_t; typedef
Dcrypto_extra.h593 static inline psa_ecc_family_t mbedtls_ecc_group_to_psa( mbedtls_ecp_group_id grpid, in mbedtls_ecc_group_to_psa()
662 mbedtls_ecp_group_id mbedtls_ecc_group_of_psa( psa_ecc_family_t curve,
/third_party/mbedtls/programs/psa/
Dpsa_constant_names.c77 static const char *psa_ecc_family_name(psa_ecc_family_t curve);
84 psa_ecc_family_t curve) in append_with_curve()
154 psa_ecc_family_t curve) in psa_snprint_ecc_curve()
266 (psa_ecc_family_t) value); in process_unsigned()
306 return process_unsigned(TYPE_ECC_CURVE, (psa_ecc_family_t) (-1), in main()
/third_party/mbedtls/include/mbedtls/
Dpsa_util.h169 psa_ecc_family_t curve, size_t bits, in mbedtls_psa_get_ecc_oid_from_id()
/third_party/mbedtls/library/
Dpsa_crypto_ecp.c293 psa_ecc_family_t curve = PSA_KEY_TYPE_ECC_GET_FAMILY( in mbedtls_psa_ecp_generate_key()
Dpkwrite.c269 psa_ecc_family_t curve; in mbedtls_pk_write_pubkey_der()
Dpk.c613 psa_ecc_family_t curve_id; in mbedtls_pk_wrap_as_opaque()
Dpk_wrap.c573 psa_ecc_family_t curve = in ecdsa_verify_wrap()
Dpsa_crypto.c332 mbedtls_ecp_group_id mbedtls_ecc_group_of_psa( psa_ecc_family_t curve, in mbedtls_ecc_group_of_psa()
5312 psa_ecc_family_t curve = mbedtls_ecc_group_to_psa( our_key->grp.id, &bits ); in psa_key_agreement_ecdh()
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_metadata.function690 psa_ecc_family_t curve = curve_arg;
Dtest_suite_psa_crypto_se_driver_hal.function100 static size_t ecc_curve_bits( psa_ecc_family_t curve, size_t data_length )
/third_party/mbedtls/
DChangeLog928 group families to psa_ecc_family_t and psa_dh_family_t, in line with the