Searched refs:GenerateBcc (Results 1 – 2 of 2) sorted by relevance
123 [this]() { std::tie(devicePrivKey_, bcc_) = GenerateBcc(/*testMode=*/false); }); in LazyInitProdBcc()127 PureSoftRemoteProvisioningContext::GenerateBcc(bool testMode) const { in GenerateBcc() function in keymaster::PureSoftRemoteProvisioningContext169 std::tie(devicePrivKey, bcc) = GenerateBcc(/*testMode=*/true); in BuildProtectedDataPayload()
62 std::pair<std::vector<uint8_t>, cppbor::Array> GenerateBcc(bool testMode) const;