Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 5 of 5) sorted by relevance

/tests/psa-client-server/psasim/include/
A Dclient.h35 #define PSA_HANDLE_IS_VALID(handle) ((psa_handle_t) (handle) > 0) argument
36 #define PSA_HANDLE_TO_ERROR(handle) ((psa_status_t) (handle)) argument
A Dservice.h53 psa_handle_t handle; /* A reference generated by the SPM to the member
/tests/psa-client-server/psasim/src/
A Dpsa_sim_serialise.c61 psasim_client_handle_t handle; member
75 psasim_client_handle_t handle = next_hash_operation_handle++; in allocate_hash_operation_slot() local
93 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() local
133 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() local
173 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() local
213 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 …]
A Dpsa_ff_client.c57 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()
A Dpsa_sim_crypto_client.c27 static psa_handle_t handle = -1; variable

Completed in 28 milliseconds