Home
last modified time | relevance | path

Searched refs:preamble (Results 1 – 25 of 97) sorted by relevance

1234

/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dwriter.c1146 uint8_t *preamble; in pgp_write_se_ip_pktset() local
1152 if ((preamble = calloc(1, preamblesize)) == NULL) { in pgp_write_se_ip_pktset()
1161 free(preamble); in pgp_write_se_ip_pktset()
1164 pgp_random(preamble, crypted->blocksize); in pgp_write_se_ip_pktset()
1165 preamble[crypted->blocksize] = preamble[crypted->blocksize - 2]; in pgp_write_se_ip_pktset()
1166 preamble[crypted->blocksize + 1] = preamble[crypted->blocksize - 1]; in pgp_write_se_ip_pktset()
1169 hexdump(stderr, "preamble", preamble, preamblesize); in pgp_write_se_ip_pktset()
1174 pgp_calc_mdc_hash(preamble, preamblesize, data, len, hashed); in pgp_write_se_ip_pktset()
1189 if (!pgp_write(output, preamble, (unsigned)preamblesize) || in pgp_write_se_ip_pktset()
1200 free(preamble); in pgp_write_se_ip_pktset()
[all …]
H A Dmisc.c760 pgp_calc_mdc_hash(const uint8_t *preamble, in pgp_calc_mdc_hash() argument
770 hexdump(stderr, "preamble", preamble, sz_preamble); in pgp_calc_mdc_hash()
782 hash.add(&hash, preamble, (unsigned)sz_preamble); in pgp_calc_mdc_hash()
H A Dreader.c1600 uint8_t *preamble; in se_ip_data_reader() local
1657 preamble = buf; in se_ip_data_reader()
1666 pgp_calc_mdc_hash(preamble, sz_preamble, plaintext, in se_ip_data_reader()
/netbsd-src/external/bsd/libfido2/dist/src/
H A Dnfc_linux.c302 uint8_t preamble; in fido_nfc_read() local
306 iov[0].iov_base = &preamble; in fido_nfc_read()
307 iov[0].iov_len = sizeof(preamble); in fido_nfc_read()
323 if (preamble != 0x00) { in fido_nfc_read()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dformat.py49 def parseScript(test, preamble): argument
87 require_script=not preamble)
98 script += preamble
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-open-bfd.c114 const ctf_preamble_t *preamble; in ctf_bfdopen_ctfsect() local
121 preamble = ctf_arc_bufpreamble (ctfsect); in ctf_bfdopen_ctfsect()
123 if (preamble->ctp_flags & CTF_F_DYNSTR) in ctf_bfdopen_ctfsect()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-open-bfd.c114 const ctf_preamble_t *preamble; in ctf_bfdopen_ctfsect() local
121 preamble = ctf_arc_bufpreamble (ctfsect); in ctf_bfdopen_ctfsect()
123 if (preamble->ctp_flags & CTF_F_DYNSTR) in ctf_bfdopen_ctfsect()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/
H A DGNUmakefile33 -include GNUmakefile.preamble
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Dbooktitle.sdf9 !include "../preamble.sdf"
H A DMakefile22 ../preamble.sdf \
H A Dmaster.sdf16 !include "../preamble.sdf"; plain
/netbsd-src/external/gpl3/binutils/dist/libsframe/doc/
H A Dsframe-spec.info115 preamble, and two other sub-sections, namely the SFrame Function
132 The preamble is a 32-bit packed structure; the only part of the SFrame
142 Every element of the SFrame preamble is naturally aligned.
199 The preamble contains bitflags in its ‘sfp_flags’ field that describe
220 with the SFrame preamble. All parts of it other than the preamble
272 0x00 ‘sframe_preamble sfh_preamble’ The SFrame preamble.
640 * SFrame preamble: SFrame Preamble. (line 6)
H A Dsframe-spec.texi128 The SFrame section consists of an SFrame header, starting with a preamble, and
141 @cindex SFrame preamble
143 The preamble is a 32-bit packed structure; the only part of the SFrame whose
155 Every element of the SFrame preamble is naturally aligned.
220 The preamble contains bitflags in its @code{sfp_flags} field that
242 SFrame preamble. All parts of it other than the preamble
294 @tab The SFrame preamble. @xref{SFrame Preamble}.
/netbsd-src/sys/dev/
H A Dvndvar.h154 char preamble[128]; member
/netbsd-src/external/gpl2/groff/dist/src/devices/grodvi/
H A Ddvi.cpp136 void preamble();
213 preamble(); in dvi_printer()
467 void dvi_printer::preamble() in preamble() function in dvi_printer
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-view/share/
H A DReporter.py130 msg.preamble = mainMsg
/netbsd-src/crypto/external/bsd/openssh/dist/
H A DPROTOCOL.sshsig89 The preamble is the six-byte sequence "SSHSIG". It is included to
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dvf610-zii-ssmb-dtu.dts112 suppress-preamble;
H A Dvf610-zii-cfu1.dts162 suppress-preamble;
H A Dvf610-zii-spb4.dts123 suppress-preamble;
H A Dvf610-zii-ssmb-spu3.dts137 suppress-preamble;
H A Dvf610-zii-dev.dtsi141 suppress-preamble;
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dtex95 0 search/1/c @preamble{ BibTeX text file
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DPCHInternals.rst467 --- called a precompiled *preamble* --- is automatically generated by parsing
470 depends on), reparsing of that source file can use the precompiled preamble and
474 this case, Clang will create the precompiled preamble as a chained precompiled
476 reduces the time needed to serialize the precompiled preamble for use in
/netbsd-src/external/gpl3/binutils/dist/libctf/doc/
H A Dctf-spec.info80 The CTF dictionary consists of a “preamble”, which does not vary
229 The preamble is the only part of the CTF dictionary whose format cannot
243 consider the existence of the preamble as a separate structure.
292 The preamble contains bitflags in its ‘ctp_flags’ field that describe
325 preamble. All parts of it other than the preamble (*note CTF
364 0x00 ‘ctf_preamble_t cth_preamble’ The preamble (conceptually embedded in the header).
422 is set in the preamble’s ‘ctp_flags’.

1234