testhmac1         280 security/keys/trusted.c 	unsigned char testhmac1[SHA1_DIGEST_SIZE];
testhmac1         339 security/keys/trusted.c 	ret = TSS_rawhmac(testhmac1, key1, keylen1, SHA1_DIGEST_SIZE,
testhmac1         344 security/keys/trusted.c 	if (memcmp(testhmac1, authdata1, SHA1_DIGEST_SIZE)) {