Home
last modified time | relevance | path

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

/trusty/user/app/keymaster/
Dtrusty_remote_provisioning_context.h55 const std::vector<uint8_t>& challenge,
Dopenssl_keymaster_enforcement.cpp216 response.token.challenge = request.challenge; in VerifyAuthorization()
221 toBlob(response.token.challenge), in VerifyAuthorization()
Dtrusty_remote_provisioning_context.cpp212 const std::vector<uint8_t>& challenge, in BuildCsr() argument
223 .add(challenge) in BuildCsr()
/trusty/user/app/keymint/
Dkeys.rs291 result.extend_from_slice(&token.challenge.to_ne_bytes()[..]); in timestamp_token_mac_input()