Lines Matching refs:credential
5713 This command enables the association of a credential with an object in a way that ensures that the …
5785 the credential
5932 // credential
5945 // credential data
5959 // Decrypt input credential data via asymmetric decryption. A
6030 TPM2B_ID_OBJECT containing an activation credential.
6033 otherwise, the credential cannot be properly sealed.
6077 containing the credential key
6082 credential
6084 the credential information
6090 Name of the object to which the credential applies
6122 the credential
6152 credential is larger than the digest size of Name algorithm of handle
6239 // The credential information may not be larger than the digest size used for
6241 if(in->credential.t.size > CryptGetHashDigestSize(object->publicArea.nameAlg))
6250 // Prepare output credential data from secret
6251 SecretToCredential(&in->credential, &in->objectName, (TPM2B_SEED *) &data,