| /openbmc/openbmc-tools/openbmctool/ |
| H A D | openbmctool.py | 113 def getsize(host,args,session): argument 161 def NBDSetup(host,args,session): argument 397 def checkFWactivation(host, args, session): argument 466 def logout(host, username, pw, session, jsonFormat): argument 486 def fru(host, args, session): argument 538 def fruPrint(host, args, session): argument 579 def fruList(host, args, session): argument 595 def fruStatus(host, args, session): argument 674 def sensor(host, args, session): argument 756 def sel(host, args, session): argument [all …]
|
| /openbmc/phosphor-ipmi-blobs/ |
| H A D | manager.cpp | 67 uint16_t* session) in open() 121 bool BlobManager::stat(uint16_t session, BlobMeta* meta) in stat() 130 bool BlobManager::commit(uint16_t session, const std::vector<uint8_t>& data) in commit() 139 bool BlobManager::close(uint16_t session) in close() 153 std::vector<uint8_t> BlobManager::read(uint16_t session, uint32_t offset, in read() 177 bool BlobManager::write(uint16_t session, uint32_t offset, in write() 207 bool BlobManager::writeMeta(uint16_t session, uint32_t offset, in writeMeta() 259 GenericBlobInterface* BlobManager::getActionHandler(uint16_t session, in getActionHandler() 272 uint16_t session) in eraseSession()
|
| /openbmc/qemu/crypto/ |
| H A D | tlssession.c | 68 qcrypto_tls_session_free(QCryptoTLSSession *session) in qcrypto_tls_session_free() argument 90 QCryptoTLSSession *session = opaque; in qcrypto_tls_session_push() local 126 QCryptoTLSSession *session = opaque; in qcrypto_tls_session_pull() local 168 QCryptoTLSSession *session; in qcrypto_tls_session_new() local 329 qcrypto_tls_session_check_certificate(QCryptoTLSSession *session, in qcrypto_tls_session_check_certificate() 469 qcrypto_tls_session_check_credentials(QCryptoTLSSession *session, in qcrypto_tls_session_check_credentials() 502 qcrypto_tls_session_set_callbacks(QCryptoTLSSession *session, in qcrypto_tls_session_set_callbacks() 514 qcrypto_tls_session_write(QCryptoTLSSession *session, in qcrypto_tls_session_write() 552 qcrypto_tls_session_read(QCryptoTLSSession *session, in qcrypto_tls_session_read() 594 qcrypto_tls_session_check_pending(QCryptoTLSSession *session) in qcrypto_tls_session_check_pending() [all …]
|
| /openbmc/phosphor-ipmi-blobs/example/ |
| H A D | example.cpp | 50 bool ExampleBlobHandler::open(uint16_t session, uint16_t flags, in open() 68 std::vector<uint8_t> ExampleBlobHandler::read(uint16_t session, uint32_t offset, in read() 94 bool ExampleBlobHandler::write(uint16_t session, uint32_t offset, in write() 127 bool ExampleBlobHandler::commit(uint16_t session, const std::vector<uint8_t>&) in commit() 140 bool ExampleBlobHandler::close(uint16_t session) in close() 152 bool ExampleBlobHandler::stat(uint16_t session, BlobMeta* meta) in stat() 168 bool ExampleBlobHandler::expire(uint16_t session) in expire()
|
| /openbmc/smbios-mdr/src/smbios-ipmi-blobs/ |
| H A D | handler.cpp | 92 bool SmbiosBlobHandler::open(uint16_t session, uint16_t flags, in open() 119 bool SmbiosBlobHandler::write(uint16_t session, uint32_t offset, in write() 163 bool SmbiosBlobHandler::commit(uint16_t session, in commit() 250 bool SmbiosBlobHandler::close(uint16_t session) in close() 261 bool SmbiosBlobHandler::stat(uint16_t session, struct BlobMeta* meta) in stat() 273 bool SmbiosBlobHandler::expire(uint16_t session) in expire()
|
| /openbmc/phosphor-ipmi-flash/bmc/log-handler/ |
| H A D | log_handler.cpp | 134 bool LogBlobHandler::open(uint16_t session, uint16_t flags, in open() 164 std::vector<uint8_t> LogBlobHandler::read(uint16_t session, uint32_t offset, in read() 182 bool LogBlobHandler::close(uint16_t session) in close() 199 bool LogBlobHandler::stat(uint16_t session, blobs::BlobMeta* meta) in stat() 221 bool LogBlobHandler::expire(uint16_t session) in expire()
|
| /openbmc/phosphor-ipmi-flash/bmc/version-handler/ |
| H A D | version_handler.cpp | 95 bool VersionBlobHandler::open(uint16_t session, uint16_t flags, in open() 123 std::vector<uint8_t> VersionBlobHandler::read(uint16_t session, uint32_t offset, in read() 141 bool VersionBlobHandler::close(uint16_t session) in close() 158 bool VersionBlobHandler::stat(uint16_t session, blobs::BlobMeta* meta) in stat() 180 bool VersionBlobHandler::expire(uint16_t session) in expire()
|
| /openbmc/phosphor-net-ipmid/ |
| H A D | message_parsers.cpp | 71 const std::shared_ptr<session::Session>& session) in flatten() 185 auto session = session::Manager::get().getSession(sessionID); in unflatten() local 249 const std::shared_ptr<session::Session>& session) in flatten() 304 const std::shared_ptr<session::Session>& session) in addSequenceNumber() 322 const std::shared_ptr<session::Session>& session) in verifyPacketIntegrity() 376 const std::shared_ptr<session::Session>& session) in addIntegrityData() 400 const std::shared_ptr<session::Session>& session) in decryptPayload() 408 const std::shared_ptr<session::Session>& session) in encryptPayload()
|
| H A D | sessions_manager.cpp | 15 namespace session namespace 82 std::shared_ptr<Session> session = nullptr; in startSession() local 256 auto session = iter->second; in cleanStaleEntries() local
|
| H A D | command_table.cpp | 53 std::shared_ptr<session::Session> session = in executeCommand() local 112 std::shared_ptr<session::Session> session = in executeCommand() local
|
| /openbmc/google-misc/subprojects/metrics-ipmi-blobs/ |
| H A D | handler.cpp | 67 bool MetricBlobHandler::open(uint16_t session, uint16_t flags, in open() 91 std::vector<uint8_t> MetricBlobHandler::read(uint16_t session, uint32_t offset, in read() 124 bool MetricBlobHandler::close(uint16_t session) in close() 136 bool MetricBlobHandler::stat(uint16_t session, BlobMeta* meta) in stat() 146 bool MetricBlobHandler::expire(uint16_t session) in expire()
|
| /openbmc/ipmitool/src/plugins/lanplus/ |
| H A D | lanplus_crypt.c | 72 lanplus_rakp2_hmac_matches(const struct ipmi_session * session, in lanplus_rakp2_hmac_matches() 226 lanplus_rakp4_hmac_matches(const struct ipmi_session * session, in lanplus_rakp4_hmac_matches() 355 const struct ipmi_session * session, in lanplus_generate_rakp3_authcode() 473 lanplus_generate_sik(struct ipmi_session * session, struct ipmi_intf * intf) in lanplus_generate_sik() 603 lanplus_generate_k1(struct ipmi_session * session) in lanplus_generate_k1() 647 lanplus_generate_k2(struct ipmi_session * session) in lanplus_generate_k2() 801 lanplus_has_valid_auth_code(struct ipmi_rs * rs, struct ipmi_session * session) in lanplus_has_valid_auth_code()
|
| /openbmc/phosphor-ipmi-flash/tools/ |
| H A D | handler.cpp | 38 static void closeBlob(uint16_t&& session, ipmiblob::BlobInterface*& blob) in closeBlob() 110 auto session = in retrySendFile() local 133 auto session = in retryVerifyFile() local 167 auto session = in retryReadVersion() local 199 auto session = in cleanArtifacts() local
|
| H A D | helper.cpp | 35 static auto pollStat(std::uint16_t session, ipmiblob::BlobInterface* blob, in pollStat() 91 void pollStatus(std::uint16_t session, ipmiblob::BlobInterface* blob) in pollStatus() 130 uint32_t pollReadReady(std::uint16_t session, ipmiblob::BlobInterface* blob) in pollReadReady()
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | redfish_sessions.hpp | 41 const persistent_data::UserSession& session) in fillSessionObject() 88 auto session = in handleSessionGet() local 109 auto session = in handleSessionDelete() local 153 nlohmann::json::object_t session; in getSessionCollectionMembers() local 200 std::shared_ptr<persistent_data::UserSession>& session) in processAfterSessionCreation() 278 std::shared_ptr<persistent_data::UserSession> session = in handleSessionCollectionPost() local
|
| /openbmc/openbmc-tools/check_journal/ |
| H A D | check_journal | 18 def login(session): argument 31 def get_golden(session): argument
|
| /openbmc/phosphor-ipmi-flash/bmc/firmware-handler/ |
| H A D | firmware_handler.cpp | 199 bool FirmwareBlobHandler::stat(uint16_t session, blobs::BlobMeta* meta) in stat() 286 bool FirmwareBlobHandler::open(uint16_t session, uint16_t flags, in open() 504 bool FirmwareBlobHandler::write(uint16_t session, uint32_t offset, in write() 558 bool FirmwareBlobHandler::writeMeta(uint16_t session, uint32_t, in writeMeta() 590 bool FirmwareBlobHandler::commit(uint16_t session, const std::vector<uint8_t>&) in commit() 642 bool FirmwareBlobHandler::close(uint16_t session) in close()
|
| /openbmc/phosphor-net-ipmid/command/ |
| H A D | rakp34.cpp | 19 auto session = session::Manager::get().getSession(bmcSessionID); in applyIntegrityAlgo() local 46 auto session = session::Manager::get().getSession(bmcSessionID); in applyCryptAlgo() local 92 std::shared_ptr<session::Session> session; in RAKP34() local
|
| /openbmc/u-boot/test/dm/ |
| H A D | tee.c | 14 static int open_session(struct udevice *dev, u32 *session) in open_session() 32 static int invoke_func(struct udevice *dev, u32 session) in invoke_func() 62 u32 session = 0; in test_tee() local
|
| /openbmc/docs/ |
| H A D | REDFISH-cheatsheet.md | 21 ### Method 1 35 ### Method 2
|
| /openbmc/bmcweb/include/ |
| H A D | sessions.hpp | 282 auto session = std::make_shared<UserSession>(UserSession{ in generateUserSession() local 335 void removeSession(const std::shared_ptr<UserSession>& session) in removeSession() 346 for (auto& session : authTokens) in getAllUniqueIds() local 359 for (auto& session : authTokens) in getUniqueIdsBySessionType() local 373 for (auto& session : authTokens) in getSessions() local 392 std::string_view username, const std::shared_ptr<UserSession>& session) in removeSessionsByUsernameExceptSession()
|
| H A D | authentication.hpp | 82 for (auto& session : in performBasicAuth() local 202 Response& res, const std::shared_ptr<persistent_data::UserSession>& session) in performTLSAuth() 260 [[maybe_unused]] const std::shared_ptr<persistent_data::UserSession>& in authenticate()
|
| H A D | cookies.hpp | 14 const persistent_data::UserSession& session) in setSessionCookies()
|
| /openbmc/bmcweb/features/webui_login/ |
| H A D | login_routes.hpp | 183 auto session = in handleLogin() local 205 const auto& session = req.session; in handleLogout() local
|
| /openbmc/webui-vue/src/store/modules/Authentication/ |
| H A D | AuthenticanStore.js | 32 authSuccess(state, { session, token }) { field in AuthenticationStore.mutations.AnonymousClassdd0a6d100101 73 session: headers['location'], property in AnonymousClassdd0a6d100601
|