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()
303 uint32_t KeyLength = Key.size(); in EmitKeyDataLength() local307 writer.write<uint16_t>(KeyLength); in EmitKeyDataLength()309 return {KeyLength, DataLength}; in EmitKeyDataLength()363 uint32_t KeyLength = sizeof(uint32_t) + sizeof(uint8_t) + sizeof(uint32_t); in EmitKeyDataLength() local367 writer.write<uint16_t>(KeyLength); in EmitKeyDataLength()369 return {KeyLength, DataLength}; in EmitKeyDataLength()485 uint32_t KeyLength = asDerived().getKeyLength(Key); in EmitKeyDataLength() local492 writer.write<uint16_t>(KeyLength); in EmitKeyDataLength()494 return {KeyLength, DataLength}; in EmitKeyDataLength()952 uint32_t KeyLength = in EmitKeyDataLength() local[all …]
69 unsigned KeyLength = in ReadKeyDataLength() local73 return {KeyLength, DataLength}; in ReadKeyDataLength()161 unsigned KeyLength = in ReadKeyDataLength() local165 return {KeyLength, DataLength}; in ReadKeyDataLength()201 unsigned KeyLength = in ReadKeyDataLength() local205 return {KeyLength, DataLength}; in ReadKeyDataLength()444 unsigned KeyLength = in ReadKeyDataLength() local448 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