Searched refs:psa_ecc_family_t (Results 1 – 13 of 13) sorted by relevance
/third_party/mbedtls/include/psa/ |
D | crypto_values.h | 552 ((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)
|
D | crypto_types.h | 85 typedef uint8_t psa_ecc_family_t; typedef
|
D | crypto_extra.h | 593 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/ |
D | psa_constant_names.c | 77 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/ |
D | psa_util.h | 169 psa_ecc_family_t curve, size_t bits, in mbedtls_psa_get_ecc_oid_from_id()
|
/third_party/mbedtls/library/ |
D | psa_crypto_ecp.c | 293 psa_ecc_family_t curve = PSA_KEY_TYPE_ECC_GET_FAMILY( in mbedtls_psa_ecp_generate_key()
|
D | pkwrite.c | 269 psa_ecc_family_t curve; in mbedtls_pk_write_pubkey_der()
|
D | pk.c | 613 psa_ecc_family_t curve_id; in mbedtls_pk_wrap_as_opaque()
|
D | pk_wrap.c | 573 psa_ecc_family_t curve = in ecdsa_verify_wrap()
|
D | psa_crypto.c | 332 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/ |
D | test_suite_psa_crypto_metadata.function | 690 psa_ecc_family_t curve = curve_arg;
|
D | test_suite_psa_crypto_se_driver_hal.function | 100 static size_t ecc_curve_bits( psa_ecc_family_t curve, size_t data_length )
|
/third_party/mbedtls/ |
D | ChangeLog | 928 group families to psa_ecc_family_t and psa_dh_family_t, in line with the
|