pub type TPMS_SIGNATURE_RSAPSS = TPMS_SIGNATURE_RSA;
Aliased Type§
struct TPMS_SIGNATURE_RSAPSS {
pub hash: u16,
pub sig: TPM2B_PUBLIC_KEY_RSA,
}
Fields§
§hash: u16
§sig: TPM2B_PUBLIC_KEY_RSA
pub type TPMS_SIGNATURE_RSAPSS = TPMS_SIGNATURE_RSA;
struct TPMS_SIGNATURE_RSAPSS {
pub hash: u16,
pub sig: TPM2B_PUBLIC_KEY_RSA,
}
hash: u16
§sig: TPM2B_PUBLIC_KEY_RSA