Lines Matching defs:attributes
210 const psa_key_attributes_t *attributes,
219 status = mbedtls_psa_ecp_load_representation(attributes->type,
220 attributes->bits,
228 if (PSA_KEY_TYPE_ECC_GET_FAMILY(attributes->type) ==
238 status = mbedtls_psa_ecp_export_key(attributes->type,
291 const psa_key_attributes_t *attributes,
299 attributes->type, attributes->bits,
307 PSA_KEY_TYPE_ECC_GET_FAMILY(attributes->type)),
321 const psa_key_attributes_t *attributes,
328 attributes->type);
330 mbedtls_ecc_group_from_psa(curve, attributes->bits);
366 const psa_key_attributes_t *attributes,
377 status = mbedtls_psa_ecp_load_representation(attributes->type,
378 attributes->bits,
452 const psa_key_attributes_t *attributes,
464 status = mbedtls_psa_ecp_load_representation(attributes->type,
465 attributes->bits,
522 const psa_key_attributes_t *attributes,
529 if (!PSA_KEY_TYPE_IS_ECC_KEY_PAIR(attributes->type) ||
535 attributes->type,
536 attributes->bits,