/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/crypto/ |
H A D | aes_ccm_test.txt | 12 tag: 25d1a38495a7dea45bda049705627d10 23 tag: 6be3fd13b7065afc19e3b8a3b96b39fb 34 tag: 25409c795d491d804e583917227b73c7 45 tag: 848b6735d32c96e4a0532bcdfaf33582 56 tag: 417da29df85a1d134feee8aa35569081 67 tag: c2c6dcaeaeb9f38a3a42d2f4e8a17de4 78 tag: 155577b98a811e45324616043997bc03 89 tag: 9e1acee688848bca454c6d04753d3c7d 100 tag: bb8e261879d6f639aa42d2d50ed750b8 111 tag: c5a57dd6fa16aa9de8de20e6bd321396 [all …]
|
H A D | aes_gcm_test.txt | 12 tag: 0a3ea7a5487cb5f7d70fb6c58d038554 23 tag: 1e348ba07cca2cf04c618cb4d43a5b92 34 tag: 4bb9b4812519dadf9e1232016d068133 45 tag: 960247ba5cde02e41a313c4c0136edc3 56 tag: 7c1e4ae88bb27e5638343cb9fd3f6337 67 tag: 3b626940e0e9f0cbea8e18c437fd6011 78 tag: 1486a91cccf92c9a5b00f7b0e034891c 89 tag: 1ee6513ce30c7873f59dd4350a588f42 100 tag: 6cd8521422c0177e83ef1b7a845d97db 111 tag: f4eb193241226db017b32ec38ca47217 [all …]
|
H A D | aes_ccm_test.json | 11 "or contain an invalid ciphertext or tag." 23 "description" : "Tag size 2 is invalid.", 24 "effect" : "Ciphertexts can be forged if tag size 2 is allowed.", 39 … tag. The test vector was obtained by manipulating a valid ciphertext. The purpose of the test is … 40 "effect" : "Failing to fully verify a tag reduces the security level of an encryption." 65 "tag" : "25d1a38495a7dea45bda049705627d10", string 79 "tag" : "6be3fd13b7065afc19e3b8a3b96b39fb", string 93 "tag" : "25409c795d491d804e583917227b73c7", string 107 "tag" : "848b6735d32c96e4a0532bcdfaf33582", string 121 "tag" : "417da29df85a1d134feee8aa35569081", string [all …]
|
H A D | aes_gcm_test.json | 11 "or contain an invalid ciphertext or tag." 30 … tag. The test vector was obtained by manipulating a valid ciphertext. The purpose of the test is … 31 "effect" : "Failing to fully verify a tag reduces the security level of an encryption." 43 "description" : "The test vector contains special cases for iv and tag." 71 "tag" : "0a3ea7a5487cb5f7d70fb6c58d038554", string 85 "tag" : "1e348ba07cca2cf04c618cb4d43a5b92", string 99 "tag" : "4bb9b4812519dadf9e1232016d068133", string 113 "tag" : "960247ba5cde02e41a313c4c0136edc3", string 127 "tag" : "7c1e4ae88bb27e5638343cb9fd3f6337", string 141 "tag" : "3b626940e0e9f0cbea8e18c437fd6011", string [all …]
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpciph_aes_ccm_cavs.txt | 17 Tag = 02209f55 25 Tag = 9a04c241 35 Tag = f5f915df 45 Tag = 7a3c3499 55 Tag = f09c2986 63 Tag = 4ae97e71 73 Tag = ecb38c8b 83 Tag = 9c4dc530 93 Tag = 67299ef6 103 Tag = b0538d02 [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CommentHTMLTags.td | 1 class Tag<string spelling> { 7 def Em : Tag<"em">; 8 def Strong : Tag<"strong">; 9 def Tt : Tag<"tt">; 10 def I : Tag<"i">; 11 def B : Tag<"b">; 12 def Big : Tag<"big">; 13 def Small : Tag<"small">; 14 def Strike : Tag<"strike">; 15 def S : Tag<"s">; [all …]
|
/freebsd/sys/dev/proto/ |
H A D | proto_busdma.c | 65 struct proto_tag *tag; in proto_busdma_tag_create() local 68 if (ioc->u.tag.bndry != 0 && in proto_busdma_tag_create() 69 (ioc->u.tag.bndry & (ioc->u.tag.bndry - 1)) != 0) in proto_busdma_tag_create() 77 if (ioc->u.tag.maxsegsz > ioc->u.tag.maxsz || ioc->u.tag.nsegs == 1) in proto_busdma_tag_create() 78 ioc->u.tag.maxsegsz = ioc->u.tag.maxsz; in proto_busdma_tag_create() 80 tag = malloc(sizeof(*tag), M_PROTO_BUSDMA, M_WAITOK | M_ZERO); in proto_busdma_tag_create() 82 tag->parent = parent; in proto_busdma_tag_create() 83 LIST_INSERT_HEAD(&parent->children, tag, peers); in proto_busdma_tag_create() 84 tag->align = MAX(ioc->u.tag.align, parent->align); in proto_busdma_tag_create() 85 tag->bndry = BNDRY_MIN(ioc->u.tag.bndry, parent->bndry); in proto_busdma_tag_create() [all …]
|
/freebsd/contrib/libcbor/test/ |
H A D | tag_test.c | 12 cbor_item_t *tag; variable 18 tag = cbor_load(embedded_tag_data, 2, &res); in test_refcounting() 19 assert_true(cbor_refcount(tag) == 1); in test_refcounting() 20 cbor_item_t *item = cbor_tag_item(tag); in test_refcounting() 22 cbor_decref(&tag); in test_refcounting() 23 assert_null(tag); in test_refcounting() 29 /* Tag 0 + uint 0 */ 31 tag = cbor_load(embedded_tag_data, 2, &res); in test_embedded_tag() 32 assert_true(cbor_typeof(tag) == CBOR_TYPE_TAG); in test_embedded_tag() 33 assert_true(cbor_tag_value(tag) in test_embedded_tag() [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ARMAttributeParser.h | 28 Error handler(uint64_t tag, bool &handled) override; 30 Error stringAttribute(ARMBuildAttrs::AttrType tag); 32 Error CPU_arch(ARMBuildAttrs::AttrType tag); 33 Error CPU_arch_profile(ARMBuildAttrs::AttrType tag); 34 Error ARM_ISA_use(ARMBuildAttrs::AttrType tag); 35 Error THUMB_ISA_use(ARMBuildAttrs::AttrType tag); 36 Error FP_arch(ARMBuildAttrs::AttrType tag); 37 Error WMMX_arch(ARMBuildAttrs::AttrType tag); 38 Error Advanced_SIMD_arch(ARMBuildAttrs::AttrType tag); 39 Error MVE_arch(ARMBuildAttrs::AttrType tag); [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonDepMask.h | 15 { /*Tag:A2_addi*/ 21 { /*Tag:A2_andir*/ 27 { /*Tag:A2_combineii*/ 33 { /*Tag:A2_orir*/ 39 { /*Tag:A2_paddif*/ 45 { /*Tag:A2_paddifnew*/ 51 { /*Tag:A2_paddit*/ 57 { /*Tag:A2_padditnew*/ 63 { /*Tag:A2_subri*/ 69 { /*Tag:A2_tfrsi*/ [all …]
|
/freebsd/contrib/bearssl/ |
H A D | Doxyfile | 7 # front of the TAG it is preceding. 11 # TAG = value [value, ...] 13 # TAG += value [value, ...] 20 # This tag specifies the encoding used for all characters in the config file 22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This 43 # Using the PROJECT_BRIEF tag one can provide an optional one line description 49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included 56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path [all …]
|
/freebsd/contrib/ldns/ |
H A D | libdns.doxygen.in | 7 # front of the TAG it is preceding. 11 # TAG = value [value, ...] 13 # TAG += value [value, ...] 20 # This tag specifies the encoding used for all characters in the configuration 22 # text before the first occurrence of this tag. Doxygen uses libiconv (or the 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This 43 # Using the PROJECT_BRIEF tag one can provide an optional one line description 49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included 56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path [all …]
|
/freebsd/contrib/libcbor/ |
H A D | Doxyfile | 7 # front of the TAG it is preceding. 11 # TAG = value [value, ...] 13 # TAG += value [value, ...] 30 # This tag specifies the encoding used for all characters in the configuration 32 # text before the first occurrence of this tag. Doxygen uses libiconv (or the 39 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 47 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This 53 # Using the PROJECT_BRIEF tag one can provide an optional one line description 59 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included 66 # The OUTPUT_DIRECTORY tag i [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | ARMAttributeParser.cpp | 72 Error ARMAttributeParser::stringAttribute(AttrType tag) { in stringAttribute() argument 74 ELFAttrs::attrTypeAsString(tag, tagToStringMap, /*hasTagPrefix=*/false); in stringAttribute() 79 sw->printNumber("Tag", tag); in stringAttribute() 94 Error ARMAttributeParser::CPU_arch(AttrType tag) { in CPU_arch() argument 95 return parseStringAttribute("CPU_arch", tag, ArrayRef(CPU_arch_strings)); in CPU_arch() 98 Error ARMAttributeParser::CPU_arch_profile(AttrType tag) { in CPU_arch_profile() argument 111 printAttribute(tag, value, profile); in CPU_arch_profile() 115 Error ARMAttributeParser::ARM_ISA_use(AttrType tag) { in ARM_ISA_use() argument 117 return parseStringAttribute("ARM_ISA_use", tag, ArrayRef(strings)); in ARM_ISA_use() 120 Error ARMAttributeParser::THUMB_ISA_use(AttrType tag) { in THUMB_ISA_use() argument [all …]
|
/freebsd/contrib/libxo/tests/core/saved/ |
H A D | test_01.H.out | 1 …tag="type">ethernet</div><div class="text"> </div><div class="data" data-tag="type">bridge</div><d… 2 …v><div class="data" data-tag="max-chaos"> very </div><div class="data" data-tag="min-chaos">42</… 3 …tag="sku">gum-1412</div><div class="text">Connecting to </div><div class="data" data-tag="host">my…
|
H A D | test_01.HP.out | 3 <div class="data" data-tag="type">ethernet</div> 5 <div class="data" data-tag="type">bridge</div> 7 <div class="data" data-tag="type"> 18u</div> 9 <div class="data" data-tag="type"> 24</div> 12 <div class="data" data-tag="address">0x0</div> 14 <div class="data" data-tag="port">1</div> 19 <div class="data" data-tag="address">0x0</div> 21 <div class="data" data-tag="port">1</div> 26 <div class="data" data-tag="address">0x0</div> 28 <div class="data" data-tag="port">1</div> [all …]
|
H A D | test_08.H.out | 1 …tag="name" data-key="key">gum </div><div class="data" data-tag="count"> 1412</div></d…
|
H A D | test_08.HP.out | 6 <div class="data" data-tag="name" data-key="key">gum </div> 7 <div class="data" data-tag="count"> 1412</div> 10 <div class="data" data-tag="name" data-key="key">rope </div> 11 <div class="data" data-tag="count"> 85</div> 14 <div class="data" data-tag="name" data-key="key">ladder </div> 15 <div class="data" data-tag="count"> 0</div> 18 <div class="data" data-tag="name" data-key="key">bolt </div> 19 <div class="data" data-tag="count"> 4123</div> 22 <div class="data" data-tag="name" data-key="key">water </div> 23 <div class="data" data-tag="count"> 17</div> [all …]
|
H A D | test_12.H.out | 1 …tag="animal">fish</div><div class="text">, Two </div><div class="data color-fg-green color-bg-yell…
|
H A D | test_12.HP.out | 6 <div class="data color-fg-yellow color-bg-blue" data-tag="animal">fish</div> 8 <div class="data color-fg-green color-bg-yellow" data-tag="animal">fish</div> 12 <div class="data color-fg-red" data-tag="name">thing</div> 14 <div class="data color-fg-green" data-tag="color">green</div> 16 <div class="data" data-tag="time">02:15</div> 20 <div class="data color-fg-red" data-tag="hand">left</div> 22 <div class="data color-fg-blue" data-tag="color">blue</div> 24 <div class="data" data-tag="time">03:45</div> 28 <div class="data color-fg-red" data-tag="name">thing</div> 30 <div class="data color-fg-green" data-tag="color">green</div> [all …]
|
H A D | test_07.H.out | 1 …tag="v1">γιγνώσκειν</div><div class="text">, </div><div class="data" data-tag="v2">ὦ ἄνδρες ᾿Αθηνα…
|
H A D | test_07.HP.out | 3 <div class="data" data-tag="v1">γιγνώσκειν</div> 5 <div class="data" data-tag="v2">ὦ ἄνδρες ᾿Αθηναῖοι</div> 8 <div class="data" data-tag="columns">56</div> 11 <div class="data" data-tag="columns">2</div> 15 <div class="data" data-tag="v1">ახლავე გაიაროთ რეგისტრაცია</div> 17 <div class="data" data-tag="v2">Unicode-ის მეათე საერთაშორისო</div> 20 <div class="data" data-tag="columns">63</div> 29 <div class="data" data-tag="columns">59</div> 32 <div class="data" data-tag="first-name">Jim</div> 34 <div class="data" data-tag="nic-name">"რეგტ"</div> [all …]
|
H A D | test_05.H.out | 1 …tag="gurmukhi">ਲਹੌਰ ਪਾਕਿਸਤਾਨੀ ਪੰਜਾਬ ਦੀ ਰਾਜਧਾਨੀ ਹੈ । ਲੋਕ ਗਿਣਤੀ ਦੇ ਨਾਲ ਕਰਾਚੀ ਤੋਂ ਬਾਅਦ ਲਹੌਰ ਦੂਜਾ ਸਭ ਤ…
|
/freebsd/contrib/unbound/doc/ |
H A D | unbound.doxygen | 7 # front of the TAG it is preceding. 11 # TAG = value [value, ...] 13 # TAG += value [value, ...] 30 # This tag specifies the encoding used for all characters in the configuration 32 # text before the first occurrence of this tag. Doxygen uses libiconv (or the 39 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 47 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This 53 # Using the PROJECT_BRIEF tag one can provide an optional one line description 59 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included 66 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path [all …]
|
/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_aead.h | 64 * tag. It is assumed that the encrypted data, the tag, the additional 68 * The receiver will recompute the tag value and compare it with the one 109 * Compute the authentication tag. All message data (encrypted or 117 * receiver: the authentication tag is internally recomputed, and 162 * Pointer to the function that computes and returns the tag. 166 * Pointer to the function that computes and verifies the tag against 256 * \brief Compute authentication tag. 258 * Compute the AEAD authentication tag. The tag length depends 259 * on the AEAD algorithm; it is written in the provided `tag` 264 * The tag value must normally be sent along with the encrypted [all …]
|