Home
last modified time | relevance | path

Searched refs:actual_attributes (Results 1 – 3 of 3) sorted by relevance

/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_storage_format.function75 psa_key_attributes_t actual_attributes = PSA_KEY_ATTRIBUTES_INIT;
86 PSA_ASSERT( psa_get_key_attributes( key_id, &actual_attributes ) );
88 psa_get_key_id( &actual_attributes ) ) );
90 psa_get_key_lifetime( &actual_attributes ) );
92 psa_get_key_type( &actual_attributes ) );
94 psa_get_key_bits( &actual_attributes ) );
96 psa_get_key_usage_flags( &actual_attributes ) );
98 psa_get_key_algorithm( &actual_attributes ) );
100 psa_get_key_enrollment_algorithm( &actual_attributes ) );
137 psa_reset_key_attributes( &actual_attributes );
Dtest_suite_psa_crypto_se_driver_hal.function529 psa_key_attributes_t actual_attributes = PSA_KEY_ATTRIBUTES_INIT;
531 PSA_ASSERT( psa_get_key_attributes( key, &actual_attributes ) );
534 psa_get_key_id( &actual_attributes ),
536 TEST_EQUAL( psa_get_key_lifetime( &actual_attributes ),
538 TEST_EQUAL( psa_get_key_type( &actual_attributes ),
540 TEST_EQUAL( psa_get_key_usage_flags( &actual_attributes ),
542 TEST_EQUAL( psa_get_key_algorithm( &actual_attributes ),
544 TEST_EQUAL( psa_get_key_enrollment_algorithm( &actual_attributes ),
548 TEST_EQUAL( psa_get_key_bits( &actual_attributes ),
556 psa_get_key_lifetime( &actual_attributes );
[all …]
/openthread-3.4.0/third_party/mbedtls/repo/library/
Dpsa_crypto.c2078 psa_key_attributes_t actual_attributes = *specified_attributes; in psa_copy_key() local
2094 &actual_attributes.core.policy, in psa_copy_key()
2099 status = psa_start_key_creation( PSA_KEY_CREATION_COPY, &actual_attributes, in psa_copy_key()
2113 if( psa_key_lifetime_is_external( actual_attributes.core.lifetime ) ) in psa_copy_key()