HomeSort by relevance Sort by last modified time
    Searched refs:sessionKey (Results 1 - 9 of 9) sorted by null

  /cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
CtsBaseInputMethod.java 98 final String sessionKey =
100 if (sessionKey != null) {
102 bundle.putString(BUNDLE_KEY_REPLY_USER_HANDLE_SESSION_ID, sessionKey);
  /cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
MultiUserDeviceTest.java 58 ReplyReceivingInputConnection(InputConnection target, String sessionKey,
61 mSessionKey = sessionKey;
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 144 unsigned char sessionKey[KEY_SIZE];
255 if (AES_set_encrypt_key(pSession->sessionKey, KEY_SIZE_IN_BITS,
    [all...]
  /external/curl/tests/python_dependencies/impacket/
smb3.py 168 'SessionKey' : '', #
287 if len(self._Session['SessionKey']) > 0:
288 signature = hmac.new(self._Session['SessionKey'], str(packet), hashlib.sha256).digest()
291 if len(self._Session['SessionKey']) > 0:
484 # TGS['sessionKey'] = the sessionKey
526 tgt, cipher, oldSessionKey, sessionKey = getKerberosTGT(userName, password, domain, lmhash, nthash, aesKey, kdcHost)
530 sessionKey = TGT['sessionKey']
538 # ccache.fromTGT(tgt, oldSessionKey, sessionKey)
    [all...]
ntlm.py     [all...]
smb.py     [all...]
  /external/boringssl/src/ssl/test/runner/
common.go 304 Get(sessionKey string) (session *ClientSessionState, ok bool)
307 Put(sessionKey string, cs *ClientSessionState)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Tpm12.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm12.h     [all...]

Completed in 324 milliseconds