Lines Matching refs:credential
5715 This command enables the association of a credential with an object in a way that ensures that the …
5787 the credential
5934 // credential
5947 // credential data
5961 // Decrypt input credential data via asymmetric decryption. A
6032 TPM2B_ID_OBJECT containing an activation credential.
6035 otherwise, the credential cannot be properly sealed.
6079 containing the credential key
6084 credential
6086 the credential information
6092 Name of the object to which the credential applies
6126 the credential
6156 credential is larger than the digest size of Name algorithm of handle
6243 // The credential information may not be larger than the digest size used for
6245 if(in->credential.t.size > CryptGetHashDigestSize(object->publicArea.nameAlg))
6254 // Prepare output credential data from secret
6255 SecretToCredential(&in->credential, &in->objectName, (TPM2B_SEED *) &data,