| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ | 
| H A D | SPIRVCommandLine.cpp | 23 static const std::map<std::string, SPIRV::Extension::Extension> 26          SPIRV::Extension::Extension::SPV_EXT_shader_atomic_float_add}, 28          SPIRV::Extension::Extension::SPV_EXT_shader_atomic_float16_add}, 30          SPIRV::Extension::Extension::SPV_EXT_shader_atomic_float_min_max}, 32          SPIRV::Extension::Extension::SPV_INTEL_arbitrary_precision_integers}, 34          SPIRV::Extension::Extension::SPV_INTEL_cache_controls}, 36          SPIRV::Extension::Extension:: 39          SPIRV::Extension::Extension::SPV_INTEL_global_variable_host_access}, 40         {"SPV_INTEL_optnone", SPIRV::Extension::Extension::SPV_INTEL_optnone}, 42          SPIRV::Extension::Extension::SPV_INTEL_usm_storage_classes}, [all …] 
 | 
| /freebsd/secure/lib/libcrypto/man/man3/ | 
| H A D | SSL_extension_supported.3 | 71 \&\- custom TLS extension handling 134 \&\fBSSL_CTX_add_custom_ext()\fR adds a custom extension for a TLS/DTLS client or server 135 for all supported protocol versions with extension type \fBext_type\fR and 138 which messages and under what conditions the extension will be added/parsed (see 139 the "EXTENSION CONTEXTS" section below). 141 \&\fBSSL_CTX_add_client_custom_ext()\fR adds a custom extension for a TLS/DTLS client 142 with extension type \fBext_type\fR and callbacks \fBadd_cb\fR, \fBfree_cb\fR and 152 \&\fBSSL_CTX_add_server_custom_ext()\fR adds a custom extension for a TLS/DTLS server 153 with extension type \fBext_type\fR and callbacks \fBadd_cb\fR, \fBfree_cb\fR and 159 RFC5246 et al. It is \fBnot\fR a NID. In all cases the extension type must not be [all …] 
 | 
| H A D | X509V3_get_d2i.3 | 70 X509_REVOKED_get0_extensions \- X509 extension decode and encode functions 107 \&\fBX509V3_get_d2i()\fR looks for an extension with OID \fInid\fR in the extensions 109 occurrence of an extension is permissible, otherwise the first extension after 110 index \fI*idx\fR is returned and \fI*idx\fR updated to the location of the extension. 112 extension occurs multiple times (this is only returned if \fIidx\fR is NULL), 113 \&\-1 if the extension could not be found, 0 if the extension is found and is 114 not critical and 1 if critical. A pointer to an extension specific structure 117 \&\fBX509V3_add1_i2d()\fR adds extension \fIvalue\fR to STACK \fI*x\fR (allocating a new 121 \&\fBX509V3_EXT_d2i()\fR attempts to decode the ASN.1 data contained in extension 122 \&\fIext\fR and returns a pointer to an extension specific structure or NULL [all …] 
 | 
| H A D | X509v3_get_ext_by_NID.3 | 73 X509_REVOKED_add_ext \- extension stack utility functions 125 \&\fBX509v3_get_ext()\fR retrieves extension \fIloc\fR from \fIx\fR. The index \fIloc\fR 127 extension is an internal pointer which \fBMUST NOT\fR be freed by the 130 \&\fBX509v3_get_ext_by_NID()\fR and \fBX509v3_get_ext_by_OBJ()\fR look for an extension 131 with \fInid\fR or \fIobj\fR from extension STACK \fIx\fR. The search starts from the 132 extension after \fIlastpos\fR or from the beginning if \fIlastpos\fR is \-1. If 133 the extension is found, its index is returned, otherwise \-1 is returned. 136 looks for an extension of criticality \fIcrit\fR. A zero value for \fIcrit\fR 137 looks for a non-critical extension. A nonzero value looks for a critical 138 extension. [all …] 
 | 
| H A D | X509_get_extension_flags.3 | 74 X509_get_proxy_pathlen \- retrieve certificate extension data 96 \&\fBX509_get_pathlen()\fR retrieves the path length extension from a certificate. 97 This extension is used to limit the length of a cert chain that may be 107 The certificate contains a basic constraints extension. 119 The subject and issuer names match and extension values imply it is self 123 The freshest CRL extension is present in the certificate. 126 The certificate contains an unhandled critical extension. 129 Some certificate extension values are invalid or inconsistent. 140 The NID_certificate_policies certificate extension is invalid or 147 The certificate contains a key usage extension. The value can be retrieved [all …] 
 | 
| H A D | OPENSSL_ia32cap.3 | 121 .IP "bit #0+57 denoting AES-NI instruction set extension;" 4 122 .IX Item "bit #0+57 denoting AES-NI instruction set extension;" 127 .IP "bit #0+60 denoting AVX extension;" 4 128 .IX Item "bit #0+60 denoting AVX extension;" 144 .IP "bit #64+16 denoting availability of AVX512F extension;" 4 145 .IX Item "bit #64+16 denoting availability of AVX512F extension;" 146 .IP "bit #64+17 denoting availability of AVX512DQ extension;" 4 147 .IX Item "bit #64+17 denoting availability of AVX512DQ extension;" 152 .IP "bit #64+21 denoting availability of AVX512IFMA extension;" 4 153 .IX Item "bit #64+21 denoting availability of AVX512IFMA extension;" [all …] 
 | 
| H A D | X509_EXTENSION_set_object.3 | 67 X509_EXTENSION_get_critical, X509_EXTENSION_get_data \- extension utility 89 \&\fBX509_EXTENSION_set_object()\fR sets the extension type of \fBex\fR to \fBobj\fR. The 93 \&\fBcrit\fR is zero the extension in non-critical otherwise it is critical. 95 \&\fBX509_EXTENSION_set_data()\fR sets the data in extension \fBex\fR to \fBdata\fR. The 98 \&\fBX509_EXTENSION_create_by_NID()\fR creates an extension of type \fBnid\fR, 99 criticality \fBcrit\fR using data \fBdata\fR. The created extension is returned and 100 written to \fB*ex\fR reusing or allocating a new extension if necessary so \fB*ex\fR 105 except it creates and extension using \fBobj\fR instead of a NID. 107 \&\fBX509_EXTENSION_get_object()\fR returns the extension type of \fBex\fR as an 111 \&\fBX509_EXTENSION_get_critical()\fR returns the criticality of extension \fBex\fR it [all …] 
 | 
| /freebsd/crypto/openssl/doc/man3/ | 
| H A D | SSL_extension_supported.pod | 12 - custom TLS extension handling 75 SSL_CTX_add_custom_ext() adds a custom extension for a TLS/DTLS client or server 76 for all supported protocol versions with extension type B<ext_type> and 78 L</EXTENSION CALLBACKS> section below). The B<context> value determines 79 which messages and under what conditions the extension will be added/parsed (see 80 the L</EXTENSION CONTEXTS> section below). 82 SSL_CTX_add_client_custom_ext() adds a custom extension for a TLS/DTLS client 83 with extension type B<ext_type> and callbacks B<add_cb>, B<free_cb> and 91 SSL_CTX_add_server_custom_ext() adds a custom extension for a TLS/DTLS server 92 with extension type B<ext_type> and callbacks B<add_cb>, B<free_cb> and [all …] 
 | 
