Home
last modified time | relevance | path

Searched defs:k2 (Results 1 – 11 of 11) sorted by relevance

/openbmc/phosphor-net-ipmid/
H A Dcrypt_algo.hpp46 explicit Interface(const std::vector<uint8_t>& k2) : k2(k2) {} in Interface()
105 std::vector<uint8_t> k2; member in cipher::crypt::Interface
144 explicit AlgoAES128(const std::vector<uint8_t>& k2) : Interface(k2) {} in AlgoAES128()
/openbmc/phosphor-host-ipmid/test/message/
H A Dunpack.cpp240 uint5_t k2 = 0x19; in TEST() local
258 uint4_t k2 = 0x9; in TEST() local
296 bool k4 = true, k3 = false, k2 = false, k1 = true; in TEST() local
322 bool k4 = true, k3 = false, k2 = false, k1 = true; in TEST() local
347 bool k4 = true, k3 = false, k2 = false, k1 = true; in TEST() local
419 std::bitset<5> k2(0x19); in TEST() local
437 std::bitset<4> k2 = 0x9; in TEST() local
787 uint16_t k2 = 0x0604; in TEST() local
813 uint16_t k2 = 0x0604; in TEST() local
842 bool k2 = true; // binary 0b1 in TEST() local
[all …]
H A Dpayload.cpp104 ipmi::SecureBuffer k2 = {0b11100101, 0b01110111}; in TEST() local
287 uint16_t k2 = 0x8604; in TEST() local
312 uint32_t k2 = 0x02008604; in TEST() local
/openbmc/phosphor-net-ipmid/command/
H A Drakp34.cpp55 auto k2 = intAlgo->generateKn(authAlgo->sessionIntegrityKey, in applyCryptAlgo() local
/openbmc/phosphor-net-ipmid/test/
H A Dcipher.cpp353 std::vector<uint8_t> k2(SHA_DIGEST_LENGTH); in TEST() local
427 std::vector<uint8_t> k2(SHA_DIGEST_LENGTH); in TEST() local
/openbmc/intel-ipmi-oem/tests/
H A Dtest_sensorcommands.cpp27 double k2 = k2_rExp; in ipmitool_y_from_x() local
/openbmc/phosphor-host-ipmid/test/dbus-sdr/
H A Dsensorcommands_unittest.cpp27 double k2 = k2_rExp; in ipmitool_y_from_x() local
/openbmc/ipmitool/lib/
H A Dipmi_sdr.c187 int m, b, k1, k2; in sdr_convert_sensor_reading() local
269 int m, k2; in sdr_convert_sensor_hysterisis() local
344 int m, k2; in sdr_convert_sensor_tolerance() local
419 int m, b, k1, k2; in sdr_convert_sensor_value_to_raw() local
/openbmc/u-boot/scripts/kconfig/
H A Dexpr.c1030 enum string_value_kind k1 = k_string, k2 = k_string; in expr_calc_value() local
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_intf.h137 uint8_t k2[20]; /* First 16 bytes used for AES */ member
/openbmc/qemu/hw/arm/
H A Dsmmu-common.c53 SMMUIOTLBKey *k1 = (SMMUIOTLBKey *)v1, *k2 = (SMMUIOTLBKey *)v2; in smmu_iotlb_key_equal() local