Searched refs:hasNonNormalModeInDiceChain (Results 1 – 4 of 4) sorted by relevance
231 ErrMsgOr<bool> hasNonNormalModeInDiceChain(const std::vector<uint8_t>& csr,
959 ErrMsgOr<bool> hasNonNormalModeInDiceChain(const std::vector<uint8_t>& encodedCsr, in hasNonNormalModeInDiceChain() function967 auto hasNonNormalModeInDiceChain = diceChain->hasNonNormalMode(); in hasNonNormalModeInDiceChain() local968 if (!hasNonNormalModeInDiceChain.ok()) { in hasNonNormalModeInDiceChain()969 return hasNonNormalModeInDiceChain.error().message(); in hasNonNormalModeInDiceChain()972 return *hasNonNormalModeInDiceChain; in hasNonNormalModeInDiceChain()
1065 auto hasNonNormalMode = hasNonNormalModeInDiceChain(kCsrWithDebugMode, DEFAULT_INSTANCE_NAME); in TEST()1070 hasNonNormalModeInDiceChain(kCsrWithUdsCerts, DEFAULT_INSTANCE_NAME); in TEST()
191 auto nonNormalMode = hasNonNormalModeInDiceChain(csr, rpcInstanceName); in unlockedBootloaderStatesImpliesNonNormalDiceChain()