Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto_compat.h41 static inline int psa_key_handle_is_null(psa_key_handle_t handle) in psa_key_handle_is_null() function
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_slot_management.function256 TEST_ASSERT(!psa_key_handle_is_null(handle));
431 TEST_ASSERT(psa_key_handle_is_null(handle));
736 TEST_ASSERT(!psa_key_handle_is_null(valid_handle));
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_slot_management.c579 if (psa_key_handle_is_null(handle)) { in psa_close_key()