Searched refs:_pcr (Results 1 – 1 of 1) sorted by relevance
418 #define PCR_ATTR(_alg, _hash, _pcr) \ argument419 static struct tpm_pcr_attr dev_attr_pcr_##_hash##_##_pcr = { \421 .pcr = _pcr, \424 .name = __stringify(_pcr), \435 #define PCR_ATTR_VAL(_alg, _hash, _pcr) \ argument436 &dev_attr_pcr_##_hash##_##_pcr.attr.attr,