Searched defs:SessionKey (Results 1 – 7 of 7) sorted by relevance
/external/cronet/stable/net/device_bound_sessions/ |
D | session_key.h | 14 struct NET_EXPORT SessionKey { struct 17 SessionKey(); argument 22 SessionKey& operator=(const SessionKey&); argument 25 SessionKey& operator=(SessionKey&&); argument 30 bool operator==(const SessionKey& other) const; argument
|
D | session_key.cc | 10 SessionKey::SessionKey(SchemefulSite site, Id id) : site(site), id(id) {} in SessionKey() function in net::device_bound_sessions::SessionKey
|
/external/cronet/tot/net/device_bound_sessions/ |
D | session_key.h | 14 struct NET_EXPORT SessionKey { struct 17 SessionKey(); argument 22 SessionKey& operator=(const SessionKey&); argument 25 SessionKey& operator=(SessionKey&&); argument 30 bool operator==(const SessionKey& other) const; argument
|
D | session_key.cc | 10 SessionKey::SessionKey(SchemefulSite site, Id id) : site(site), id(id) {} in SessionKey() function in net::device_bound_sessions::SessionKey
|
/external/scapy/scapy/layers/msrpce/ |
D | msnrpc.py | 204 def ComputeNetlogonChecksumAES(nl_auth_sig, message, SessionKey, Confounder=None): argument 214 def ComputeNetlogonChecksumMD5(nl_auth_sig, message, SessionKey, Confounder=None): argument 227 def ComputeNetlogonSealingKeyAES(SessionKey): argument 232 def ComputeNetlogonSealingKeyRC4(SessionKey, CopySeqNumber): argument 242 def ComputeNetlogonSequenceNumberKeyMD5(SessionKey, Checksum): argument 275 def __init__(self, SessionKey, computername, domainname, AES=True, **kwargs): argument
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Security/Authentication/Identity/ |
D | mod.rs | 2839 pub SessionKey: KERB_CRYPTO_KEY, field 3520 pub SessionKey: KERB_CRYPTO_KEY, field 4373 pub SessionKey: USER_SESSION_KEY, field 6912 pub SessionKey: *mut u8, field
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Security/Authentication/Identity/ |
D | mod.rs | 2839 pub SessionKey: KERB_CRYPTO_KEY, field 3520 pub SessionKey: KERB_CRYPTO_KEY, field 4373 pub SessionKey: USER_SESSION_KEY, field 6912 pub SessionKey: *mut u8, field
|