Home
last modified time | relevance | path

Searched refs:_pcr (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/char/tpm/
H A Dtpm-sysfs.c436 #define PCR_ATTR(_alg, _hash, _pcr) \ argument
437 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) \ argument
454 &dev_attr_pcr_##_hash##_##_pcr.attr.attr,