HomeSort by relevance Sort by last modified time
    Searched defs:hdr2 (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_8/src/eap_peer/
eap_psk.c 88 struct eap_psk_hdr_2 *hdr2; local
136 sizeof(*hdr2) + data->id_p_len, EAP_CODE_RESPONSE,
140 hdr2 = wpabuf_put(resp, sizeof(*hdr2));
141 hdr2->flags = EAP_PSK_FLAGS_SET_T(1); /* T=1 */
142 os_memcpy(hdr2->rand_s, hdr1->rand_s, EAP_PSK_RAND_LEN);
143 os_memcpy(hdr2->rand_p, data->rand_p, EAP_PSK_RAND_LEN);
159 if (omac1_aes_128(data->ak, buf, buflen, hdr2->mac_p)) {
165 wpa_hexdump(MSG_DEBUG, "EAP-PSK: RAND_P", hdr2->rand_p,
167 wpa_hexdump(MSG_DEBUG, "EAP-PSK: MAC_P", hdr2->mac_p, EAP_PSK_MAC_LEN)
    [all...]
  /external/opencv/ml/src/
mlann_mlp.cpp 936 CvMat _w, _dw, hdr1, hdr2, ghdr1, ghdr2, _df; local
937 CvMat *x1 = &hdr1, *x2 = &hdr2, *grad1 = &ghdr1, *grad2 = &ghdr2, *temp;
1131 CvMat _w, _dEdw, hdr1, hdr2, ghdr1, ghdr2, _df; local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
ecoff.c 1942 const asection *hdr2 = *(const asection **) arg2; local
    [all...]
elf.c 2086 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; local
2096 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; local
2208 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; local
2232 Elf_Internal_Shdr *hdr2, **p_hdr; local
    [all...]
elflink.c 7428 Elf_Internal_Shdr *hdr1, *hdr2; local
    [all...]

Completed in 792 milliseconds