HomeSort by relevance Sort by last modified time
    Searched refs:nonce (Results 101 - 125 of 231) sorted by null

1 2 3 45 6 7 8 910

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnserver.h 144 bool ValidateNonce(const std::string& nonce) const;
174 // sees the same nonce in next transaction.
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/
modes_lcl.h 126 union { u64 u[2]; u8 c[16]; } nonce, cmac; member in struct:ccm128_context
  /external/openssl/crypto/modes/
modes_lcl.h 126 union { u64 u[2]; u8 c[16]; } nonce, cmac; member in struct:ccm128_context
  /frameworks/base/libs/storage/
IMountService.cpp 437 const sp<IObbActionListener>& token, int32_t nonce)
445 data.writeInt32(nonce);
458 const sp<IObbActionListener>& token, const int32_t nonce)
465 data.writeInt32(nonce);
  /frameworks/base/obex/javax/obex/
ServerSession.java 367 if (reply.nonce != null) {
369 System.arraycopy(reply.nonce, 0, mChallengeDigest, 0, 16);
595 if (reply.nonce != null) {
597 System.arraycopy(reply.nonce, 0, mChallengeDigest, 0, 16);
  /external/chromium_org/net/http/
http_auth_handler_digest.cc 30 // ? | ?, md5, | MD5(MD5(A1):nonce:MD5(A2)) |
33 // auth, | ?, md5, | MD5(MD5(A1):nonce:nc:cnonce:qop:MD5(A2)) |
40 // | md5-sess | MD5(user:realm:password):nonce:cnonce |
70 const std::string& nonce)
71 : nonce_(nonce) {
142 // Generate a random client nonce.
172 // nonce="<nonce-value>"
232 } else if (LowerCaseEqualsASCII(name, "nonce")) {
348 // the nonce-count is an 8 digit hex string
    [all...]
  /external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
DigestMD5SaslClient.java 424 * @param nonce nonce value
425 * @param clientNonce Clients Nonce value
436 String nonce,
456 md.update(nonce.getBytes("UTF-8"));
481 * @param serverNonce nonce from server
483 * @param clientNonce client nonce
495 String serverNonce, /* nonce from server */
497 String clientNonce, /* client nonce */
680 digestResponse.append(",charset=utf-8,nonce=\"")
    [all...]
  /external/smack/src/com/novell/sasl/client/
DigestMD5SaslClient.java 424 * @param nonce nonce value
425 * @param clientNonce Clients Nonce value
436 String nonce,
456 md.update(nonce.getBytes("UTF-8"));
481 * @param serverNonce nonce from server
483 * @param clientNonce client nonce
495 String serverNonce, /* nonce from server */
497 String clientNonce, /* client nonce */
680 digestResponse.append(",charset=utf-8,nonce=\"")
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 52 u8 nonce[16]; member in struct:ft_r0kh_r1kh_pull_frame
66 u8 nonce[16]; /* copied from pull */ member in struct:ft_r0kh_r1kh_resp_frame
  /external/wpa_supplicant_8/src/wps/
wps_validate.c 585 wpa_printf(MSG_INFO, "WPS-STRICT: Enrollee Nonce "
600 wpa_printf(MSG_INFO, "WPS-STRICT: Registrar Nonce "
868 static int wps_validate_r_snonce1(const u8 *nonce, int mandatory)
870 if (nonce == NULL) {
882 static int wps_validate_r_snonce2(const u8 *nonce, int mandatory)
884 if (nonce == NULL) {
896 static int wps_validate_e_snonce1(const u8 *nonce, int mandatory)
898 if (nonce == NULL) {
910 static int wps_validate_e_snonce2(const u8 *nonce, int mandatory)
912 if (nonce == NULL)
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_base.c 150 /* generate NONCE value */
151 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
152 if (iph1->nonce == NULL)
218 /* create isakmp NONCE payload */
219 plist = isakmp_plist_append(plist, iph1->nonce, ISAKMP_NPTYPE_NONCE);
943 /* generate NONCE value */
944 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
945 if (iph1->nonce == NULL)
954 /* create isakmp NONCE payload */
955 plist = isakmp_plist_append(plist, iph1->nonce, ISAKMP_NPTYPE_NONCE)
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 585 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: NONCE",
586 _bind->nonce, sizeof(_bind->nonce));
616 os_memcpy(rbind->nonce, _bind->nonce, sizeof(_bind->nonce));
617 inc_byte_array(rbind->nonce, sizeof(rbind->nonce));
624 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: NONCE",
625 rbind->nonce, sizeof(rbind->nonce))
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.cc 690 " nonce=\"dcd98b7102dd2f0e8b11d0f600bfb0c093\","
704 " nonce=\"Nny4QuC5PwiSDixJ\","
812 std::string realm, nonce, qop, opaque; local
814 HttpHasAttribute(args, "nonce", &nonce);
832 middle = nonce + ":" + ncount + ":" + cnonce + ":" + qop;
834 middle = nonce;
850 ss << ", nonce=" << quote(nonce);
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.cc 697 " nonce=\"dcd98b7102dd2f0e8b11d0f600bfb0c093\","
711 " nonce=\"Nny4QuC5PwiSDixJ\","
819 std::string realm, nonce, qop, opaque; local
821 HttpHasAttribute(args, "nonce", &nonce);
839 middle = nonce + ":" + ncount + ":" + cnonce + ":" + qop;
841 middle = nonce;
857 ss << ", nonce=" << quote(nonce);
  /external/wpa_supplicant_8/src/eap_server/
eap_server_eke.c 594 u8 nonce[EAP_EKE_MAX_NONCE_LEN]; local
612 decrypt_len = sizeof(nonce);
614 nonce, &decrypt_len) < 0) {
625 nonce, data->sess.nonce_len);
626 if (os_memcmp(nonce, data->nonce_s, data->sess.nonce_len) != 0) {
  /external/chromium_org/chromeos/dbus/
shill_manager_client_unittest.cc 328 arguments.push_back("nonce");
342 properties.nonce = arguments[2];
367 arguments.push_back("nonce");
385 properties.nonce = arguments[2];
411 arguments.push_back("nonce");
426 properties.nonce = arguments[2];
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-aes.js 175 // initialise counter block (NIST SP800-38A §B.2): millisecond time-stamp for nonce in 1st 8 bytes,
179 var nonce = (new Date()).getTime(); // milliseconds since 1-Jan-1970
181 // encode nonce in two stages to cater for JavaScript 32-bit limit on bitwise ops
182 for (var i=0; i<4; i++) counterBlock[i] = (nonce >>> i*8) & 0xff;
183 for (var i=0; i<4; i++) counterBlock[i+4] = (nonce/0x100000000 >>> i*8) & 0xff;
192 // set counter (block #) in last 8 bytes of counter block (leaving nonce in 1st 8 bytes)
213 // convert the nonce to a string to go on the front of the ciphertext
244 // recover nonce from 1st element of ciphertext
253 // set counter (block #) in last 8 bytes of counter block (leaving nonce in 1st 8 bytes)
270 plaintext[b-1] = pt; // b-1 'cos no initial nonce block in plaintex
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-aes.js 175 // initialise counter block (NIST SP800-38A §B.2): millisecond time-stamp for nonce in 1st 8 bytes,
179 var nonce = (new Date()).getTime(); // milliseconds since 1-Jan-1970
181 // encode nonce in two stages to cater for JavaScript 32-bit limit on bitwise ops
182 for (var i=0; i<4; i++) counterBlock[i] = (nonce >>> i*8) & 0xff;
183 for (var i=0; i<4; i++) counterBlock[i+4] = (nonce/0x100000000 >>> i*8) & 0xff;
192 // set counter (block #) in last 8 bytes of counter block (leaving nonce in 1st 8 bytes)
213 // convert the nonce to a string to go on the front of the ciphertext
244 // recover nonce from 1st element of ciphertext
253 // set counter (block #) in last 8 bytes of counter block (leaving nonce in 1st 8 bytes)
270 plaintext[b-1] = pt; // b-1 'cos no initial nonce block in plaintex
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
crypto-aes.js 175 // initialise counter block (NIST SP800-38A §B.2): millisecond time-stamp for nonce in 1st 8 bytes,
179 var nonce = (new Date()).getTime(); // milliseconds since 1-Jan-1970
181 // encode nonce in two stages to cater for JavaScript 32-bit limit on bitwise ops
182 for (var i=0; i<4; i++) counterBlock[i] = (nonce >>> i*8) & 0xff;
183 for (var i=0; i<4; i++) counterBlock[i+4] = (nonce/0x100000000 >>> i*8) & 0xff;
192 // set counter (block #) in last 8 bytes of counter block (leaving nonce in 1st 8 bytes)
213 // convert the nonce to a string to go on the front of the ciphertext
244 // recover nonce from 1st element of ciphertext
253 // set counter (block #) in last 8 bytes of counter block (leaving nonce in 1st 8 bytes)
270 plaintext[b-1] = pt; // b-1 'cos no initial nonce block in plaintex
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java 597 final int nonce; local
640 nonce = waiter.mNonce;
649 if (waiter.mNonce == nonce) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2_localnet.py 93 nonce = hashlib.md5(str(self._request_num)).hexdigest()
94 self._nonces.append(nonce)
95 return nonce
126 response_str = "%(HA1)s:%(nonce)s:%(nc)s:" \
138 'nonce="%s", ' % \
169 if not auth_dict.get("nonce") in self._nonces:
172 self._nonces.remove(auth_dict["nonce"])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2_localnet.py 93 nonce = hashlib.md5(str(self._request_num)).hexdigest()
94 self._nonces.append(nonce)
95 return nonce
126 response_str = "%(HA1)s:%(nonce)s:%(nc)s:" \
138 'nonce="%s", ' % \
169 if not auth_dict.get("nonce") in self._nonces:
172 self._nonces.remove(auth_dict["nonce"])
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_api_chromeos.cc 50 output.nonce = input.nonce;
  /bionic/libc/kernel/common/linux/
usb_ch9.h 375 __u8 nonce[16]; member in struct:usb_handshake
  /development/ndk/platforms/android-3/include/linux/
usb_ch9.h 355 __u8 nonce[16]; member in struct:usb_handshake

Completed in 1286 milliseconds

1 2 3 45 6 7 8 910