/openbmc/phosphor-host-ipmid/test/message/ |
H A D | unpack.cpp | 23 ipmi::SecureBuffer i = {0x04}; in TEST() 51 ipmi::SecureBuffer i = {}; in TEST() 92 ipmi::SecureBuffer i = {0x04}; in TEST() 231 ipmi::SecureBuffer i = {0xc9}; in TEST() 249 ipmi::SecureBuffer i = {0xc9}; in TEST() 267 ipmi::SecureBuffer i = {0xc9}; in TEST() 286 ipmi::SecureBuffer i = {0xc9}; in TEST() 312 ipmi::SecureBuffer i = {0xc9}; in TEST() 336 ipmi::SecureBuffer i = {0xc9}; in TEST() 362 ipmi::SecureBuffer i = {0xc9}; in TEST() [all …]
|
H A D | payload.cpp | 29 ipmi::SecureBuffer i = {0xbf, 0x04, 0x86, 0x00, 0x02}; in TEST() 39 ipmi::SecureBuffer i = {0xbf, 0x04, 0x86, 0x00, 0x02}; in TEST() 49 ipmi::SecureBuffer i = {0xbf, 0x04, 0x86, 0x00, 0x02}; in TEST() 58 ipmi::SecureBuffer i = {0xbf, 0x04, 0x86, 0x00, 0x02}; in TEST() 96 ipmi::SecureBuffer k1 = {0b11100101}; in TEST() 104 ipmi::SecureBuffer k2 = {0b11100101, 0b01110111}; in TEST() 117 ipmi::SecureBuffer k1 = {0b11001111, 0b10110100}; in TEST() 130 ipmi::SecureBuffer k1 = {0b1100111, 0b1011010}; in TEST() 144 ipmi::SecureBuffer k1 = {0b1100111}; in TEST() 190 ipmi::SecureBuffer i = {1, 2, 3, 4}; in TEST() [all …]
|
H A D | pack.cpp | 31 ipmi::SecureBuffer k = {0x04}; in TEST() 43 ipmi::SecureBuffer k = {0x04, 0x86}; in TEST() 79 ipmi::SecureBuffer k = {0x58, 0x23, 0x11}; in TEST() 96 ipmi::SecureBuffer k = {0xc9}; in TEST() 111 ipmi::SecureBuffer k = {0xc9}; in TEST() 125 ipmi::SecureBuffer k = {0xc9}; in TEST() 140 ipmi::SecureBuffer k = {0xc9}; in TEST() 268 ipmi::SecureBuffer k = {}; in TEST() 389 ipmi::SecureBuffer k = {2, 4}; in TEST() 413 ipmi::SecureBuffer k = {0x9e, 0xdb}; in TEST() [all …]
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | types.hpp | 309 class SecureBuffer : public SecureBufferBase class 313 SecureBuffer(const SecureBufferBase& other) : SecureBufferBase(other) {}; in SecureBuffer() function in ipmi::SecureBuffer 314 SecureBuffer(SecureBuffer&) = default; 315 SecureBuffer(const SecureBuffer&) = default; 316 SecureBuffer(SecureBuffer&&) = default; 317 SecureBuffer& operator=(SecureBuffer&&) = default; 318 SecureBuffer& operator=(const SecureBuffer&) = default; 320 ~SecureBuffer() in ~SecureBuffer()
|
H A D | message.hpp | 118 explicit Payload(SecureBuffer&& data) : raw(std::move(data)) {} in Payload() 482 SecureBuffer raw; 595 explicit Request(Context::ptr context, SecureBuffer&& d) : in Request() 596 payload(std::forward<SecureBuffer>(d)), ctx(context) in Request()
|
/openbmc/phosphor-host-ipmid/ |
H A D | ipmid-new.cpp | 489 NetFn netFn, uint8_t lun, Cmd cmd, ipmi::SecureBuffer& data, in executionEntry() 493 [netFn, lun, cmd](Cc cc, const ipmi::SecureBuffer& data = {}) { in executionEntry() 581 ctx, std::forward<ipmi::SecureBuffer>(data)); in executionEntry() 772 ipmi::SecureBuffer data; in handleLegacyIpmiCommand() 780 ctx, std::forward<ipmi::SecureBuffer>(data)); in handleLegacyIpmiCommand()
|
/openbmc/phosphor-host-ipmid/include/ipmid/message/ |
H A D | pack.hpp | 259 struct PackSingle<SecureBuffer> 261 static int op(Payload& p, const SecureBuffer& t) in op()
|
H A D | unpack.hpp | 335 struct UnpackSingle<SecureBuffer> 337 static int op(Payload& p, SecureBuffer& t) in op()
|
/openbmc/fb-ipmi-oem/src/ |
H A D | biccommands.cpp | 63 uint8_t cmdReq, SecureBuffer data) in ipmiOemBicHandler()
|
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | usercommands.cpp | 277 uint6_t reserved2, SecureBuffer& userPassword) in ipmiSetUserPassword()
|
/openbmc/intel-ipmi-oem/src/ |
H A D | oemcommands.cpp | 1267 const SecureBuffer& userPassword) in ipmiOEMSetUser2Activation()
|