summaryrefslogtreecommitdiff
path: root/src/ipa/vimc
AgeCommit message (Expand)Author
2020-04-14 ass="hl kwc">std::unique_ptr<IPAProxy> createIPA(PipelineHandler *pipe, uint32_t maxVersion, uint32_t minVersion); private: static IPAManager *self_; void parseDir(const char *libDir, unsigned int maxDepth, std::vector<std::string> &files); unsigned int addDir(const char *libDir, unsigned int maxDepth = 0); bool isSignatureValid(IPAModule *ipa) const; std::vector<IPAModule *> modules_; #if HAVE_IPA_PUBKEY static const uint8_t publicKeyData_[]; static const PubKey pubKey_; #endif }; } /* namespace libcamera */ #endif /* __LIBCAMERA_INTERNAL_IPA_MANAGER_H__ */