HomeSort by: relevance | last modified time | path
    Searched defs:preamble (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/libfido2/dist/src/
nfc_linux.c 302 uint8_t preamble; local
306 iov[0].iov_base = &preamble;
307 iov[0].iov_len = sizeof(preamble);
323 if (preamble != 0x00) {
324 fido_log_debug("%s: preamble", __func__);
  /src/external/gpl3/binutils/dist/libctf/
ctf-open-bfd.c 114 const ctf_preamble_t *preamble; local
121 preamble = ctf_arc_bufpreamble (ctfsect);
123 if (preamble->ctp_flags & CTF_F_DYNSTR)
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-open-bfd.c 114 const ctf_preamble_t *preamble; local
121 preamble = ctf_arc_bufpreamble (ctfsect);
123 if (preamble->ctp_flags & CTF_F_DYNSTR)
  /src/external/gpl3/gdb/dist/libctf/
ctf-open-bfd.c 114 const ctf_preamble_t *preamble; local
121 preamble = ctf_arc_bufpreamble (ctfsect);
123 if (preamble->ctp_flags & CTF_F_DYNSTR)
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-open-bfd.c 114 const ctf_preamble_t *preamble; local
121 preamble = ctf_arc_bufpreamble (ctfsect);
123 if (preamble->ctp_flags & CTF_F_DYNSTR)
  /src/external/bsd/ntp/dist/ntpd/
keyword-gen.c 329 char preamble[] = local
346 printf(preamble, timestamp);
  /src/sys/dev/
vndvar.h 154 char preamble[128]; member in struct:vnd_comp_header
  /src/crypto/external/bsd/netpgp/dist/src/lib/
writer.c 1146 uint8_t *preamble; local
1152 if ((preamble = calloc(1, preamblesize)) == NULL) {
1161 free(preamble);
1164 pgp_random(preamble, crypted->blocksize);
1165 preamble[crypted->blocksize] = preamble[crypted->blocksize - 2];
1166 preamble[crypted->blocksize + 1] = preamble[crypted->blocksize - 1];
1169 hexdump(stderr, "preamble", preamble, preamblesize)
1600 uint8_t *preamble; local
    [all...]
reader.c 1569 /* boolean: 0 once we've done the preamble/MDC checks */
1581 Verifies leading preamble
1600 uint8_t *preamble; local
1635 /* verify leading preamble */
1637 hexdump(stderr, "preamble", buf, se_ip->decrypt->blocksize);
1657 preamble = buf;
1666 pgp_calc_mdc_hash(preamble, sz_preamble, plaintext,
  /src/external/gpl2/groff/dist/src/devices/grodvi/
dvi.cpp 136 void preamble();
213 preamble();
467 void dvi_printer::preamble() function in class:dvi_printer
  /src/external/mpl/dhcp/dist/client/
dhclient.c 3851 char *preamble = stuff; local
3865 fprintf(leaseFile, "%soption %s%s%s", preamble,
3886 const char *preamble)
3893 (char *)preamble, write_lease_option);
  /src/sys/dev/pci/
if_iwnreg.h 1385 uint32_t preamble; member in struct:iwn_tx_stats
  /src/external/bsd/wpa/dist/src/ap/
ap_config.h 1058 } preamble; member in struct:hostapd_config
  /src/external/bsd/wpa/dist/src/drivers/
driver.h 1557 * preamble - Whether short preamble is enabled
1559 int preamble; member in struct:wpa_driver_ap_params
1785 * punct_bitmap - Preamble puncturing bitmap
2733 * @punct_bitmap - Preamble puncturing bitmap

Completed in 61 milliseconds