Home
last modified time | relevance | path

Searched refs:psa_get_key_attributes (Results 1 – 16 of 16) sorted by relevance

/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_slot_management.function144 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) );
168 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) );
180 TEST_EQUAL( psa_get_key_attributes( key, &attributes ),
186 * Key attributes may have been returned by psa_get_key_attributes()
241 PSA_ASSERT( psa_get_key_attributes( id, &attributes ) );
261 PSA_ASSERT( psa_get_key_attributes( handle, &attributes ) );
396 PSA_ASSERT( psa_get_key_attributes( id, &attributes ) );
531 PSA_ASSERT( psa_get_key_attributes( returned_source_id,
560 PSA_ASSERT( psa_get_key_attributes( returned_target_id,
607 * psa_get_key_attributes() thus reset them as required.
[all …]
A Dtest_suite_psa_crypto_persistent_key.function230 PSA_ASSERT( psa_get_key_attributes( key_id, &attributes ) );
243 * Key attributes may have been returned by psa_get_key_attributes()
288 PSA_ASSERT( psa_get_key_attributes( key_id, &attributes ) );
316 * Key attributes may have been returned by psa_get_key_attributes()
A Dtest_suite_psa_crypto_generate_key.function36 PSA_ASSERT( psa_get_key_attributes( key_id, &attributes ) );
A Dtest_suite_psa_crypto.function221 TEST_EQUAL( psa_get_key_attributes( key, &attributes ),
370 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) );
1048 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) );
1324 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) );
1709 * psa_get_key_attributes() thus reset them as required.
3610 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) );
3705 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) );
3773 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) );
4039 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) );
4140 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) );
[all …]
A Dtest_suite_psa_crypto_se_driver_hal.function522 /* Check that the attributes of a key reported by psa_get_key_attributes()
531 PSA_ASSERT( psa_get_key_attributes( key, &actual_attributes ) );
581 * Actual key attributes may have been returned by psa_get_key_attributes()
673 SMOKE_ASSERT( psa_get_key_attributes( key, &attributes ) );
762 * Key attributes may have been returned by psa_get_key_attributes()
1054 PSA_ASSERT( psa_get_key_attributes( id, &attributes ) );
1065 * Key attributes may have been returned by psa_get_key_attributes()
1340 PSA_ASSERT( psa_get_key_attributes( id, &drv_attributes ) );
1422 * Driver key attributes may have been returned by psa_get_key_attributes()
A Dtest_suite_pk.function188 TEST_ASSERT( PSA_SUCCESS == psa_get_key_attributes( key, &attributes ) );
193 * Key attributes may have been returned by psa_get_key_attributes()
996 PSA_ASSERT( psa_get_key_attributes( key_id, &attributes ) );
1031 * Key attributes may have been returned by psa_get_key_attributes()
A Dtest_suite_psa_crypto_storage_format.function86 PSA_ASSERT( psa_get_key_attributes( key_id, &actual_attributes ) );
A Dtest_suite_psa_crypto_driver_wrappers.function1046 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) );
1115 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) );
1417 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) );
1470 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) );
/mbedtls-development/tests/include/spe/
A Dcrypto_spe.h61 #define psa_get_key_attributes \ macro
62 PSA_FUNCTION_NAME(psa_get_key_attributes)
/mbedtls-development/tests/src/
A Dpsa_exercise_key.c51 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) ); in check_key_attributes_sanity()
198 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) ); in exercise_cipher_key()
517 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) ); in mbedtls_test_psa_key_agreement_with_self()
559 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) ); in mbedtls_test_psa_raw_key_agreement_with_self()
803 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) ); in exercise_export_key()
847 PSA_ASSERT( psa_get_key_attributes( key, &attributes ) ); in exercise_export_public_key()
/mbedtls-development/programs/psa/
A Dkey_ladder_demo.c386 PSA_CHECK( psa_get_key_attributes( wrapping_key, &attributes ) ); in wrap_data()
471 PSA_CHECK( psa_get_key_attributes( wrapping_key, &attributes) ); in unwrap_data()
/mbedtls-development/include/psa/
A Dcrypto.h384 psa_status_t psa_get_key_attributes(mbedtls_svc_key_id_t key,
/mbedtls-development/library/
A Dpkwrite.c273 if( PSA_SUCCESS != psa_get_key_attributes( key_id, &attributes ) ) in mbedtls_pk_write_pubkey_der()
A Dpk.c164 if( PSA_SUCCESS != psa_get_key_attributes( key, &attributes ) ) in mbedtls_pk_setup_opaque()
A Dpk_wrap.c916 if( PSA_SUCCESS != psa_get_key_attributes( *key, &attributes ) ) in pk_opaque_get_bitlen()
A Dpsa_crypto.c1179 psa_status_t psa_get_key_attributes( mbedtls_svc_key_id_t key, in psa_get_key_attributes() function

Completed in 42 milliseconds