Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/
H A Dtpm.c770 const void *response_auth, const void *auth) in verify_response_auth() argument
798 memcpy(auth_session->nonce_even, response_auth, DIGEST_LENGTH); in verify_response_auth()
799 auth_continue = ((uint8_t *)response_auth)[auth_continue_offset]; in verify_response_auth()
802 response_auth, in verify_response_auth()
814 if (memcmp(computed_auth, response_auth + auth_auth_offset, in verify_response_auth()