Home
last modified time | relevance | path

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

/hardware/interfaces/security/keymint/support/include/remote_prov/
Dremote_prov_utils.h231 ErrMsgOr<bool> hasNonNormalModeInDiceChain(const std::vector<uint8_t>& csr,
/hardware/interfaces/security/keymint/support/
Dremote_prov_utils.cpp959 ErrMsgOr<bool> hasNonNormalModeInDiceChain(const std::vector<uint8_t>& encodedCsr, in hasNonNormalModeInDiceChain() function
967 auto hasNonNormalModeInDiceChain = diceChain->hasNonNormalMode(); in hasNonNormalModeInDiceChain() local
968 if (!hasNonNormalModeInDiceChain.ok()) { in hasNonNormalModeInDiceChain()
969 return hasNonNormalModeInDiceChain.error().message(); in hasNonNormalModeInDiceChain()
972 return *hasNonNormalModeInDiceChain; in hasNonNormalModeInDiceChain()
Dremote_prov_utils_test.cpp1065 auto hasNonNormalMode = hasNonNormalModeInDiceChain(kCsrWithDebugMode, DEFAULT_INSTANCE_NAME); in TEST()
1070 hasNonNormalModeInDiceChain(kCsrWithUdsCerts, DEFAULT_INSTANCE_NAME); in TEST()
/hardware/interfaces/security/rkp/aidl/vts/functional/
DVtsRemotelyProvisionedComponentTests.cpp191 auto nonNormalMode = hasNonNormalModeInDiceChain(csr, rpcInstanceName); in unlockedBootloaderStatesImpliesNonNormalDiceChain()