/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
eap_ikev2_common.c | 29 u8 *nonces; local 37 nonces = os_malloc(nlen); 38 if (nonces == NULL) 40 os_memcpy(nonces, i_nonce, i_nonce_len); 41 os_memcpy(nonces + i_nonce_len, r_nonce, r_nonce_len); 43 if (ikev2_prf_plus(prf, keys->SK_d, keys->SK_d_len, nonces, nlen, 45 os_free(nonces); 48 os_free(nonces);
|
/external/wpa_supplicant_8/src/eap_common/ |
eap_ikev2_common.c | 29 u8 *nonces; local 37 nonces = os_malloc(nlen); 38 if (nonces == NULL) 40 os_memcpy(nonces, i_nonce, i_nonce_len); 41 os_memcpy(nonces + i_nonce_len, r_nonce, r_nonce_len); 43 if (ikev2_prf_plus(prf, keys->SK_d, keys->SK_d_len, nonces, nlen, 45 os_free(nonces); 48 os_free(nonces);
|
/frameworks/base/docs/html/guide/market/billing/ |
billing_best_practices.jd | 87 <h4>Use secure random nonces</h4> 88 <p>Nonces must not be predictable or reused. Always use a cryptographically secure random number 89 generator (like {@link java.security.SecureRandom}) when you generate nonces. This can help reduce 92 nonces on the server.</p>
|
billing_integrate.jd | [all...] |
billing_overview.jd | 433 <p>In-app billing also uses nonces (a random number used once) to help verify the integrity of the
|
/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/dbus/dbus/ |
dbus-nonce.c | 84 dbus_set_error (error, DBUS_ERROR_ACCESS_DENIED, "Nonces do not match, access denied (fd=%d)", fd );
|
/external/srtp/ |
Changes | 27 Change interface to nonces (xtd_seq_num_t) so that it uses
|
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
wpa_common.c | 72 * wpa_pmk_to_ptk - Calculate PTK from PMK, addresses, and nonces
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
ikev2.c | 465 /* Zeros are removed incorrectly from the beginning of the nonces */ 1139 /* Zeros are removed incorrectly from the beginning of the nonces in [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
ikev2.c | 466 /* Zeros are removed incorrectly from the beginning of the nonces */ 1140 /* Zeros are removed incorrectly from the beginning of the nonces in [all...] |
/external/wpa_supplicant_8/src/common/ |
wpa_common.c | 72 * wpa_pmk_to_ptk - Calculate PTK from PMK, addresses, and nonces
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_upnp.c | 692 * nonces. The ER (UPnP control point) will ignore this, but at [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps_upnp.c | 647 * 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/wpa_supplicant/ |
wpa.c | 859 * wpa_pmk_to_ptk - Calculate PTK from PMK, addresses, and nonces [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | [all...] |