Searched refs:p_handle (Results 1 – 6 of 6) sorted by relevance
30 uint32_t *p_handle = NULL; in tfm_crypto_hash_interface() local66 p_handle = out_vec[0].base; in tfm_crypto_hash_interface()67 *p_handle = iov->op_handle; in tfm_crypto_hash_interface()84 p_handle = out_vec[0].base; in tfm_crypto_hash_interface()85 *p_handle = iov->op_handle; in tfm_crypto_hash_interface()152 p_handle = out_vec[0].base; in tfm_crypto_hash_interface()153 *p_handle = *((uint32_t *)in_vec[1].base); in tfm_crypto_hash_interface()157 p_handle, in tfm_crypto_hash_interface()164 (void)tfm_crypto_operation_release(p_handle); in tfm_crypto_hash_interface()176 (void)tfm_crypto_operation_release(p_handle); in tfm_crypto_hash_interface()
36 uint32_t *p_handle = NULL; in tfm_crypto_key_derivation_interface() local53 p_handle = out_vec[0].base; in tfm_crypto_key_derivation_interface()54 *p_handle = iov->op_handle; in tfm_crypto_key_derivation_interface()134 p_handle = out_vec[0].base; in tfm_crypto_key_derivation_interface()135 *p_handle = iov->op_handle; in tfm_crypto_key_derivation_interface()169 (void)tfm_crypto_operation_release(p_handle); in tfm_crypto_key_derivation_interface()
34 uint32_t *p_handle = NULL; in tfm_crypto_mac_interface() local73 p_handle = out_vec[0].base; in tfm_crypto_mac_interface()74 *p_handle = iov->op_handle; in tfm_crypto_mac_interface()91 p_handle = out_vec[0].base; in tfm_crypto_mac_interface()92 *p_handle = iov->op_handle; in tfm_crypto_mac_interface()173 (void)tfm_crypto_operation_release(p_handle); in tfm_crypto_mac_interface()
34 uint32_t *p_handle = NULL; in tfm_crypto_cipher_interface() local77 p_handle = out_vec[0].base; in tfm_crypto_cipher_interface()78 *p_handle = iov->op_handle; in tfm_crypto_cipher_interface()94 p_handle = out_vec[0].base; in tfm_crypto_cipher_interface()95 *p_handle = iov->op_handle; in tfm_crypto_cipher_interface()191 (void)tfm_crypto_operation_release(p_handle); in tfm_crypto_cipher_interface()
37 uint32_t *p_handle = NULL; in tfm_crypto_aead_interface() local96 p_handle = out_vec[0].base; in tfm_crypto_aead_interface()97 *p_handle = iov->op_handle; in tfm_crypto_aead_interface()115 p_handle = out_vec[0].base; in tfm_crypto_aead_interface()116 *p_handle = iov->op_handle; in tfm_crypto_aead_interface()247 (void)tfm_crypto_operation_release(p_handle); in tfm_crypto_aead_interface()
141 struct connection_t *p_handle; in spm_allocate_connection() local144 p_handle = (struct connection_t *)tfm_pool_alloc(connection_pool); in spm_allocate_connection()145 if (!p_handle) { in spm_allocate_connection()149 spm_memset(p_handle, 0, sizeof(*p_handle)); in spm_allocate_connection()151 p_handle->status = TFM_HANDLE_STATUS_IDLE; in spm_allocate_connection()153 return p_handle; in spm_allocate_connection()