Searched defs:XfrmAlgo (Results 1 – 2 of 2) sorted by relevance
100 struct XfrmAlgo { struct101 std::string name;102 std::vector<uint8_t> key;103 uint16_t truncLenBits;
156 XfrmAlgo = cstruct.Struct("XfrmAlgo", "=64AI", "name key_len") variable