Searched refs:_pcr (Results 1 – 1 of 1) sorted by relevance
436 #define PCR_ATTR(_alg, _hash, _pcr) \ argument437 static struct tpm_pcr_attr dev_attr_pcr_##_hash##_##_pcr = { \439 .pcr = _pcr, \442 .name = __stringify(_pcr), \453 #define PCR_ATTR_VAL(_alg, _hash, _pcr) \ argument454 &dev_attr_pcr_##_hash##_##_pcr.attr.attr,