Home
last modified time | relevance | path

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

/trusty/user/app/keymint/
Dipc_manager.rs31 TrustyPerformSecureOpReq, TrustyPerformSecureOpRsp,
453 req_msg: TrustyPerformSecureOpReq, in handle_message() argument
456 TrustyPerformSecureOpReq::GetAuthTokenKey(_) => { in handle_message()
466 TrustyPerformSecureOpReq::GetDeviceInfo(_) => { in handle_message()
471 TrustyPerformSecureOpReq::SetAttestationIds(req) => { in handle_message()
520 if matches!(&req_msg, TrustyPerformSecureOpReq::SetAttestationIds(_)) in on_message()