Home
last modified time | relevance | path

Searched defs:extend_pcr (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/virtio/
H A Dvirtio-nsm.h45 bool (*extend_pcr)(VirtIONSM *vnsm, int ind, uint8_t *data, uint16_t len); member
/openbmc/linux/tools/testing/selftests/tpm2/
H A Dtpm2.py438 def extend_pcr(self, i, dig, bank_alg = TPM2_ALG_SHA1): member in Client
/openbmc/qemu/hw/virtio/
H A Dvirtio-nsm.c1613 static bool extend_pcr(VirtIONSM *vnsm, int ind, uint8_t *data, uint16_t len) in extend_pcr() function