Searched refs:KeyLength (Results 1 – 5 of 5) sorted by relevance
47 size_t KeyLength = Key.size(); in allocateWithKey() local51 size_t AllocSize = EntrySize + KeyLength + 1; in allocateWithKey()57 if (KeyLength > 0) in allocateWithKey()58 ::memcpy(Buffer, Key.data(), KeyLength); in allocateWithKey()59 Buffer[KeyLength] = 0; // Null terminate for convenience of clients. in allocateWithKey()
304 uint32_t KeyLength = Key.size(); in EmitKeyDataLength() local308 writer.write<uint16_t>(KeyLength); in EmitKeyDataLength()310 return {KeyLength, DataLength}; in EmitKeyDataLength()364 uint32_t KeyLength = sizeof(uint32_t) + sizeof(uint8_t) + sizeof(uint32_t); in EmitKeyDataLength() local368 writer.write<uint16_t>(KeyLength); in EmitKeyDataLength()370 return {KeyLength, DataLength}; in EmitKeyDataLength()486 uint32_t KeyLength = asDerived().getKeyLength(Key); in EmitKeyDataLength() local493 writer.write<uint16_t>(KeyLength); in EmitKeyDataLength()495 return {KeyLength, DataLength}; in EmitKeyDataLength()878 uint32_t KeyLength = in EmitKeyDataLength() local[all …]
70 unsigned KeyLength = in ReadKeyDataLength() local74 return {KeyLength, DataLength}; in ReadKeyDataLength()162 unsigned KeyLength = in ReadKeyDataLength() local166 return {KeyLength, DataLength}; in ReadKeyDataLength()202 unsigned KeyLength = in ReadKeyDataLength() local206 return {KeyLength, DataLength}; in ReadKeyDataLength()406 unsigned KeyLength = in ReadKeyDataLength() local410 return {KeyLength, DataLength}; in ReadKeyDataLength()
187 ULONG KeyLength; member197 ULONG KeyLength; member953 wep->KeyLength = key_len; in wpa_driver_ndis_add_wep()1013 nkey->KeyLength = key_len; in wpa_driver_ndis_set_key()
2086 U16 KeyLength; /* 0x1C */ member