Searched defs:FinishRequest (Results 1 – 2 of 2) sorted by relevance
| /system/authgraph/wire/src/ |
| D | lib.rs | 63 pub struct FinishRequest { struct 67 pub peer_pub_key: Vec<u8>, // PlainPubKey.cddl 68 pub peer_id: Vec<u8>, // Identity.cddl 69 pub peer_signature: Vec<u8>, // SessionIdSignature.cddl 70 pub peer_nonce: Vec<u8>, 71 pub peer_version: i32, 72 pub own_key: Key,
|
| /system/keymint/wire/src/ |
| D | types.rs | 270 pub struct FinishRequest { struct 271 pub op_handle: i64, // Extra for internal use, from `InternalBeginResult`. 272 pub input: Option<Vec<u8>>, 273 pub signature: Option<Vec<u8>>, 274 pub auth_token: Option<HardwareAuthToken>, 275 pub timestamp_token: Option<TimeStampToken>, 276 pub confirmation_token: Option<Vec<u8>>,
|