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

  /external/srtp/test/
srtp_driver.c 575 srtp_hdr_t *hdr, *hdr2; local
603 hdr2 = srtp_create_test_packet(msg_len_octets, ssrc);
604 if (hdr2 == NULL) {
647 free(hdr2);
664 if (((uint8_t *)hdr)[i] != ((uint8_t *)hdr2)[i]) {
670 free(hdr2);
700 if (((uint8_t *)hdr)[i] != ((uint8_t *)hdr2)[i]) {
706 free(hdr2);
726 free(hdr2);
751 free(hdr2);
774 srtp_hdr_t *hdr, *hdr2; local
    [all...]
  /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...]
  /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 171 milliseconds