Searched refs:parseAndValidateDeviceInfo (Results 1 – 1 of 1) sorted by relevance
459 ErrMsgOr<std::unique_ptr<cppbor::Map>> parseAndValidateDeviceInfo( in parseAndValidateDeviceInfo() function615 return parseAndValidateDeviceInfo(deviceInfoBytes, provisionable, /*isFactory=*/true); in parseAndValidateFactoryDeviceInfo()620 return parseAndValidateDeviceInfo(deviceInfoBytes, provisionable, /*isFactory=*/false); in parseAndValidateProductionDeviceInfo()702 parseAndValidateDeviceInfo(deviceInfo.deviceInfo, provisionable, isFactory); in verifyProtectedData()919 auto result = parseAndValidateDeviceInfo(signedDeviceInfo->encode(), provisionable, isFactory); in parseAndValidateCsrPayload()