Searched refs:KeyLength (Results 1 – 6 of 6) sorted by relevance
/external/python/pyasn1-modules/pyasn1_modules/ |
D | rfc5990.py | 105 class KeyLength(univ.Integer): class 108 KeyLength.subtypeSpec = constraint.ValueRangeConstraint(1, MAX) 116 namedtype.NamedType('keyLength', KeyLength())
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringMap.h | 160 unsigned KeyLength = Key.size(); in Create() local 165 KeyLength+1; in Create() 172 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...); in Create() 176 if (KeyLength > 0) in Create() 177 memcpy(StrBuffer, Key.data(), KeyLength); in Create() 178 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients. in Create()
|
/external/llvm/include/llvm/ADT/ |
D | StringMap.h | 154 unsigned KeyLength = Key.size(); in Create() local 159 KeyLength+1; in Create() 166 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...); in Create() 170 if (KeyLength > 0) in Create() 171 memcpy(StrBuffer, Key.data(), KeyLength); in Create() 172 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients. in Create()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringMap.h | 180 size_t KeyLength = Key.size(); in Create() local 184 size_t AllocSize = sizeof(StringMapEntry) + KeyLength + 1; in Create() 192 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...); in Create() 196 if (KeyLength > 0) in Create() 197 memcpy(StrBuffer, Key.data(), KeyLength); in Create() 198 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients. in Create()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_ndis.c | 187 ULONG KeyLength; member 197 ULONG KeyLength; member 953 wep->KeyLength = key_len; in wpa_driver_ndis_add_wep() 1013 nkey->KeyLength = key_len; in wpa_driver_ndis_set_key()
|
/external/scapy/test/ |
D | regression.uts | 680 …ash', 'MD5'), ('Authentication', 'PSK'), ('GroupDesc', '1536MODPgr'), ('KeyLength', 256), ('LifeTy…
|