Searched defs:handle (Results 1 – 5 of 5) sorted by relevance
35 #define PSA_HANDLE_IS_VALID(handle) ((psa_handle_t) (handle) > 0) argument36 #define PSA_HANDLE_TO_ERROR(handle) ((psa_status_t) (handle)) argument
53 psa_handle_t handle; /* A reference generated by the SPM to the member
61 psasim_client_handle_t handle; member75 psasim_client_handle_t handle = next_hash_operation_handle++; in allocate_hash_operation_slot() local93 static ssize_t find_hash_slot_by_handle(psasim_client_handle_t handle) in find_hash_slot_by_handle()115 psasim_client_handle_t handle = next_aead_operation_handle++; in allocate_aead_operation_slot() local133 static ssize_t find_aead_slot_by_handle(psasim_client_handle_t handle) in find_aead_slot_by_handle()155 psasim_client_handle_t handle = next_mac_operation_handle++; in allocate_mac_operation_slot() local173 static ssize_t find_mac_slot_by_handle(psasim_client_handle_t handle) in find_mac_slot_by_handle()195 psasim_client_handle_t handle = next_cipher_operation_handle++; in allocate_cipher_operation_slot() local213 static ssize_t find_cipher_slot_by_handle(psasim_client_handle_t handle) in find_cipher_slot_by_handle()235 psasim_client_handle_t handle = next_key_derivation_operation_handle++; in allocate_key_derivation_operation_slot() local[all …]
57 static int handle_is_valid(psa_handle_t handle) in handle_is_valid()345 psa_status_t psa_call(psa_handle_t handle, in psa_call()372 void psa_close(psa_handle_t handle) in psa_close()
27 static psa_handle_t handle = -1; variable
Completed in 28 milliseconds