Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtpm.h330 TPM2_CC_ATTR_RHANDLE = 28, enumerator
/linux/drivers/char/tpm/
H A Dtpm2-space.c400 if (!((attrs >> TPM2_CC_ATTR_RHANDLE) & 1)) in tpm2_map_response_header()
H A Dtpm2-sessions.c786 handles = (attrs >> TPM2_CC_ATTR_RHANDLE) & 1; in tpm_buf_check_hmac_response()