Crate tpm2_crypto

Crate tpm2_crypto 

Source
Expand description

TPM 2.0 cryptographic for TPM 2.0 interactions.

Structs§

EccPublicKey
ECC public key parameters.
RsaPublicKey
RSA public key parameters.

Enums§

EccCurve
TPM 2.0 ECC curves.
Error
The top-level error type for cryptographic operations.
Hash
TPM 2.0 hash algorithms.

Constants§

KDF_LABEL_DUPLICATE
KDF_LABEL_INTEGRITY
KDF_LABEL_STORAGE

Traits§

PublicKey
Trait for cryptographic public keys.

Functions§

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