| H A D | X509V3_get_d2i.pod | 11 X509_REVOKED_get0_extensions - X509 extension decode and encode functions 48 X509V3_get_d2i() looks for an extension with OID I<nid> in the extensions 50 occurrence of an extension is permissible, otherwise the first extension after 51 index I<*idx> is returned and I<*idx> updated to the location of the extension. 53 extension occurs multiple times (this is only returned if I<idx> is NULL), 54 -1 if the extension could not be found, 0 if the extension is found and is 55 not critical and 1 if critical. A pointer to an extension specific structure 58 X509V3_add1_i2d() adds extension I<value> to STACK I<*x> (allocating a new 62 X509V3_EXT_d2i() attempts to decode the ASN.1 data contained in extension 63 I<ext> and returns a pointer to an extension specific structure or NULL [all …] 
 | 
| H A D | X509_get_extension_flags.pod | 15 X509_get_proxy_pathlen - retrieve certificate extension data 37 X509_get_pathlen() retrieves the path length extension from a certificate. 38 This extension is used to limit the length of a cert chain that may be 52 The certificate contains a basic constraints extension. 68 The subject and issuer names match and extension values imply it is self 73 The freshest CRL extension is present in the certificate. 77 The certificate contains an unhandled critical extension. 81 Some certificate extension values are invalid or inconsistent. 94 The NID_certificate_policies certificate extension is invalid or 102 The certificate contains a key usage extension. The value can be retrieved [all …] 
 | 
| H A D | X509v3_get_ext_by_NID.pod | 14 X509_REVOKED_add_ext - extension stack utility functions 66 X509v3_get_ext() retrieves extension I<loc> from I<x>. The index I<loc> 68 extension is an internal pointer which B<MUST NOT> be freed by the 71 X509v3_get_ext_by_NID() and X509v3_get_ext_by_OBJ() look for an extension 72 with I<nid> or I<obj> from extension STACK I<x>. The search starts from the 73 extension after I<lastpos> or from the beginning if I<lastpos> is -1. If 74 the extension is found, its index is returned, otherwise -1 is returned. 77 looks for an extension of criticality I<crit>. A zero value for I<crit> 78 looks for a non-critical extension. A nonzero value looks for a critical 79 extension. [all …] 
 | 
| H A D | X509_EXTENSION_set_object.pod | 8 X509_EXTENSION_get_critical, X509_EXTENSION_get_data - extension utility 30 X509_EXTENSION_set_object() sets the extension type of B<ex> to B<obj>. The 34 B<crit> is zero the extension in non-critical otherwise it is critical. 36 X509_EXTENSION_set_data() sets the data in extension B<ex> to B<data>. The 39 X509_EXTENSION_create_by_NID() creates an extension of type B<nid>, 40 criticality B<crit> using data B<data>. The created extension is returned and 41 written to B<*ex> reusing or allocating a new extension if necessary so B<*ex> 46 except it creates and extension using B<obj> instead of a NID. 48 X509_EXTENSION_get_object() returns the extension type of B<ex> as an 52 X509_EXTENSION_get_critical() returns the criticality of extension B<ex> it [all …] 
 | 
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ | 
| H A D | ModuleFileExtension.h | 34 /// Metadata for a module file extension. 36   /// The name used to identify this particular extension block within 38   /// extension, because this name will be used to match the name of 39   /// an extension block to the appropriate reader. 42   /// The major version of the extension data. 45   /// The minor version of the extension data. 56 /// An abstract superclass that describes a custom extension to the 59 /// A module file extension can introduce additional information into 73   /// Retrieves the metadata for this module file extension. 76   /// Hash information about the presence of this extension into the [all …] 
 | 
| /freebsd/sys/contrib/device-tree/Bindings/riscv/ | 
| H A D | extensions.yaml | 19   given extension. 21   Once a standard extension has been ratified, no changes in behaviour can be 22   made without the creation of a new extension. 80             The standard M extension for integer multiplication and division, as 86             The standard A extension for atomic instructions, as ratified in the 91             The standard F extension for single-precision floating point, as 97             The standard D extension for double-precision floating-point, as 103             The standard Q extension for quad-precision floating-point, as 109             The standard C extension for compressed instructions, as ratified in 114             The standard V extension for vector operations, as ratified [all …] 
 | 
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ | 
| H A D | Features.def | 11 // EXTENSION macros (or both) to make use of this information. Note that these 18 // extension will be made available. 21 // features, whereas EXTENSION(...) should be used for clang extensions. Note 27 #if !defined(FEATURE) && !defined(EXTENSION) 28 #  error Define either the FEATURE or EXTENSION macro to handle features 35 #ifndef EXTENSION 36 #define EXTENSION(Name, Predicate) 92 EXTENSION(define_target_os_macros, 116 EXTENSION(swiftcc, 119 EXTENSION(swiftasynccc, [all …] 
 | 
| H A D | DiagnosticParseKinds.td | 34 def ext_empty_translation_unit : Extension< 40 def ext_extra_semi : Extension< 47 def ext_extra_semi_cxx11 : Extension< 48   "extra ';' outside of a function is a C++11 extension">, 79 def ext_thread_before : Extension<"'__thread' before '%0'">; 85 def ext_nullability : Extension< 86   "type nullability specifier %0 is a Clang extension">, 87   InGroup<DiagGroup<"nullability-extension">>; 91 def ext_ident_list_in_param : Extension< 93 def ext_c99_variable_decl_in_for_loop : Extension< [all …] 
 | 
| H A D | DiagnosticLexKinds.td | 50 def ext_multi_line_line_comment : Extension<"multi-line // comment">, 52 def ext_line_comment : Extension< 55 def ext_no_newline_eof : Extension<"no newline at end of file">, 64 def ext_dollar_in_identifier : Extension<"'$' in identifier">, 65   InGroup<DiagGroup<"dollar-in-identifier-extension">>; 66 def ext_charize_microsoft : Extension< 67   "charizing operator #@ is a Microsoft extension">, 69 def ext_comment_paste_microsoft : Extension< 70   "pasting two '/' tokens into a '//' comment is a Microsoft extension">, 72 def ext_ctrl_z_eof_microsoft : Extension< [all …] 
 | 
| /freebsd/crypto/openssl/doc/man5/ | 
| H A D | x509v3_config.pod | 5 x509v3_config - X509 V3 certificate extension configuration format 20 Each entry in the extension section takes the form: 24 If B<critical> is present then the extension will be marked as critical. 26 If multiple entries are processed for the same extension name, 31 There are four main types of extension: 59 If an extension is multi-value and a field value must contain a comma the long 96 the extension but should be documented. 97 See L</Certificate Policies> for an example of a raw extension. 99 If an extension type is unsupported, then the I<arbitrary> extension syntax 104 The following sections describe the syntax of each supported extension. [all …] 
 | 
| /freebsd/secure/lib/libcrypto/man/man5/ | 
| H A D | x509v3_config.5 | 64 x509v3_config \- X509 V3 certificate extension configuration format 78 Each entry in the extension section takes the form: 84 If \fBcritical\fR is present then the extension will be marked as critical. 86 If multiple entries are processed for the same extension name, 91 There are four main types of extension: 125 If an extension is multi-value and a field value must contain a comma the long 170 the extension but should be documented. 171 See "Certificate Policies" for an example of a raw extension. 173 If an extension type is unsupported, then the \fIarbitrary\fR extension syntax 177 The following sections describe the syntax of each supported extension. [all …] 
 | 
| /freebsd/crypto/openssl/test/ssl-tests/ | 
| H A D | 13-fragmentation.cnf | 15 test-10 = 10-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled 16 test-11 = 11-Maximum Fragment Len extension equal FragmentSize to 2048 17 test-12 = 12-Maximum Fragment Len extension 512 lower than FragmentSize 1024 18 test-13 = 13-Maximum Fragment Len extension 1024 lower than FragmentSize 1024 19 test-14 = 14-Maximum Fragment Len extension 4096 greater than FragmentSize 2048 20 test-15 = 15-Maximum Fragment Len extension 2048 greater than FragmentSize 1024 262 [10-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled] 263 ssl_conf = 10-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-ssl 265 [10-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-ssl] 266 server = 10-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-server [all …] 
 | 
| /freebsd/contrib/bmake/unit-tests/ | 
| H A D | varmod-extension.exp | 1 extension of 'a/b/c' is '' 2 extension of 'def' is '' 3 extension of 'a.b.c' is 'c' 4 extension of 'a.b/c' is 'b/c' 5 extension of 'a' is '' 6 extension of 'a.a' is 'a' 7 extension of '.gitignore' is 'gitignore' 8 extension of 'a' is '' 9 extension of 'a.a' is 'a' 10 extension of 'trailing/' is ''
  | 
| /freebsd/contrib/mandoc/ | 
| H A D | roff.7 | 441 during macro execution (groff extension). 452 (groff extension). 458 (groff extension). 475 during macro execution (groff extension). 489 This is a groff extension and currently ignored. 495 This is a Heirloom extension and currently ignored. 510 This is a Heirloom extension and currently unsupported. 519 This is a Heirloom extension and currently ignored. 524 This is a Heirloom extension and currently ignored. 533 This is a Heirloom extension an [all...] | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ | 
| H A D | AArch64Features.td | 14 // Each Extension record defines an ExtensionInfo entry in the Target Parser 16 class Extension< 19 …string ArchitectureFeatureName,      // The extension's "FEAT_*"" name(s) defined by the architect… 32     // An alias that can be used on the command line, if the extension has one. 37 // An Extension that can be toggled via a '-march'/'-mcpu' modifier or a target 42 …string ArchitectureFeatureName,      // The extension's "FEAT_*"" name(s) defined by the architect… 45 > : Extension<TargetFeatureName, Spelling, ArchitectureFeatureName, Desc, Implies> { 99   "Enable Armv8.0-A PMUv3 Performance Monitors extension">; 101 def FeatureSpecRestrict : Extension<"specrestrict", "SpecRestrict", "FEAT_CSV2_2", 109   "Enable Armv8.1-A Large System Extension (LSE) atomic instructions">; [all …] 
 | 
| /freebsd/crypto/openssl/test/recipes/ | 
| H A D | 70-test_sslsessiontick.t | 47 #Expected result: ClientHello extension seen; ServerHello extension seen 56 #Expected result: ClientHello extension seen; ServerHello extension not seen 66 #Expected result: ClientHello extension not seen; ServerHello extension not seen 74 #Expected result: ClientHello extension seen; ServerHello extension not seen 88 #Expected result: ClientHello extension seen; ServerHello extension seen 103 #Expected result: ClientHello extension seen; ServerHello extension seen; 122 #Expected result: ClientHello extension seen; ServerHello extension seen; 129 #Expected result: ClientHello extension seen; ServerHello extension not seen; 134 #Test 9: Bad server sends the ServerHello extension but does not send a 142 ok(TLSProxy::Message->fail, "Server sends ticket extension but no ticket test"); [all …] 
 | 
| /freebsd/contrib/sendmail/libsmdb/ | 
| H A D | smdb.c | 171 **			  the file name extension. 252 **  SMDB_ADD_EXTENSION -- Adds an extension to a file name. 255 **	is room and the db_name does not already have that extension. 261 **		extension -- The extension to add. 270 smdb_add_extension(full_name, max_full_name_len, db_name, extension)  in smdb_add_extension()  argument 274 	char *extension; 279 	if (full_name == NULL || db_name == NULL || extension == NULL) 282 	extension_len = strlen(extension); 290 	    strcmp(&db_name[db_name_len - extension_len], extension) != 0) 292 				   db_name, extension); [all …] 
 |