Searched refs:mNonce (Results 1 – 5 of 5) sorted by relevance
50 private final byte[] mNonce; field in WrappedKey114 mNonce = nonce; in WrappedKey()132 mNonce = nonce; in WrappedKey()144 return mNonce; in getNonce()
84 AString mNonce; member
286 mNonce.setTo(value, i + 7, j - i - 7); in authenticate()324 tmp.append(mNonce); in addAuthentication()333 request->append(mNonce); in addAuthentication()845 AString mNonce; in onMessageReceived() member
329 mNonce.clear(); in performDisconnect()911 mNonce.setTo(value, i + 7, j - i - 7); in parseAuthMethod()1010 tmp.append(mNonce); in addAuthentication()1020 fragment.append(mNonce); in addAuthentication()
724 nonce = waiter.mNonce; in waitForConnection()733 if (waiter.mNonce == nonce) { in waitForConnection()1098 waiter.mNonce += 1; in recycleConnectionWaiterLocked()1196 public int mNonce; field in SQLiteConnectionPool.ConnectionWaiter