Crate tpm2_crypto

Crate tpm2_crypto 

Source
Expand description

TPM 2.0 cryptographic for TPM 2.0 interactions.

Structs§

TpmEccExternalKey
ECC public key parameters.
TpmPublicTemplate
A template describing a TPM public area.
TpmRsaExternalKey
RSA public key parameters.

Enums§

TpmCryptoError
The top-level error type for cryptographic operations.
TpmEllipticCurve
TPM 2.0 ECC curves.
TpmHash
TPM 2.0 hash algorithms.
TpmPublicTemplateType
The specific kind of public key or object.

Constants§

KDF_LABEL_DUPLICATE
KDF_LABEL_INTEGRITY
KDF_LABEL_STORAGE

Traits§

TpmExternalKey
Trait for cryptographic public keys.

Functions§

tpm_make_name
Calculates the cryptographics name of a transient or persistent TPM object.