Home
last modified time | relevance | path

Searched refs:psa_key_handle_t (Results 1 – 6 of 6) sorted by relevance

/openthread-3.5.0/third_party/mbedtls/repo/include/psa/
Dcrypto_compat.h43 typedef mbedtls_svc_key_id_t psa_key_handle_t; typedef
53 static inline int psa_key_handle_is_null( psa_key_handle_t handle ) in psa_key_handle_is_null()
129 MBEDTLS_PSA_DEPRECATED static inline psa_status_t psa_asymmetric_sign( psa_key_handle_t key, in psa_asymmetric_sign()
140 MBEDTLS_PSA_DEPRECATED static inline psa_status_t psa_asymmetric_verify( psa_key_handle_t key, in psa_asymmetric_verify()
482 psa_key_handle_t *handle );
522 psa_status_t psa_close_key(psa_key_handle_t handle);
/openthread-3.5.0/third_party/mbedtls/repo/library/
Dpsa_crypto_slot_management.c482 psa_status_t psa_open_key( mbedtls_svc_key_id_t key, psa_key_handle_t *handle ) in psa_open_key()
510 psa_status_t psa_close_key( psa_key_handle_t handle ) in psa_close_key()
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_slot_management.function150 psa_key_handle_t handle;
209 psa_key_handle_t handle = PSA_KEY_HANDLE_INIT;
430 psa_key_handle_t handle = mbedtls_svc_key_id_make( 0xdead, 0xdead );
508 psa_key_handle_t target_handle = PSA_KEY_HANDLE_INIT;
736 psa_key_handle_t valid_handle = PSA_KEY_HANDLE_INIT;
737 psa_key_handle_t invalid_handle = PSA_KEY_HANDLE_INIT;
Dtest_suite_psa_crypto_se_driver_hal.function864 psa_key_handle_t handle;
1000 psa_key_handle_t handle;
1088 psa_key_handle_t handle;
1201 psa_key_handle_t handle;
1449 psa_key_handle_t handle;
Dtest_suite_psa_crypto_driver_wrappers.function362 psa_key_handle_t handle = 0;
/openthread-3.5.0/third_party/mbedtls/repo/
DChangeLog482 operations now accept the key identifier. The type psa_key_handle_t is now