Struct tss_esapi_sys::TPMS_AUTH_RESPONSE
source · [−]#[repr(C)]pub struct TPMS_AUTH_RESPONSE {
pub nonce: TPM2B_NONCE,
pub sessionAttributes: TPMA_SESSION,
pub hmac: TPM2B_AUTH,
}Fields
nonce: TPM2B_NONCEsessionAttributes: TPMA_SESSIONhmac: TPM2B_AUTHTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TPMS_AUTH_RESPONSE
impl Send for TPMS_AUTH_RESPONSE
impl Sync for TPMS_AUTH_RESPONSE
impl Unpin for TPMS_AUTH_RESPONSE
impl UnwindSafe for TPMS_AUTH_RESPONSE
Blanket Implementations
Mutably borrows from an owned value. Read more