Searched refs:getByteArrayStr (Results 1 – 4 of 4) sorted by relevance
71 std::optional<string> getByteArrayStr(const unique_ptr<Item>& item, const uint32_t pos);
120 !(optRpcAuthorName = cbor_.getByteArrayStr(item, 2)) || in getHardwareInfo()122 !(optUniqueId = cbor_.getByteArrayStr(item, 4)) || in getHardwareInfo()
87 !(optKeyMintName = cbor_.getByteArrayStr(item, 3)) || in getHardwareInfo()88 !(optKeyMintAuthorName = cbor_.getByteArrayStr(item, 4)) || in getHardwareInfo()
355 std::optional<string> CborConverter::getByteArrayStr(const unique_ptr<Item>& item, in getByteArrayStr() function in keymint::javacard::CborConverter