Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/char/tpm/
Dtpm-sysfs.c418 #define PCR_ATTR(_alg, _hash, _pcr) \ argument
419 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) \ argument
436 &dev_attr_pcr_##_hash##_##_pcr.attr.attr,