testhmac          190 security/keys/trusted.c 	unsigned char testhmac[SHA1_DIGEST_SIZE];
testhmac          245 security/keys/trusted.c 	ret = TSS_rawhmac(testhmac, key, keylen, SHA1_DIGEST_SIZE, paramdigest,
testhmac          251 security/keys/trusted.c 	if (memcmp(testhmac, authdata, SHA1_DIGEST_SIZE))