Home
last modified time | relevance | path

Searched refs:hwaes_iov (Results 1 – 3 of 3) sorted by relevance

/trusty/user/base/lib/hwaes/
Dhwaes.c42 struct hwaes_iov { struct
172 struct hwaes_iov* iov_wrapper_ptr) { in hwaes_set_iov_helper()
200 struct hwaes_iov* iov_wrapper_ptr) { in hwaes_pad_iov_helper()
219 struct hwaes_iov* iov_wrapper_ptr) { in hwaes_set_iov_arg_helper()
234 struct hwaes_iov* iov_wrapper_ptr) { in hwaes_set_iov_arg_in()
250 struct hwaes_iov* iov_wrapper_ptr) { in hwaes_set_iov_arg_out()
266 struct hwaes_iov* req_iov_ptr, in hwaes_send_req()
297 struct hwaes_iov* resp_iov_ptr, in hwaes_recv_resp()
377 struct hwaes_iov req_iov = {0}; in hwaes_crypt()
378 struct hwaes_iov resp_iov = {0}; in hwaes_crypt()
/trusty/user/base/app/hwaes-benchmark/
Dhwaes-bench.c61 struct hwaes_iov { struct
95 struct hwaes_iov req_iov;
337 _state->req_iov = (struct hwaes_iov){ in BENCH_SETUP()
/trusty/user/base/app/hwaes-unittest/
Dhwaes-test.c54 struct hwaes_iov { struct
296 struct hwaes_iov req_iov;
301 struct hwaes_iov* req_iov, in make_bad_request()
460 _state->req_iov = (struct hwaes_iov){ in TEST_F_SETUP()