Home
last modified time | relevance | path

Searched defs:getCertificates (Results 1 – 2 of 2) sorted by relevance

/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DCertificatesStore.js62 async getCertificates({ dispatch, getters, commit }) { method in CertificatesStore.actions
/openbmc/phosphor-certificate-manager/
H A Dcerts_manager.cpp531 std::vector<std::unique_ptr<Certificate>>& Manager::getCertificates() in getCertificates() function in phosphor::certs::Manager