Searched refs:alloc_buf_ptr (Results 1 – 1 of 1) sorted by relevance
161 void *alloc_buf_ptr = NULL; in tfm_crypto_init_iovecs() local167 status = tfm_crypto_alloc_scratch(msg->in_size[i], &alloc_buf_ptr); in tfm_crypto_init_iovecs()174 psa_read(msg->handle, i, alloc_buf_ptr, msg->in_size[i]); in tfm_crypto_init_iovecs()176 in_vec[i].base = alloc_buf_ptr; in tfm_crypto_init_iovecs()181 status = tfm_crypto_alloc_scratch(msg->out_size[i], &alloc_buf_ptr); in tfm_crypto_init_iovecs()187 out_vec[i].base = alloc_buf_ptr; in tfm_crypto_init_iovecs()
Completed in 10 milliseconds