Searched refs:bcc_ (Results 1 – 2 of 2) sorted by relevance
123 [this]() { std::tie(devicePrivKey_, bcc_) = GenerateBcc(/*testMode=*/false); }); in LazyInitProdBcc()173 auto clone = bcc_.clone(); in BuildProtectedDataPayload()224 .add(std::move(*bcc_.clone()->asArray()) /* DiceCertChain */) in BuildCsr()
78 mutable cppbor::Array bcc_; variable