Home
last modified time | relevance | path

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

/hardware/interfaces/security/keymint/support/
Dremote_prov_utils.cpp959 auto challengeBstr = cppbor::Bstr(challenge); in parseAndValidateAuthenticatedRequestSignedPayload() local
960 if (*signedChallenge != challengeBstr) { in parseAndValidateAuthenticatedRequestSignedPayload()
964 "\nExpected: " + cppbor::prettyPrint(&challengeBstr, 64 /* maxBStrSize */); in parseAndValidateAuthenticatedRequestSignedPayload()