/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/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 | 10 X509_REVOKED_get0_extensions - X509 extension decode and encode functions 42 X509V3_get_d2i() looks for an extension with OID I<nid> in the extensions 44 occurrence of an extension is permissible, otherwise the first extension after 45 index I<*idx> is returned and I<*idx> updated to the location of the extension. 47 extension occurs multiple times (this is only returned if I<idx> is NULL), 48 -1 if the extension could not be found, 0 if the extension is found and is 49 not critical and 1 if critical. A pointer to an extension specific structure 52 X509V3_add1_i2d() adds extension I<value> to STACK I<*x> (allocating a new 56 X509V3_EXT_d2i() attempts to decode the ASN.1 data contained in extension 57 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 63 X509v3_get_ext() retrieves extension I<loc> from I<x>. The index I<loc> 65 extension is an internal pointer which B<MUST NOT> be freed by the 68 X509v3_get_ext_by_NID() and X509v3_get_ext_by_OBJ() look for an extension 69 with I<nid> or I<obj> from extension STACK I<x>. The search starts from the 70 extension after I<lastpos> or from the beginning if I<lastpos> is -1. If 71 the extension is found, its index is returned, otherwise -1 is returned. 74 looks for an extension of criticality I<crit>. A zero value for I<crit> 75 looks for a non-critical extension. A nonzero value looks for a critical 76 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/secure/lib/libcrypto/man/man3/ |
H A D | SSL_extension_supported.3 | 147 \&\- custom TLS extension handling 210 \&\fBSSL_CTX_add_custom_ext()\fR adds a custom extension for a \s-1TLS/DTLS\s0 client or server 211 for all supported protocol versions with extension type \fBext_type\fR and 213 \&\*(L"\s-1EXTENSION CALLBACKS\*(R"\s0 section below). The \fBcontext\fR value determines 214 which messages and under what conditions the extension will be added/parsed (see 215 the \*(L"\s-1EXTENSION CONTEXTS\*(R"\s0 section below). 217 \&\fBSSL_CTX_add_client_custom_ext()\fR adds a custom extension for a \s-1TLS/DTLS\s0 client 218 with extension type \fBext_type\fR and callbacks \fBadd_cb\fR, \fBfree_cb\fR and 228 \&\fBSSL_CTX_add_server_custom_ext()\fR adds a custom extension for a \s-1TLS/DTLS\s0 server 229 with extension type \fBext_type\fR and callbacks \fBadd_cb\fR, \fBfree_cb\fR and [all …]
|
H A D | X509V3_get_d2i.3 | 145 X509_REVOKED_get0_extensions \- X509 extension decode and encode functions 177 \&\fBX509V3_get_d2i()\fR looks for an extension with \s-1OID\s0 \fInid\fR in the extensions 179 occurrence of an extension is permissible, otherwise the first extension after 180 index \fI*idx\fR is returned and \fI*idx\fR updated to the location of the extension. 182 extension occurs multiple times (this is only returned if \fIidx\fR is \s-1NULL\s0), 183 \&\-1 if the extension could not be found, 0 if the extension is found and is 184 not critical and 1 if critical. A pointer to an extension specific structure 187 \&\fBX509V3_add1_i2d()\fR adds extension \fIvalue\fR to \s-1STACK\s0 \fI*x\fR (allocating a new 191 \&\fBX509V3_EXT_d2i()\fR attempts to decode the \s-1ASN.1\s0 data contained in extension 192 \&\fIext\fR and returns a pointer to an extension specific structure or \s-1NULL\s0 [all …]
|
H A D | X509v3_get_ext_by_NID.3 | 149 X509_REVOKED_add_ext \- extension stack utility functions 198 \&\fBX509v3_get_ext()\fR retrieves extension \fIloc\fR from \fIx\fR. The index \fIloc\fR 200 extension is an internal pointer which \fB\s-1MUST NOT\s0\fR be freed by the 203 \&\fBX509v3_get_ext_by_NID()\fR and \fBX509v3_get_ext_by_OBJ()\fR look for an extension 204 with \fInid\fR or \fIobj\fR from extension \s-1STACK\s0 \fIx\fR. The search starts from the 205 extension after \fIlastpos\fR or from the beginning if \fIlastpos\fR is \-1. If 206 the extension is found, its index is returned, otherwise \-1 is returned. 209 looks for an extension of criticality \fIcrit\fR. A zero value for \fIcrit\fR 210 looks for a non-critical extension. A nonzero value looks for a critical 211 extension. [all …]
|
H A D | X509_get_extension_flags.3 | 150 X509_get_proxy_pathlen \- retrieve certificate extension data 172 \&\fBX509_get_pathlen()\fR retrieves the path length extension from a certificate. 173 This extension is used to limit the length of a cert chain that may be 183 The certificate contains a basic constraints extension. 195 The subject and issuer names match and extension values imply it is self 199 The freshest \s-1CRL\s0 extension is present in the certificate. 202 The certificate contains an unhandled critical extension. 205 Some certificate extension values are invalid or inconsistent. 216 The NID_certificate_policies certificate extension is invalid or 223 The certificate contains a key usage extension. The value can be retrieved [all …]
|
H A D | X509_EXTENSION_set_object.3 | 143 X509_EXTENSION_get_critical, X509_EXTENSION_get_data \- extension utility 165 \&\fBX509_EXTENSION_set_object()\fR sets the extension type of \fBex\fR to \fBobj\fR. The 169 \&\fBcrit\fR is zero the extension in non-critical otherwise it is critical. 171 \&\fBX509_EXTENSION_set_data()\fR sets the data in extension \fBex\fR to \fBdata\fR. The 174 \&\fBX509_EXTENSION_create_by_NID()\fR creates an extension of type \fBnid\fR, 175 criticality \fBcrit\fR using data \fBdata\fR. The created extension is returned and 176 written to \fB*ex\fR reusing or allocating a new extension if necessary so \fB*ex\fR 181 except it creates and extension using \fBobj\fR instead of a \s-1NID.\s0 183 \&\fBX509_EXTENSION_get_object()\fR returns the extension type of \fBex\fR as an 187 \&\fBX509_EXTENSION_get_critical()\fR returns the criticality of extension \fBex\fR 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/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/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 fo [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/crypto/openssl/test/ssl-tests/ |
H A D | 13-fragmentation.cnf | 21 test-16 = 16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled 22 test-17 = 17-Maximum Fragment Len extension equal FragmentSize to 2048 23 test-18 = 18-Maximum Fragment Len extension 512 lower than FragmentSize 1024 24 test-19 = 19-Maximum Fragment Len extension 1024 lower than FragmentSize 1024 25 test-20 = 20-Maximum Fragment Len extension 4096 greater than FragmentSize 2048 26 test-21 = 21-Maximum Fragment Len extension 2048 greater than FragmentSize 1024 412 [16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled] 413 ssl_conf = 16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-ssl 415 [16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-ssl] 416 server = 16-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 | 439 during macro execution (groff extension). 450 (groff extension). 456 (groff extension). 473 during macro execution (groff extension). 487 This is a groff extension and currently ignored. 493 This is a Heirloom extension and currently ignored. 508 This is a Heirloom extension and currently unsupported. 517 This is a Heirloom extension and currently ignored. 522 This is a Heirloom extension and currently ignored. 531 This is a Heirloom extension and currently ignored. [all …]
|
/freebsd/secure/lib/libcrypto/man/man5/ |
H A D | x509v3_config.5 | 140 x509v3_config \- X509 V3 certificate extension configuration format 154 Each entry in the extension section takes the form: 160 If \fBcritical\fR is present then the extension will be marked as critical. 162 If multiple entries are processed for the same extension name, 167 There are four main types of extension: 201 If an extension is multi-value and a field value must contain a comma the long 246 the extension but should be documented. 247 See \*(L"Certificate Policies\*(R" for an example of a raw extension. 249 If an extension type is unsupported, then the \fIarbitrary\fR extension syntax 253 The following sections describe the syntax of each supported extension. [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 | 49 #Expected result: ClientHello extension seen; ServerHello extension seen 58 #Expected result: ClientHello extension seen; ServerHello extension not seen 68 #Expected result: ClientHello extension not seen; ServerHello extension not seen 76 #Expected result: ClientHello extension seen; ServerHello extension not seen 90 #Expected result: ClientHello extension seen; ServerHello extension seen 105 #Expected result: ClientHello extension seen; ServerHello extension seen; 124 #Expected result: ClientHello extension seen; ServerHello extension seen; 131 #Expected result: ClientHello extension seen; ServerHello extension not seen; 136 #Test 9: Bad server sends the ServerHello extension but does not send a 144 ok(TLSProxy::Message->fail, "Server sends ticket extension but no ticket test"); [all …]
|
H A D | 70-test_tlsextms.t | 52 # extension. 53 #Expected result: ClientHello extension seen; ServerHello extension seen 62 #Test 2: If client omits extended master secret extension, server should too. 63 #Expected result: ClientHello extension not seen; ServerHello extension not seen 70 checkmessages(2, "No client extension extended master secret test", 0, 0, 1); 88 checkmessages(4, "No ticket, no client extension extended master secret test", 0, 0, 1); 92 #Expected result: ClientHello extension seen; ServerHello extension seen 108 # omits extension. Server must not resume session. 109 #Expected result: ClientHello extension seen; ServerHello extension seen 126 # omits client extension. Server must abort connection. [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 …]
|