Searched refs:psa_open_key (Results 1 – 7 of 7) sorted by relevance
/openthread-3.4.0/third_party/mbedtls/repo/tests/include/spe/ |
D | crypto_spe.h | 53 #define psa_open_key \ macro 54 PSA_FUNCTION_NAME(psa_open_key)
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_slot_management.function | 158 TEST_EQUAL( psa_open_key( key_with_invalid_owner, &handle ), 237 TEST_EQUAL( psa_open_key( wrong_owner_id, &invalid_svc_key_id ), 255 TEST_EQUAL( psa_open_key( wrong_owner_id, &invalid_svc_key_id ), 259 PSA_ASSERT( psa_open_key( id, &handle ) ); 291 PSA_ASSERT( psa_open_key( id, &handle ) ); 434 TEST_EQUAL( psa_open_key( id, &handle ), expected_status ); 555 PSA_ASSERT( psa_open_key( target_id, &target_handle ) );
|
D | test_suite_psa_crypto_se_driver_hal.function | 923 TEST_ASSERT( psa_open_key( returned_id, &handle ) == 973 TEST_EQUAL( psa_open_key( returned_id, &handle ), 1061 TEST_EQUAL( psa_open_key( id, &handle ), PSA_ERROR_DOES_NOT_EXIST ); 1140 TEST_EQUAL( psa_open_key( id, &handle ), PSA_ERROR_DOES_NOT_EXIST ); 1252 TEST_EQUAL( psa_open_key( id, &handle ), PSA_ERROR_DOES_NOT_EXIST ); 1494 TEST_EQUAL( psa_open_key( invalid_id, &handle ), PSA_ERROR_DOES_NOT_EXIST ); 1508 TEST_EQUAL( psa_open_key( id, &handle ), PSA_ERROR_DOES_NOT_EXIST );
|
/openthread-3.4.0/third_party/mbedtls/repo/include/psa/ |
D | crypto_compat.h | 481 psa_status_t psa_open_key( mbedtls_svc_key_id_t key,
|
/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | psa_crypto_slot_management.c | 482 psa_status_t psa_open_key( mbedtls_svc_key_id_t key, psa_key_handle_t *handle ) in psa_open_key() function
|
/openthread-3.4.0/third_party/mbedtls/repo/docs/architecture/testing/ |
D | driver-interface-test-strategy.md | 76 * Test that keys in a secure element survive `psa_close_key(); psa_open_key()`. 90 … any unexpected content (for keys, this can be done by checking that `psa_open_key` fails with `PS…
|
/openthread-3.4.0/third_party/mbedtls/repo/ |
D | ChangeLog | 195 * PSA functions other than psa_open_key now return PSA_ERROR_INVALID_HANDLE
|