Home
last modified time | relevance | path

Searched refs:uuidHexLength (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-net-ipmid/command/
H A Dguid.cpp34 constexpr size_t uuidHexLength = (2 * BMC_GUID_LEN); in rfcToGuid() local
35 constexpr size_t uuidRfc4122Length = (uuidHexLength + 4); in rfcToGuid()
42 if (rfc4122.size() != uuidHexLength) in rfcToGuid()
47 for (size_t ind = 0; ind < uuidHexLength; ind += 2) in rfcToGuid()
/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp771 constexpr size_t uuidHexLength = (2 * uuidBinaryLength); in rfc4122ToIpmi() local
772 constexpr size_t uuidRfc4122Length = (uuidHexLength + 4); in rfc4122ToIpmi()
779 if (rfc4122.size() != uuidHexLength) in rfc4122ToIpmi()
784 for (size_t ind = 0; ind < uuidHexLength; ind += 2) in rfc4122ToIpmi()