Home
last modified time | relevance | path

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

/system/core/trusty/confirmationui/
DREADME10 ## Secure input (NotSoSecureInput)
13 The input method (NotSoSecureInput) runs a cryptographic protocols that is
19 for generating nonces. The current implementation (NotSoSecureInput.cpp#generateNonce)
DNotSoSecureInput.cpp91 class NotSoSecureInput : public SecureInput { class
93 NotSoSecureInput(HsBeginCb hsBeginCb, HsFinalizeCb hsFinalizeCb, DeliverEventCb deliverEventCb, in NotSoSecureInput() function in NotSoSecureInput
203 return std::make_shared<NotSoSecureInput>(hsBeginCb, hsFinalizeCb, deliverEventCb, in createSecureInput()
DAndroid.bp92 "NotSoSecureInput.cpp",