Searched refs:tag (Results 126 - 150 of 1121) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h104 const ProgramPointTag *tag = nullptr)
108 Tag(tag, (((unsigned) k) >> 4) & 0x3) {
118 const ProgramPointTag *tag = nullptr)
122 Tag(tag, (((unsigned) k) >> 4) & 0x3) {}
131 /// except for using the specified tag value.
132 ProgramPoint withTag(const ProgramPointTag *tag) const {
134 getLocationContext(), tag);
222 const ProgramPointTag *tag);
228 const ProgramPointTag *tag = nullptr)
229 : ProgramPoint(B, BlockEntranceKind, L, tag) {
273 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L, const ProgramPointTag *tag) argument
297 PreStmt(const Stmt *S, const LocationContext *L, const ProgramPointTag *tag, const Stmt *SubStmt = nullptr) argument
376 LocationCheck(const Stmt *S, const LocationContext *L, ProgramPoint::Kind K, const ProgramPointTag *tag) argument
[all...]
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw_pfil.c128 struct m_tag *tag; local
136 * extract and remove the tag if present. If we are left
139 tag = m_tag_locate(*m0, MTAG_IPFW_RULE, 0, NULL);
140 if (tag != NULL) {
141 args.rule = *((struct ipfw_rule_ref *)(tag+1));
142 m_tag_delete(*m0, tag);
203 * reuse the tag if present.
205 tag = (dir == DIR_IN) ? NULL :
207 if (tag != NULL) {
208 m_tag_unlink(*m0, tag);
455 struct m_tag *tag; local
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dversion.c53 if (lib_version->tag[0] != '\0')
56 else if (my_version->tag[0] != '\0')
76 && 0 == strcmp(my_version->tag, lib_version->tag));
109 lib_version->patch, lib_version->tag,
111 my_version->patch, my_version->tag);
229 version->tag = "";
253 version->tag = apr_pstrdup(result_pool, hyphen + 1);
302 if (version->tag && version->tag[
[all...]
/freebsd-12-stable/sys/fs/udf/
H A Decma167-udf.h50 /* Descriptor tag [3/7.2] */
148 struct desc_tag tag; member in struct:anchor_vdp
155 struct desc_tag tag; member in struct:vol_desc_ptr
162 struct desc_tag tag; member in struct:pri_vol_desc
188 struct desc_tag tag; member in struct:logvol_desc
266 struct desc_tag tag; member in struct:udf_sparing_table
276 struct desc_tag tag; member in struct:part_desc
292 struct desc_tag tag; member in struct:fileset_desc
315 struct desc_tag tag; member in struct:fileid_desc
332 struct desc_tag tag; member in struct:file_entry
372 struct desc_tag tag; member in union:dscrptr
[all...]
/freebsd-12-stable/tests/sys/opencrypto/
H A Dcryptodev.py106 ('tag', 'P', 0),
237 def _doaead(self, op, src, aad, iv, tag=None):
252 raise ValueError('must have a tag length')
254 tag = str_to_ascii(tag)
255 if tag is None:
256 tag = array.array('B', [0] * self._maclen)
258 assert len(tag) == self._maclen, \
259 '%d != %d' % (len(tag), self._maclen)
260 tag
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp26 u32 tag; member in struct:__sanitizer::StackDepotNode
41 if ((hash & kHashMask) != hash_bits || args.size != size || args.tag != tag)
63 tag = args.tag;
67 return args_type(&stack[0], size, tag);
H A Dsanitizer_stacktrace.h45 u32 tag; member in struct:__sanitizer::StackTrace
52 StackTrace() : trace(nullptr), size(0), tag(0) {}
53 StackTrace(const uptr *trace, u32 size) : trace(trace), size(size), tag(0) {}
54 StackTrace(const uptr *trace, u32 size, u32 tag) argument
55 : trace(trace), size(size), tag(tag) {}
/freebsd-12-stable/lib/libc/posix1e/
H A Dacl_strip.c74 acl_tag_t tag; local
91 tag = ACL_UNDEFINED_TAG;
100 if (acl_get_tag_type(entry, &tag) == -1)
103 switch(tag) {
107 if (acl_get_tag_type(entry, &tag) == -1)
113 if (acl_set_tag_type(entry_new, tag) == -1)
/freebsd-12-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_tlv.c71 uint8_t tag; member in struct:bhnd_nvram_tlv_env_hdr
99 uint8_t *tag);
127 uint8_t tag; local
129 /* Fetch just the first tag */
130 error = bhnd_nvram_io_read(io, 0x0, &tag, sizeof(tag));
136 if (tag == NVRAM_TLV_TYPE_END)
142 /* Otherwise, look at the initial header for a valid TLV ENV tag,
151 if (ident.hdr.tag != NVRAM_TLV_TYPE_ENV)
179 uint8_t tag; local
646 bhnd_nvram_tlv_next_record(struct bhnd_nvram_io *io, size_t *next, size_t *offset, uint8_t *tag) argument
720 uint8_t tag; local
756 uint8_t tag; local
[all...]
/freebsd-12-stable/contrib/ntp/scripts/deprecated/
H A Dhtml2man.in95 # $token->[1] has the tag name, or text (for "T" case)
101 if($tag) {
114 $tag = 0;
146 $tag = 1;
150 $tag = 1;
180 $tag = 1;
211 $tag = 1;
/freebsd-12-stable/crypto/heimdal/lib/asn1/
H A Dasn1_print.c59 unsigned int tag; local
66 ret = der_get_tag (buf, len, &class, &type, &tag, &sz);
80 tagname = der_get_tag_name(tag);
84 printf ("tag %d = ", tag);
89 errx (1, "unreasonable tag length (%u) > %u",
94 if ((class == ASN1_C_UNIV && type == PRIM && tag == UT_OctetString) ||
96 (class == ASN1_C_UNIV && type == CONS && tag == UT_Sequence) ||
97 (class == ASN1_C_UNIV && type == CONS && tag == UT_Set)) {
116 printf ("%lu bytes [%u]", (unsigned long)length, tag);
179 unsigned int tag; local
[all...]
H A Dder_length.c118 der_length_tag(unsigned int tag) argument
122 if(tag <= 30)
124 while(tag) {
125 tag /= 128;
/freebsd-12-stable/sys/dev/sfxge/common/
H A Def10_vpd.c51 uint32_t tag; local
59 tag = TLV_TAG_GLOBAL_STATIC_VPD;
62 tag = TLV_TAG_PF_STATIC_VPD(pci_pf);
74 tag, &svpd, &svpd_size);
141 uint32_t tag; local
148 tag = TLV_TAG_GLOBAL_DYNAMIC_VPD;
151 tag = TLV_TAG_PF_DYNAMIC_VPD(pci_pf);
156 tag, &dvpd, &dvpd_size)) != 0)
366 /* If the provided (tag,keyword) exists in svpd, then it is readonly */
413 uint32_t tag; local
[all...]
/freebsd-12-stable/sys/dev/bxe/
H A Dbxe_debug.c49 bus_space_write_1(sc->bar[BAR0].tag,
63 bus_space_write_2(sc->bar[BAR0].tag,
77 bus_space_write_4(sc->bar[BAR0].tag,
88 val = bus_space_read_1(sc->bar[BAR0].tag,
105 val = bus_space_read_2(sc->bar[BAR0].tag,
122 val = bus_space_read_4(sc->bar[BAR0].tag,
193 char *tag,
203 BLOGI(sc, "++++++++++++ %s\n", tag);
224 BLOGI(sc, "------------ %s\n", tag);
231 char *tag,
192 bxe_dump_mem(struct bxe_softc *sc, char *tag, uint8_t *mem, uint32_t len) argument
230 bxe_dump_mbuf_data(struct bxe_softc *sc, char *tag, struct mbuf *m, uint8_t contents) argument
[all...]
/freebsd-12-stable/usr.bin/logger/
H A Dlogger.c99 char *tag, *host, buf[1024], *timestamp, tbuf[26], local
103 tag = NULL;
151 case 't': /* tag */
152 tag = optarg;
171 if (tag == NULL)
172 tag = getlogin();
175 openlog(tag, logflags, 0);
197 logmessage(pri, timestamp, hostname, tag,
202 logmessage(pri, timestamp, hostname, tag,
212 logmessage(pri, timestamp, hostname, tag, sock
345 logmessage(int pri, const char *timestamp, const char *hostname, const char *tag, struct socks *sk, ssize_t nsock, const char *buf) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp23 const ProgramPointTag *tag){
28 return PreStmt(S, LC, tag);
30 return PostStmt(S, LC, tag);
32 return PreLoad(S, LC, tag);
34 return PostLoad(S, LC, tag);
36 return PreStore(S, LC, tag);
38 return PostLValue(S, LC, tag);
40 return PostStmtPurgeDeadSymbols(S, LC, tag);
42 return PreStmtPurgeDeadSymbols(S, LC, tag);
21 getProgramPoint(const Stmt *S, ProgramPoint::Kind K, const LocationContext *LC, const ProgramPointTag *tag) argument
/freebsd-12-stable/contrib/wpa/src/crypto/
H A Daes-eax.c25 * @tag: 16-byte tag value
30 u8 *data, size_t data_len, u8 *tag)
70 tag[i] = nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i];
89 * @tag: 16-byte tag value
90 * Returns: 0 on success, -1 on failure, -2 if tag does not match
94 u8 *data, size_t data_len, const u8 *tag)
140 if (tag[i] != (nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i]))
28 aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, const u8 *hdr, size_t hdr_len, u8 *data, size_t data_len, u8 *tag) argument
92 aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, const u8 *hdr, size_t hdr_len, u8 *data, size_t data_len, const u8 *tag) argument
/freebsd-12-stable/contrib/wpa/src/wps/
H A Dhttp_client.h37 char * http_client_get_hdr_line(struct http_client *c, const char *tag);
H A Dhttp_server.h23 char * http_request_get_hdr_line(struct http_request *req, const char *tag);
/freebsd-12-stable/contrib/bearssl/src/aead/
H A Dgcm.c81 * at 2 (value 1 is for encrypting the GHASH output into the tag).
236 br_gcm_get_tag(br_gcm_context *ctx, void *tag) argument
262 memcpy(tag, ctx->y, 16);
263 (*ctx->bctx)->run(ctx->bctx, ctx->j0_1, ctx->j0_2, tag, 16);
268 br_gcm_get_tag_trunc(br_gcm_context *ctx, void *tag, size_t len) argument
273 memcpy(tag, tmp, len);
278 br_gcm_check_tag_trunc(br_gcm_context *ctx, const void *tag, size_t len) argument
287 x |= tmp[u] ^ ((const unsigned char *)tag)[u];
294 br_gcm_check_tag(br_gcm_context *ctx, const void *tag) argument
296 return br_gcm_check_tag_trunc(ctx, tag, 1
[all...]
/freebsd-12-stable/contrib/bearssl/src/ssl/
H A Dssl_rec_gcm.c67 * 16 bytes for the authentication tag (after the ciphertext)
74 * Compute the authentication tag. The value written in 'tag' must still
80 void *data, size_t len, void *tag)
86 * Compute authentication tag. Three elements must be injected in
99 memset(tag, 0, 16);
100 cc->gh(tag, cc->h, header, sizeof header);
101 cc->gh(tag, cc->h, data, len);
102 cc->gh(tag, cc->h, footer, sizeof footer);
108 * processing of the authentication tag
78 do_tag(br_sslrec_gcm_context *cc, int record_type, unsigned version, void *data, size_t len, void *tag) argument
129 unsigned char tag[16]; local
[all...]
/freebsd-12-stable/contrib/bearssl/src/symcipher/
H A Dpoly1305_ctmul32.c168 void *tag, br_chacha20_run ichacha, int encrypt)
275 br_enc16le((unsigned char *)tag, z & 0xFFFF);
277 br_enc16le((unsigned char *)tag + 2, z & 0xFFFF);
279 br_enc16le((unsigned char *)tag + 4, z & 0xFFFF);
281 br_enc16le((unsigned char *)tag + 6, z & 0xFFFF);
283 br_enc16le((unsigned char *)tag + 8, z & 0xFFFF);
285 br_enc16le((unsigned char *)tag + 10, z & 0xFFFF);
287 br_enc16le((unsigned char *)tag + 12, z & 0xFFFF);
289 br_enc16le((unsigned char *)tag + 14, z & 0xFFFF);
166 br_poly1305_ctmul32_run(const void *key, const void *iv, void *data, size_t len, const void *aad, size_t aad_len, void *tag, br_chacha20_run ichacha, int encrypt) argument
/freebsd-12-stable/contrib/dialog/samples/
H A Dinputmenu160 tag=`echo "$value" |sed -e 's/^RENAMED //' -e 's/:.*//'`
63 case "$tag" in
H A Dinputmenu461 tag=`echo "$value" |sed -e 's/^RENAMED //' -e 's/:.*//'`
64 case "$tag" in
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/
H A Dsecretstream_xchacha20poly1305.c115 const unsigned char *ad, unsigned long long adlen, unsigned char tag)
137 block[0] = tag;
144 c = out + (sizeof tag);
165 if ((tag & crypto_secretstream_xchacha20poly1305_TAG_REKEY) != 0 ||
190 unsigned char tag; local
217 tag = block[0];
221 c = in + (sizeof tag);
245 if ((tag & crypto_secretstream_xchacha20poly1305_TAG_REKEY) != 0 ||
254 *tag_p = tag;
111 crypto_secretstream_xchacha20poly1305_push(crypto_secretstream_xchacha20poly1305_state *state, unsigned char *out, unsigned long long *outlen_p, const unsigned char *m, unsigned long long mlen, const unsigned char *ad, unsigned long long adlen, unsigned char tag) argument

Completed in 174 milliseconds

1234567891011>>