Searched refs:blobAuth (Results 1 – 1 of 1) sorted by relevance
1039 TPM2B_AUTH blobAuth; variable1109 blobAuth.size = sizeof( passwordPCRTestPassword ); in CreateDataBlob()1110 memcpy( &blobAuth.buffer, passwordPCRTestPassword, sizeof( passwordPCRTestPassword ) ); in CreateDataBlob()1111 CopySizedByteBuffer((TPM2B *)&inSensitive.sensitive.userAuth, (TPM2B *)&blobAuth); in CreateDataBlob()