Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_sandbox.c69 u32 handle, auth_sz, session_handle; in sandbox_tpm2_check_session() local
132 auth_sz = get_unaligned_be32(*auth); in sandbox_tpm2_check_session()
133 *auth += sizeof(auth_sz); in sandbox_tpm2_check_session()
154 if (auth_sz != (9 + nonce_sz + pw_sz)) { in sandbox_tpm2_check_session()
156 auth_sz, 9 + nonce_sz + pw_sz); in sandbox_tpm2_check_session()