Expand description
This file contains cryptographic algorithms shared by tpm2sh and MockTPM.
Enums§
Constants§
Functions§
- crypto_
digest - Computes a cryptographic digest over a series of data chunks.
- crypto_
ecdh_ p256 - crypto_
ecdh_ p384 - crypto_
ecdh_ p521 - crypto_
hmac - Computes an HMAC digest over a series of data chunks.
- crypto_
hmac_ verify - Verifies an HMAC signature over a series of data chunks.
- crypto_
kdfa - Implements the
KDFakey derivation function from the TPM specification. - crypto_
kdfe - Implements the
KDFekey derivation function from SP 800-56A for ECDH. - crypto_
make_ name - Calculates the TPM name of a public object.
- derive_
seed_ with_ ecc - Derives a
seedand an ephemeral public key using ECDH with the parent’s ECC public key. - protect_
seed_ with_ rsa - Encrypts a seed using the parent’s RSA public key for duplication.