Home
last modified time | relevance | path

Searched refs:tag (Results 151 – 175 of 1868) sorted by relevance

12345678910>>...75

/freebsd/contrib/bearssl/src/ssl/
H A Dssl_rec_gcm.c80 void *data, size_t len, void *tag) in do_tag() argument
99 memset(tag, 0, 16); in do_tag()
100 cc->gh(tag, cc->h, header, sizeof header); in do_tag()
101 cc->gh(tag, cc->h, data, len); in do_tag()
102 cc->gh(tag, cc->h, footer, sizeof footer); in do_tag()
129 unsigned char tag[16]; in gcm_decrypt() local
133 do_tag(cc, record_type, version, buf, len, tag); in gcm_decrypt()
134 do_ctr(cc, data, buf, len, tag); in gcm_decrypt()
143 bad |= tag[u] ^ buf[len + u]; in gcm_decrypt()
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vfsops_os.h145 #define ZFS_TEARDOWN_ENTER_READ(zfsvfs, tag) \ argument
146 rrm_enter_read(&(zfsvfs)->z_teardown_lock, tag);
148 #define ZFS_TEARDOWN_EXIT_READ(zfsvfs, tag) \ argument
149 rrm_exit(&(zfsvfs)->z_teardown_lock, tag)
151 #define ZFS_TEARDOWN_ENTER_WRITE(zfsvfs, tag) \ argument
152 rrm_enter(&(zfsvfs)->z_teardown_lock, RW_WRITER, tag)
155 rrm_exit(&(zfsvfs)->z_teardown_lock, tag)
157 #define ZFS_TEARDOWN_EXIT(zfsvfs, tag) \ argument
158 rrm_exit(&(zfsvfs)->z_teardown_lock, tag)
/freebsd/crypto/openssl/providers/common/der/
H A Dder_rsa_key.c247 static int DER_w_MaskGenAlgorithm(WPACKET *pkt, int tag, in DER_w_MaskGenAlgorithm() argument
272 return ossl_DER_w_precompiled(pkt, tag, maskgenalg, maskgenalg_sz); in DER_w_MaskGenAlgorithm()
283 int ossl_DER_w_RSASSA_PSS_params(WPACKET *pkt, int tag, in ossl_DER_w_RSASSA_PSS_params() argument
348 return ossl_DER_w_begin_sequence(pkt, tag) in ossl_DER_w_RSASSA_PSS_params()
355 && ossl_DER_w_end_sequence(pkt, tag); in ossl_DER_w_RSASSA_PSS_params()
367 int ossl_DER_w_algorithmIdentifier_RSA_PSS(WPACKET *pkt, int tag, in ossl_DER_w_algorithmIdentifier_RSA_PSS() argument
385 return ossl_DER_w_begin_sequence(pkt, tag) in ossl_DER_w_algorithmIdentifier_RSA_PSS()
390 && ossl_DER_w_end_sequence(pkt, tag); in ossl_DER_w_algorithmIdentifier_RSA_PSS()
393 int ossl_DER_w_algorithmIdentifier_RSA(WPACKET *pkt, int tag, RSA *rsa) in ossl_DER_w_algorithmIdentifier_RSA() argument
398 return ossl_DER_w_algorithmIdentifier_RSA_PSS(pkt, tag, rsa_type, in ossl_DER_w_algorithmIdentifier_RSA()
/freebsd/crypto/heimdal/lib/asn1/
H A Dasn1_print.c59 unsigned int tag; in loop() local
66 ret = der_get_tag (buf, len, &class, &type, &tag, &sz); in loop()
80 tagname = der_get_tag_name(tag); in loop()
84 printf ("tag %d = ", tag); in loop()
96 (class == ASN1_C_UNIV && type == CONS && tag == UT_Sequence) || in loop()
97 (class == ASN1_C_UNIV && type == CONS && tag == UT_Set)) { in loop()
116 printf ("%lu bytes [%u]", (unsigned long)length, tag); in loop()
124 switch (tag) { in loop()
179 unsigned int tag; in loop() local
182 &class, &type, &tag, &sz); in loop()
[all …]
/freebsd/sys/dev/bxe/
H A Dbxe_debug.c47 bus_space_write_1(sc->bar[BAR0].tag, in bxe_reg_write8()
61 bus_space_write_2(sc->bar[BAR0].tag, in bxe_reg_write16()
75 bus_space_write_4(sc->bar[BAR0].tag, in bxe_reg_write32()
86 val = bus_space_read_1(sc->bar[BAR0].tag, in bxe_reg_read8()
103 val = bus_space_read_2(sc->bar[BAR0].tag, in bxe_reg_read16()
191 char *tag, in bxe_dump_mem() argument
201 BLOGI(sc, "++++++++++++ %s\n", tag); in bxe_dump_mem()
222 BLOGI(sc, "------------ %s\n", tag); in bxe_dump_mem()
229 char *tag, in bxe_dump_mbuf_data() argument
240 BLOGI(sc, "++++++++++++ %s\n", tag); in bxe_dump_mbuf_data()
[all …]
/freebsd/lib/libc/gen/
H A Dfmtmsg.c49 const char *action, const char *tag) in fmtmsg() argument
69 tag); in fmtmsg()
81 action, tag); in fmtmsg()
113 const char *text, const char *act, const char *tag) in printfmt() argument
128 if (tag != MM_NULLTAG) in printfmt()
129 size += strlen(tag); in printfmt()
148 } else if (strcmp(comp, "tag") == 0 && tag != MM_NULLTAG) { in printfmt()
150 strlcat(output, tag, size); in printfmt()
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dtag.h75 void evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data,
78 void evtag_marshal_buffer(struct evbuffer *evbuf, ev_uint32_t tag,
97 void evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag,
100 void evtag_marshal_int64(struct evbuffer *evbuf, ev_uint32_t tag,
104 void evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag,
108 void evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t tag,
/freebsd/contrib/libevent/include/event2/
H A Dtag.h75 void evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data,
78 void evtag_marshal_buffer(struct evbuffer *evbuf, ev_uint32_t tag,
97 void evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag,
100 void evtag_marshal_int64(struct evbuffer *evbuf, ev_uint32_t tag,
104 void evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag,
108 void evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t tag,
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_nfs4.c43 int tag; member
475 if (myacl->tag != ARCHIVE_ENTRY_ACL_GROUP) in acl_match()
480 if (myacl->tag != ARCHIVE_ENTRY_ACL_USER) in acl_match()
531 if (myacl->tag != ARCHIVE_ENTRY_ACL_GROUP) in acl_match()
536 if (myacl->tag != ARCHIVE_ENTRY_ACL_USER) in acl_match()
586 if (myacl->tag != ARCHIVE_ENTRY_ACL_USER) in acl_match()
650 if (myacl->tag != ARCHIVE_ENTRY_ACL_USER) in acl_match()
662 if (myacl->tag != ARCHIVE_ENTRY_ACL_GROUP) in acl_match()
789 int type, permset, tag, qual; in compare_entry_acls() local
814 if (tag == myacls[marker[i]].tag in compare_entry_acls()
[all …]
/freebsd/usr.sbin/bsnmpd/bsnmpd/
H A Dsnmpd.config287 # Send notifications to target tag "test"
288 # tag := "test"
289 # snmpNotifyRowStatus.$(tag) = 4
290 # snmpNotifyTag.$(tag) = $(tag)
300 # snmpTargetParamsRowStatus.$(tag) = 5
303 # snmpTargetParamsSecurityName.$(tag) = $(user1)
305 # snmpTargetParamsRowStatus.$(tag) = 1
310 # snmpTargetAddrRowStatus.$(tag) = 5
313 # snmpTargetAddrParams.$(tag) = $(tag)
314 # snmpTargetAddrRowStatus.$(tag) = 1
[all …]
/freebsd/contrib/wpa/wpa_supplicant/examples/
H A Dwps-nfc.py295 def wps_tag_read(tag, wait_remove=True): argument
297 if len(tag.ndef.message):
298 for record in tag.ndef.message:
312 while tag.is_present:
318 def rdwr_connected_write(tag): argument
321 tag.ndef.message = str(write_data)
371 def rdwr_connected(tag): argument
373 summary("Tag connected: " + str(tag))
375 if tag.ndef:
376 print("NDEF tag: " + tag.type)
[all …]
/freebsd/contrib/sendmail/libsm/
H A Dheap.c366 sm_malloc_tagged(size, tag, num, group) in sm_malloc_tagged() argument
368 char *tag;
420 sm_malloc_tagged_x(size, tag, num, group) in sm_malloc_tagged_x() argument
422 char *tag;
477 sm_heap_register(ptr, size, tag, num, group) in sm_heap_register() argument
480 char *tag;
511 hi->hi_tag = tag;
665 sm_free_tagged(ptr, tag, num) in sm_free_tagged() argument
667 char *tag;
727 sm_heap_checkptr_tagged(ptr, tag, num) in sm_heap_checkptr_tagged() argument
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A DMakefile.in209 libkrb5_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
459 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
463 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
1506 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) …
1625 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) …
1723 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) …
1779 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) …
1877 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) …
1940 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) …
1954 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) …
[all …]
/freebsd/sys/netgraph/
H A Dng_ipfw.c229 struct m_tag *tag; in ng_ipfw_rcvdata() local
237 tag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL); in ng_ipfw_rcvdata()
238 if (tag == NULL) { in ng_ipfw_rcvdata()
249 r = (struct ipfw_rule_ref *)(tag + 1); in ng_ipfw_rcvdata()
303 struct m_tag *tag; in ng_ipfw_input() local
308 tag = m_tag_alloc(MTAG_IPFW_RULE, 0, sizeof(*r), in ng_ipfw_input()
310 if (tag == NULL) { in ng_ipfw_input()
314 r = (struct ipfw_rule_ref *)(tag + 1); in ng_ipfw_input()
319 m_tag_prepend(m, tag); in ng_ipfw_input()
/freebsd/tools/bus_space/C/
H A Dlang.c116 busdma_tag_derive(busdma_tag_t tag, bus_addr_t align, bus_addr_t bndry, in busdma_tag_derive() argument
122 res = bd_tag_derive(tag, align, bndry, maxaddr, maxsz, nsegs, maxsegsz, in busdma_tag_derive()
131 busdma_tag_destroy(busdma_tag_t tag) in busdma_tag_destroy() argument
134 return (bd_tag_destroy(tag)); in busdma_tag_destroy()
138 busdma_mem_alloc(busdma_tag_t tag, u_int flags, busdma_md_t *out_p) in busdma_mem_alloc() argument
142 res = bd_mem_alloc(tag, flags); in busdma_mem_alloc()
157 busdma_md_create(busdma_tag_t tag, u_int flags, busdma_md_t *out_p) in busdma_md_create() argument
161 res = bd_md_create(tag, flags); in busdma_md_create()
/freebsd/contrib/dialog/samples/
H A Dinputmenu268 tag=`echo "$returntext" |sed -e 's/^RENAMED //' -e 's/:.*/:/'`
71 case "$tag" in
85 tag=
88 test -n "$tag" && defaultitem="$tag"
H A Dinputmenu377 tag=`echo "$returntext" |sed -e 's/^RENAMED //' -e 's/:.*/:/'`
80 case "$tag" in
94 tag=
97 test -n "$tag" && defaultitem="$tag"
/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_12.E.err1 test_12: invalid XML tag name: '2by4'
2 test_12: invalid XML tag name: '4x4'
3 test_12: invalid XML tag name: '2morrow'
4 test_12: invalid XML tag name: '2by4'
H A Dtest_12.H.err1 test_12: invalid XML tag name: '2by4'
2 test_12: invalid XML tag name: '4x4'
3 test_12: invalid XML tag name: '2morrow'
4 test_12: invalid XML tag name: '2by4'
H A Dtest_12.HIPx.err1 test_12: invalid XML tag name: '2by4'
2 test_12: invalid XML tag name: '4x4'
3 test_12: invalid XML tag name: '2morrow'
4 test_12: invalid XML tag name: '2by4'
H A Dtest_12.HP.err1 test_12: invalid XML tag name: '2by4'
2 test_12: invalid XML tag name: '4x4'
3 test_12: invalid XML tag name: '2morrow'
4 test_12: invalid XML tag name: '2by4'
H A Dtest_12.J.err1 test_12: invalid XML tag name: '2by4'
2 test_12: invalid XML tag name: '4x4'
3 test_12: invalid XML tag name: '2morrow'
4 test_12: invalid XML tag name: '2by4'
H A Dtest_12.JP.err1 test_12: invalid XML tag name: '2by4'
2 test_12: invalid XML tag name: '4x4'
3 test_12: invalid XML tag name: '2morrow'
4 test_12: invalid XML tag name: '2by4'
H A Dtest_12.T.err1 test_12: invalid XML tag name: '2by4'
2 test_12: invalid XML tag name: '4x4'
3 test_12: invalid XML tag name: '2morrow'
4 test_12: invalid XML tag name: '2by4'
H A Dtest_12.X.err1 test_12: invalid XML tag name: '2by4'
2 test_12: invalid XML tag name: '4x4'
3 test_12: invalid XML tag name: '2morrow'
4 test_12: invalid XML tag name: '2by4'

12345678910>>...75