Searched refs:psa_ecc_family_t (Results 1 – 21 of 21) sorted by relevance
/mbedtls-latest/include/psa/ |
D | crypto_values.h | 588 ((psa_ecc_family_t) (PSA_KEY_TYPE_IS_ECC(type) ? \ 607 #define PSA_ECC_FAMILY_SECP_K1 ((psa_ecc_family_t) 0x17) 617 #define PSA_ECC_FAMILY_SECP_R1 ((psa_ecc_family_t) 0x12) 619 #define PSA_ECC_FAMILY_SECP_R2 ((psa_ecc_family_t) 0x1b) 631 #define PSA_ECC_FAMILY_SECT_K1 ((psa_ecc_family_t) 0x27) 643 #define PSA_ECC_FAMILY_SECT_R1 ((psa_ecc_family_t) 0x22) 655 #define PSA_ECC_FAMILY_SECT_R2 ((psa_ecc_family_t) 0x2b) 667 #define PSA_ECC_FAMILY_BRAINPOOL_P_R1 ((psa_ecc_family_t) 0x30) 679 #define PSA_ECC_FAMILY_MONTGOMERY ((psa_ecc_family_t) 0x41) 697 #define PSA_ECC_FAMILY_TWISTED_EDWARDS ((psa_ecc_family_t) 0x42)
|
D | crypto_types.h | 97 typedef uint8_t psa_ecc_family_t; typedef
|
/mbedtls-latest/programs/psa/ |
D | psa_constant_names.c | 67 static const char *psa_ecc_family_name(psa_ecc_family_t curve); 74 psa_ecc_family_t curve) in append_with_curve() 144 psa_ecc_family_t curve) in psa_snprint_ecc_curve() 256 (psa_ecc_family_t) value); in process_unsigned() 295 return process_unsigned(TYPE_ECC_CURVE, (psa_ecc_family_t) (-1), in main()
|
D | psa_constant_names_generated.c | 33 static const char *psa_ecc_family_name(psa_ecc_family_t curve) in psa_ecc_family_name()
|
/mbedtls-latest/include/mbedtls/ |
D | psa_util.h | 87 psa_ecc_family_t mbedtls_ecc_group_to_psa(mbedtls_ecp_group_id grpid, 102 mbedtls_ecp_group_id mbedtls_ecc_group_from_psa(psa_ecc_family_t family,
|
D | pk.h | 262 psa_ecc_family_t MBEDTLS_PRIVATE(ec_family); /**< EC family of pk */
|
/mbedtls-latest/library/ |
D | psa_crypto_ecp.c | 40 static int check_ecc_parameters(psa_ecc_family_t family, size_t *bits) in check_ecc_parameters() 327 psa_ecc_family_t curve = PSA_KEY_TYPE_ECC_GET_FAMILY( in mbedtls_psa_ecp_generate_key() 546 psa_ecc_family_t curve = mbedtls_ecc_group_to_psa(ecp->grp.id, &bits); in mbedtls_psa_key_agreement_ecdh()
|
D | pk_ecc.c | 21 psa_ecc_family_t ec_family = mbedtls_ecc_group_to_psa(grp_id, &ec_bits); in mbedtls_pk_ecc_set_group() 108 psa_ecc_family_t curve = mbedtls_ecc_group_to_psa(eck->grp.id, &curve_bits); in mbedtls_pk_ecc_set_pubkey_from_prv()
|
D | pk.c | 464 psa_ecc_family_t family = pk->ec_family; in mbedtls_pk_get_psa_attributes() 474 psa_ecc_family_t family = in mbedtls_pk_get_psa_attributes() 682 psa_ecc_family_t from_family = pk->ec_family; in import_pair_into_psa() 686 psa_ecc_family_t from_family = mbedtls_ecc_group_to_psa(ec->grp.id, in import_pair_into_psa() 787 psa_ecc_family_t from_family = mbedtls_ecc_group_to_psa(ec->grp.id, in import_public_into_psa()
|
D | pk_wrap.c | 539 psa_ecc_family_t curve, size_t curve_bits, in ecdsa_verify_psa() 611 psa_ecc_family_t curve; in ecdsa_opaque_verify_wrap() 639 psa_ecc_family_t curve = pk->ec_family; in ecdsa_verify_wrap() 657 psa_ecc_family_t curve = mbedtls_ecc_group_to_psa(ctx->grp.id, &curve_bits); in ecdsa_verify_wrap() 766 psa_ecc_family_t curve = in ecdsa_sign_wrap() 966 const psa_ecc_family_t curve = in eckey_check_pair_psa()
|
D | psa_util.c | 189 psa_ecc_family_t mbedtls_ecc_group_to_psa(mbedtls_ecp_group_id grpid, in mbedtls_ecc_group_to_psa() 262 mbedtls_ecp_group_id mbedtls_ecc_group_from_psa(psa_ecc_family_t family, in mbedtls_ecc_group_from_psa()
|
D | pk_internal.h | 94 psa_ecc_family_t curve; in mbedtls_pk_get_ec_group_id()
|
D | psa_crypto.c | 6221 psa_ecc_family_t curve = PSA_KEY_TYPE_ECC_GET_FAMILY( 6401 psa_ecc_family_t curve = PSA_KEY_TYPE_ECC_GET_FAMILY(slot->attr.type);
|
D | ssl_tls.c | 6255 psa_ecc_family_t psa_family;
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_metadata.function | 688 psa_ecc_family_t curve = curve_arg;
|
D | test_suite_psa_crypto_se_driver_hal.function | 113 static size_t ecc_curve_bits(psa_ecc_family_t curve, size_t data_length)
|
D | test_suite_psa_crypto.function | 9957 psa_ecc_family_t ecc_family = psa_family_arg;
|
/mbedtls-latest/docs/architecture/psa-migration/ |
D | strategy.md | 472 could be changed to accept a list of pairs (`psa_ecc_family_t`, size) but we
|
D | psa-legacy-bridges.md | 131 …This means converting between an `mbedtls_ecp_group_id` and a pair of `{psa_ecc_family_t; size_t}`.
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 243 …ious numbers (`psa_status_t`, `psa_algorithm_t`, `psa_key_type_t`, `psa_ecc_family_t`, `psa_dh_fam…
|
/mbedtls-latest/ |
D | ChangeLog | 2395 group families to psa_ecc_family_t and psa_dh_family_t, in line with the
|