HomeSort by relevance Sort by last modified time
    Searched full:nonces (Results 1 - 14 of 14) sorted by null

  /external/wpa_supplicant_8/src/eap_common/
eap_ikev2_common.c 23 u8 *nonces; local
31 nonces = os_malloc(nlen);
32 if (nonces == NULL)
34 os_memcpy(nonces, i_nonce, i_nonce_len);
35 os_memcpy(nonces + i_nonce_len, r_nonce, r_nonce_len);
37 if (ikev2_prf_plus(prf, keys->SK_d, keys->SK_d_len, nonces, nlen,
39 os_free(nonces);
42 os_free(nonces);
  /frameworks/base/docs/html/google/play/billing/
billing_best_practices.jd 15 <li><a href="#nonce">Use Secure Random Nonces</a></li>
85 <h3 id="nonce">Use secure random nonces</h3>
86 <p>Nonces must not be predictable or reused. Always use a cryptographically secure random number
87 generator (like {@link java.security.SecureRandom}) when you generate nonces. This can help reduce
90 nonces on the server.</p>
  /external/openssl/crypto/ocsp/
ocsp_ext.c 366 * 1: nonces present and equal.
367 * 2: nonces both absent.
369 * 0: nonces both present and not equal.
373 * If responder doesn't handle nonces return != 0 may be
  /external/chromium/net/http/
http_auth_handler_digest.h 23 // A NonceGenerator is a simple interface for generating client nonces.
  /external/srtp/
Changes 27 Change interface to nonces (xtd_seq_num_t) so that it uses
  /frameworks/base/docs/html/google/play/billing/v2/
billing_integrate.jd     [all...]
api.jd 483 <p>In-app billing also uses nonces (a random number used once) to help verify the integrity of the
  /external/wpa_supplicant_8/src/eap_peer/
ikev2.c 460 /* Zeros are removed incorrectly from the beginning of the nonces */
1134 /* Zeros are removed incorrectly from the beginning of the nonces in
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.c 68 * wpa_pmk_to_ptk - Calculate PTK from PMK, addresses, and nonces
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp.c 652 * nonces. The ER (UPnP control point) will ignore this, but at
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 437 """Gives us a chance to update with new nonces
    [all...]
  /external/openssh/
umac.c 214 * This scheme is optimized for sequential, increasing big-endian nonces.
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 1150 milliseconds