/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
BordeauxSessionManager.java | 47 static class SessionKey { 103 public SessionKey getSessionKey(String callingUid, Class learnerClass, String name) { 104 SessionKey key = new SessionKey(); 109 public IBinder getSessionBinder(Class learnerClass, SessionKey key) { 147 SessionKey skey = new SessionKey(); 155 public boolean saveSession(SessionKey key) {
|
BordeauxService.java | 127 BordeauxSessionManager.SessionKey key =
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
fwpmtypes.h | 57 GUID sessionKey; 75 GUID sessionKey; 162 GUID sessionKey; 342 GUID sessionKey; 373 GUID sessionKey; 400 GUID sessionKey; 558 GUID sessionKey;
|
subauth.h | 222 USER_SESSION_KEY SessionKey;
|
ntsecapi.h | [all...] |
sspi.h | 465 unsigned char *SessionKey; [all...] |
/external/smack/src/org/jivesoftware/smack/sasl/ |
SASLFacebookConnect.java | 27 private String sessionKey = ""; 79 this.sessionKey = keyArray[1]; 82 this.authenticationId = sessionKey; 123 +"session_key="+sessionKey 137 +"session_key="+sessionKey+"&"
|
/external/chromium_org/third_party/boringssl/src/ssl/test/runner/ |
common.go | 207 Get(sessionKey string) (session *ClientSessionState, ok bool) 210 Put(sessionKey string, cs *ClientSessionState) 638 sessionKey string 658 // Put adds the provided (sessionKey, cs) pair to the cache. 659 func (c *lruSessionCache) Put(sessionKey string, cs *ClientSessionState) { 663 if elem, ok := c.m[sessionKey]; ok { 671 entry := &lruSessionCacheEntry{sessionKey, cs} 672 c.m[sessionKey] = c.q.PushFront(entry) 678 delete(c.m, entry.sessionKey) 679 entry.sessionKey = sessionKe [all...] |
/external/chromium_org/net/socket/ |
ssl_session_cache_openssl.cc | 286 std::string SessionKey(SSL_SESSION* session) { 340 << SessionKey(session); 450 << SessionKey(session); 458 DVLOG(2) << "Remove session " << session << " for " << SessionKey(session);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
ndiswan.h | 187 UCHAR SessionKey[8];
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/ |
FwdLockConv.c | 143 unsigned char sessionKey[KEY_SIZE]; 254 if (AES_set_encrypt_key(pSession->sessionKey, KEY_SIZE_IN_BITS, [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapService.java | 112 public static final String EXTRA_SESSION_KEY = "com.android.bluetooth.pbap.sessionkey"; 322 String sessionkey = intent.getStringExtra(EXTRA_SESSION_KEY); local 323 notifyAuthKeyInput(sessionkey); [all...] |
/prebuilts/devtools/tools/lib/ |
jobb.jar | |
/external/wpa_supplicant_8/src/crypto/ |
ms_funcs.c | 352 * @session_key: 8-to-16 octet SessionKey (OUT)
|