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

  /external/wpa_supplicant_8/src/eap_peer/
eap_psk.c 88 struct eap_psk_hdr_2 *hdr2; local
137 sizeof(*hdr2) + data->id_p_len, EAP_CODE_RESPONSE,
141 hdr2 = wpabuf_put(resp, sizeof(*hdr2));
142 hdr2->flags = EAP_PSK_FLAGS_SET_T(1); /* T=1 */
143 os_memcpy(hdr2->rand_s, hdr1->rand_s, EAP_PSK_RAND_LEN);
144 os_memcpy(hdr2->rand_p, data->rand_p, EAP_PSK_RAND_LEN);
160 if (omac1_aes_128(data->ak, buf, buflen, hdr2->mac_p)) {
166 wpa_hexdump(MSG_DEBUG, "EAP-PSK: RAND_P", hdr2->rand_p,
168 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...]
  /prebuilts/go/darwin-x86/src/archive/tar/
reader_test.go 1005 hdr1, hdr2 := hdrs[i+0], hdrs[i+8]
1006 hdr1.Size, hdr2.Size = 0, 0
1007 if !reflect.DeepEqual(*hdr1, *hdr2) {
1008 t.Errorf("incorrect header:\ngot %+v\nwant %+v", *hdr1, *hdr2)
  /prebuilts/go/linux-x86/src/archive/tar/
reader_test.go 1005 hdr1, hdr2 := hdrs[i+0], hdrs[i+8]
1006 hdr1.Size, hdr2.Size = 0, 0
1007 if !reflect.DeepEqual(*hdr1, *hdr2) {
1008 t.Errorf("incorrect header:\ngot %+v\nwant %+v", *hdr1, *hdr2)
  /toolchain/binutils/binutils-2.25/bfd/
elf.c 1743 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; local
1751 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; local
1843 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; local
1866 Elf_Internal_Shdr *hdr2, **p_hdr; local
    [all...]
ecoff.c 1915 const asection *hdr2 = *(const asection **) arg2; local
    [all...]
elflink.c 7148 Elf_Internal_Shdr *hdr1, *hdr2; local
    [all...]

Completed in 348 milliseconds