Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/amd/
H A Dasu_sharedmem.h43 struct asu_resp_buf { struct
55 struct asu_resp_buf resp; argument
H A Dasu_client.h20 TEE_Result (*cbhandler)(void *cbrefptr, struct asu_resp_buf *resp);
/optee_os/core/drivers/crypto/asu_driver/
H A Dasu_hash.c244 static TEE_Result asu_hash_cb(void *cbrefptr, struct asu_resp_buf *resp_buf) in asu_hash_cb()