Searched refs:psa_get_key_slot_number (Results 1 – 7 of 7) sorted by relevance
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_attributes.function | 98 TEST_EQUAL( psa_get_key_slot_number( &attributes, &slot_number ), 103 PSA_ASSERT( psa_get_key_slot_number( &attributes, &slot_number ) ); 108 PSA_ASSERT( psa_get_key_slot_number( &attributes, &slot_number ) ); 113 TEST_EQUAL( psa_get_key_slot_number( &attributes, &slot_number ), 118 TEST_EQUAL( psa_get_key_slot_number( &attributes, &slot_number ), 123 PSA_ASSERT( psa_get_key_slot_number( &attributes, &slot_number ) ); 126 TEST_EQUAL( psa_get_key_slot_number( &attributes, &slot_number ),
|
D | test_suite_psa_crypto_se_driver_hal.function | 557 psa_status_t status = psa_get_key_slot_number( &actual_attributes, 569 status = psa_get_key_slot_number( reference_attributes,
|
D | test_suite_psa_crypto.function | 251 TEST_EQUAL( psa_get_key_slot_number( \
|
/openthread-3.4.0/third_party/mbedtls/repo/include/psa/ |
D | crypto_extra.h | 114 psa_status_t psa_get_key_slot_number(
|
/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | psa_crypto_se.c | 212 if( psa_get_key_slot_number( attributes, slot_number ) == PSA_SUCCESS ) in psa_find_se_slot_for_key()
|
D | psa_crypto.c | 1319 psa_status_t psa_get_key_slot_number( in psa_get_key_slot_number() function
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/src/ |
D | psa_exercise_key.c | 76 psa_status_t status = psa_get_key_slot_number( &attributes, &slot_number ); in check_key_attributes_sanity()
|