HomeSort by relevance Sort by last modified time
    Searched refs:nonce (Results 76 - 100 of 236) sorted by null

1 2 34 5 6 7 8 910

  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 640 if (random_get_bytes(binding->nonce, sizeof(binding->nonce)) < 0) {
647 * The nonce in a request MUST have its least significant bit set to 0.
649 binding->nonce[sizeof(binding->nonce) - 1] &= ~0x01;
651 os_memcpy(data->crypto_binding_nonce, binding->nonce,
652 sizeof(binding->nonce));
668 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: NONCE",
669 binding->nonce, sizeof(binding->nonce));
    [all...]
  /external/boringssl/src/crypto/rand/
rand.c 73 const uint8_t key[32], const uint8_t nonce[8],
  /external/boringssl/src/tool/
speed.cc 192 std::unique_ptr<uint8_t[]> nonce(new uint8_t[nonce_len]);
193 memset(nonce.get(), 0, nonce_len);
214 out, &ctx, &nonce, &ad]() -> bool {
218 &ctx, out, &out_len, chunk_len + overhead_len, nonce.get(),
  /frameworks/native/include/input/
InputDevice.h 53 uint16_t nonce; member in struct:android::InputDeviceIdentifier
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
eapol.h 110 unsigned char nonce[EAPOL_WPA_KEY_NONCE_LEN]; /* Nonce */ member in struct:__anon23454
  /system/keymaster/
soft_keymaster_context.cpp 181 Buffer nonce, tag; local
184 hw_enforced, sw_enforced, &nonce, &tag);
188 if (nonce.available_read() != OCB_NONCE_LENGTH || tag.available_read() != OCB_TAG_LENGTH)
192 nonce, tag, key_material);
  /external/ipsec-tools/src/racoon/
handler.h 153 vchar_t *nonce; /* nonce value */ member in struct:ph1handle
154 vchar_t *nonce_p; /* partner's nonce value */
300 vchar_t *nonce; /* nonce value in phase 2 */ member in struct:ph2handle
301 vchar_t *nonce_p; /* partner's nonce value in phase 2 */
isakmp_agg.c 176 /* generate NONCE value */
177 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
178 if (iph1->nonce == NULL)
241 /* create isakmp NONCE payload */
242 plist = isakmp_plist_append(plist, iph1->nonce, ISAKMP_NPTYPE_NONCE);
982 /* generate NONCE value */
983 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
984 if (iph1->nonce == NULL)
1083 /* create isakmp NONCE payload */
1085 iph1->nonce, ISAKMP_NPTYPE_NONCE)
    [all...]
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/tcpdump/
print-mptcp.c 96 printf(" token 0x%x" " nonce 0x%x",
98 EXTRACT_32BITS(mpj->u.syn.nonce));
101 printf(" hmac 0x%" PRIx64 " nonce 0x%x",
103 EXTRACT_32BITS(mpj->u.synack.nonce));
  /external/wpa_supplicant_8/src/eap_common/
ikev2_common.h 13 * Nonce length must be at least 16 octets. It must also be at least half the
290 const u8 *nonce, size_t nonce_len,
308 const u8 *nonce; member in struct:ikev2_payloads
ikev2_common.c 317 wpa_printf(MSG_DEBUG, "IKEV2: Payload: Nonce");
318 payloads->nonce = pdata;
374 const u8 *nonce, size_t nonce_len,
385 shared_secret == NULL || nonce == NULL || prf == NULL)
410 os_memcpy(pos, nonce, nonce_len);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneSubInfo.java 287 public String getIsimChallengeResponse(String nonce){
292 return isim.getIsimChallengeResponse(nonce);
PhoneSubInfoController.java 266 public String getIsimChallengeResponse(String nonce) throws RemoteException {
268 return phoneSubInfoProxy.getIsimChallengeResponse(nonce);
  /hardware/intel/img/psb_headers/DRM/cc54/inc/
wv_mod_drm_api.h 61 uint32_t *nonce);
104 uint32_t *nonce,
  /external/srtp/crypto/cipher/
aes_icm.c 64 * | nonce | pakcet index | ctr |---+
86 * nonce can be distinct across many uses of the same key, or
263 v128_t *nonce = (v128_t *) iv; local
266 "setting iv: %s", v128_hex_string(nonce));
268 v128_xor(&c->counter, &c->offset, nonce);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IsimUiccRecords.java 436 public String getIsimChallengeResponse(String nonce){
437 if (DBG) log("getIsimChallengeResponse-nonce:"+nonce);
440 mCi.requestIsimAuthentication(nonce,obtainMessage(EVENT_AKA_AUTHENTICATE_DONE));
  /external/boringssl/src/crypto/chacha/
chacha_vec.c 157 const uint8_t nonce[8],
170 memcpy(np, nonce, 8);
182 ((uint32_t*)nonce)[0],
183 ((uint32_t*)nonce)[1]
  /external/boringssl/src/crypto/cipher/
e_tls.c 104 const uint8_t *nonce, size_t nonce_len,
164 !EVP_EncryptInit_ex(&tls_ctx->cipher_ctx, NULL, NULL, NULL, nonce)) {
210 const uint8_t *nonce, size_t nonce_len,
253 !EVP_DecryptInit_ex(&tls_ctx->cipher_ctx, NULL, NULL, NULL, nonce)) {
449 0, /* nonce len */
462 16, /* nonce len (IV) */
475 0, /* nonce len */
488 16, /* nonce len (IV) */
501 16, /* nonce len (IV) */
514 0, /* nonce len *
    [all...]
e_rc4.c 174 const uint8_t *nonce, size_t nonce_len,
274 const uint8_t *nonce, size_t nonce_len,
386 0, /* nonce len */
  /external/boringssl/src/crypto/modes/
internal.h 185 } nonce, cmac; member in struct:ccm128_context
  /frameworks/base/libs/storage/
IMountService.cpp 446 const sp<IObbActionListener>& token, int32_t nonce)
454 data.writeInt32(nonce);
467 const sp<IObbActionListener>& token, const int32_t nonce)
474 data.writeInt32(nonce);
  /frameworks/base/obex/javax/obex/
ServerSession.java 375 if (reply.nonce != null) {
377 System.arraycopy(reply.nonce, 0, mChallengeDigest, 0, 16);
619 if (reply.nonce != null) {
621 System.arraycopy(reply.nonce, 0, mChallengeDigest, 0, 16);
  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 54 u8 nonce[FT_R0KH_R1KH_PULL_NONCE_LEN]; member in struct:ft_r0kh_r1kh_pull_frame
68 u8 nonce[FT_R0KH_R1KH_PULL_NONCE_LEN]; /* copied from pull */ member in struct:ft_r0kh_r1kh_resp_frame
  /external/wpa_supplicant_8/src/wps/
wps_validate.c 587 wpa_printf(MSG_INFO, "WPS-STRICT: Enrollee Nonce "
602 wpa_printf(MSG_INFO, "WPS-STRICT: Registrar Nonce "
870 static int wps_validate_r_snonce1(const u8 *nonce, int mandatory)
872 if (nonce == NULL) {
884 static int wps_validate_r_snonce2(const u8 *nonce, int mandatory)
886 if (nonce == NULL) {
898 static int wps_validate_e_snonce1(const u8 *nonce, int mandatory)
900 if (nonce == NULL) {
912 static int wps_validate_e_snonce2(const u8 *nonce, int mandatory)
914 if (nonce == NULL)
    [all...]

Completed in 1281 milliseconds

1 2 34 5 6 7 8 910