Home
last modified time | relevance | path

Searched refs:extensions (Results 1 – 25 of 589) sorted by relevance

12345678910>>...24

/freebsd-13.1/crypto/openssl/crypto/x509/
H A Dx509_ext.c21 return X509v3_get_ext_count(x->crl.extensions); in X509_CRL_get_ext_count()
42 return X509v3_get_ext(x->crl.extensions, loc); in X509_CRL_get_ext()
47 return X509v3_delete_ext(x->crl.extensions, loc); in X509_CRL_delete_ext()
68 return X509v3_get_ext_count(x->cert_info.extensions); in X509_get_ext_count()
84 (x->cert_info.extensions, crit, lastpos)); in X509_get_ext_by_critical()
89 return X509v3_get_ext(x->cert_info.extensions, loc); in X509_get_ext()
94 return X509v3_delete_ext(x->cert_info.extensions, loc); in X509_delete_ext()
116 return X509v3_get_ext_count(x->extensions); in X509_REVOKED_get_ext_count()
137 return X509v3_get_ext(x->extensions, loc); in X509_REVOKED_get_ext()
142 return X509v3_delete_ext(x->extensions, loc); in X509_REVOKED_delete_ext()
[all …]
/freebsd-13.1/crypto/heimdal/lib/hdb/
H A Dext.c42 if (ent->extensions == NULL) in hdb_entry_check_mandatory()
95 entry->extensions = calloc(1, sizeof(*entry->extensions)); in hdb_replace_extension()
96 if (entry->extensions == NULL) { in hdb_replace_extension()
161 (entry->extensions->len+1)*sizeof(entry->extensions->val[0])); in hdb_replace_extension()
169 &entry->extensions->val[entry->extensions->len]); in hdb_replace_extension()
171 entry->extensions->len++; in hdb_replace_extension()
193 sizeof(entry->extensions->val[i]) * (entry->extensions->len - i - 1)); in hdb_clear_extension()
194 entry->extensions->len--; in hdb_clear_extension()
198 free(entry->extensions->val); in hdb_clear_extension()
199 free(entry->extensions); in hdb_clear_extension()
[all …]
H A Dprint.c209 if(ent->extensions && ent->extensions->len > 0) { in entry2string_int()
210 for(i = 0; i < ent->extensions->len; i++) { in entry2string_int()
215 &ent->extensions->val[i], &sz, ret); in entry2string_int()
231 ent->extensions->len - 1 != i ? ":" : ""); in entry2string_int()
/freebsd-13.1/crypto/openssl/crypto/ts/
H A Dts_req_utils.c134 return a->extensions; in STACK_OF()
141 sk_X509_EXTENSION_pop_free(a->extensions, X509_EXTENSION_free); in TS_REQ_ext_free()
142 a->extensions = NULL; in TS_REQ_ext_free()
147 return X509v3_get_ext_count(a->extensions); in TS_REQ_get_ext_count()
152 return X509v3_get_ext_by_NID(a->extensions, nid, lastpos); in TS_REQ_get_ext_by_NID()
157 return X509v3_get_ext_by_OBJ(a->extensions, obj, lastpos); in TS_REQ_get_ext_by_OBJ()
162 return X509v3_get_ext_by_critical(a->extensions, crit, lastpos); in TS_REQ_get_ext_by_critical()
167 return X509v3_get_ext(a->extensions, loc); in TS_REQ_get_ext()
172 return X509v3_delete_ext(a->extensions, loc); in TS_REQ_delete_ext()
177 return X509v3_add_ext(&a->extensions, ex, loc) != NULL; in TS_REQ_add_ext()
[all …]
H A Dts_rsp_utils.c295 return a->extensions; in STACK_OF()
302 sk_X509_EXTENSION_pop_free(a->extensions, X509_EXTENSION_free); in TS_TST_INFO_ext_free()
303 a->extensions = NULL; in TS_TST_INFO_ext_free()
308 return X509v3_get_ext_count(a->extensions); in TS_TST_INFO_get_ext_count()
313 return X509v3_get_ext_by_NID(a->extensions, nid, lastpos); in TS_TST_INFO_get_ext_by_NID()
318 return X509v3_get_ext_by_OBJ(a->extensions, obj, lastpos); in TS_TST_INFO_get_ext_by_OBJ()
323 return X509v3_get_ext_by_critical(a->extensions, crit, lastpos); in TS_TST_INFO_get_ext_by_critical()
328 return X509v3_get_ext(a->extensions, loc); in TS_TST_INFO_get_ext()
333 return X509v3_delete_ext(a->extensions, loc); in TS_TST_INFO_delete_ext()
338 return X509v3_add_ext(&a->extensions, ex, loc) != NULL; in TS_TST_INFO_add_ext()
[all …]
H A Dts_lib.c48 int TS_ext_print_bio(BIO *bio, const STACK_OF(X509_EXTENSION) *extensions) in TS_ext_print_bio() argument
55 n = X509v3_get_ext_count(extensions); in TS_ext_print_bio()
57 ex = X509v3_get_ext(extensions, i); in TS_ext_print_bio()
/freebsd-13.1/contrib/tcsh/
H A Dtw.color.c155 static Extension *extensions = NULL; variable
224 xfree(extensions); in init()
228 extensions = NULL; in init()
231 extensions = xmalloc(colorlen + extnum * sizeof(*extensions)); in init()
232 colors = extnum * sizeof(*extensions) + (char *)extensions; in init()
350 e = extensions; in parseLS_COLORS()
401 nextensions = e - extensions; in parseLS_COLORS()
449 if (len >= extensions[i].extension.len in print_color()
451 extensions[i].extension.s, in print_color()
452 extensions[i].extension.len) == 0) { in print_color()
[all …]
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Devconfig-private.h.in6 /* Enable extensions on AIX 3, Interix. */
10 /* Enable GNU extensions on systems that have them. */
14 /* Enable threading extensions on Solaris. */
18 /* Enable extensions on HP NonStop. */
22 /* Enable general extensions on Solaris. */
/freebsd-13.1/contrib/libevent/
H A Devconfig-private.h.in6 /* Enable extensions on AIX 3, Interix. */
10 /* Enable GNU extensions on systems that have them. */
14 /* Enable threading extensions on Solaris. */
18 /* Enable extensions on HP NonStop. */
22 /* Enable general extensions on Solaris. */
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandards.def49 C, "ISO C 1990 with GNU extensions",
62 C, "ISO C 1999 with GNU extensions",
75 C, "ISO C 2011 with GNU extensions",
87 C, "ISO C 2017 with GNU extensions",
96 C, "Working Draft for ISO C2x with GNU extensions",
106 CXX, "ISO C++ 1998 with amendments and GNU extensions",
116 "ISO C++ 2011 with amendments and GNU extensions",
126 CXX, "ISO C++ 2014 with amendments and GNU extensions",
138 CXX, "ISO C++ 2017 with amendments and GNU extensions",
150 CXX, "ISO C++ 2020 DIS with GNU extensions",
[all …]
H A DOpenCLExtensions.def9 // This file defines the list of supported OpenCL extensions.
14 // OpenCL extensions listed in this file.
16 // If extensions are to be enumerated with information about whether
31 // If extensions are to be enumerated without any information,
93 // AMD OpenCL extensions
97 // ARM OpenCL extensions
103 // Intel OpenCL extensions
/freebsd-13.1/sys/contrib/device-tree/Bindings/mmc/
H A Dk3-dw-mshc.txt1 * Hisilicon specific extensions to the Synopsys Designware Mobile
10 extensions to the Synopsys Designware Mobile Storage Host Controller.
15 - "hisilicon,hi3660-dw-mshc": for controllers with hi3660 specific extensions.
17 with hi3670 specific extensions.
18 - "hisilicon,hi4511-dw-mshc": for controllers with hi4511 specific extensions.
19 - "hisilicon,hi6220-dw-mshc": for controllers with hi6220 specific extensions.
H A Dexynos-dw-mshc.txt1 * Samsung Exynos specific extensions to the Synopsys Designware Mobile
8 extensions to the Synopsys Designware Mobile Storage Host Controller.
14 specific extensions.
16 specific extensions.
18 specific extensions.
20 specific extensions.
22 specific extensions.
24 specific extensions having an SMU.
H A Dbluefield-dw-mshc.txt1 * Mellanox Bluefield SoC specific extensions to the Synopsys Designware
10 specific extensions to the Synopsys Designware Mobile Storage Host Controller.
16 specific extensions.
H A Dsocfpga-dw-mshc.txt1 * Altera SOCFPGA specific extensions to the Synopsys Designware Mobile
8 extensions to the Synopsys Designware Mobile Storage Host Controller.
/freebsd-13.1/crypto/openssl/doc/man3/
H A DX509V3_get_d2i.pod41 X509V3_get_ext_d2i() looks for an extension with OID B<nid> in the extensions
62 X509_get_ext_d2i() and X509_add1_ext_i2d() operate on the extensions of
71 extensions of B<X509_REVOKED> structure B<r> (i.e for CRL entry extensions),
75 X509_REVOKED_get0_extensions() return a stack of all the extensions
113 The following sections contain a list of all supported extensions
118 The following certificate extensions are defined in PKIX standards such as
147 The following are (largely obsolete) Netscape certificate extensions.
165 The following are CRL extensions from PKIX standards such as RFC5280.
191 The following extensions are used by certificate transparency, RFC6962
210 X509_REVOKED_get0_extensions() return a stack of extensions. They return
[all …]
H A DSSL_CTX_use_serverinfo.pod25 These functions load "serverinfo" TLS extensions into the SSL_CTX. A
29 SSL_CTX_use_serverinfo_ex() loads one or more serverinfo extensions from
33 If B<version> is B<SSL_SERVERINFOV2> then the extensions in the array must
37 extensions to be added to a Certificate message, then the extension will only
41 If B<version> is B<SSL_SERVERINFOV1> then the extensions in the array must
54 SSL_CTX_use_serverinfo_file() loads one or more serverinfo extensions from
55 B<file> into B<ctx>. The extensions must be in PEM format. Each extension
H A DX509v3_get_ext_by_NID.pod60 X509v3_get_ext_count() retrieves the number of extensions in B<x>.
88 and X509_add_ext() operate on the extensions of certificate B<x> they are
93 X509_CRL_delete_ext() and X509_CRL_add_ext() operate on the extensions of
99 X509_REVOKED_add_ext() operate on the extensions of CRL entry B<x>
104 These functions are used to examine stacks of extensions directly. Many
125 X509v3_add_ext() returns a stack of extensions or B<NULL> on error.
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dlif30 # version number; 0 for systems without extensions or 1 for model 64000
39 # level 1 extensions
41 >>24 ubequad !0 \b, for extensions %#llx...
43 >>24 ubequad !0 \b, extensions %#llx...
44 # word 21-126 reserved for extensions and future use; set to nil
/freebsd-13.1/crypto/openssh/
H A DPROTOCOL.certkeys14 These protocol extensions build on the simple public key authentication
53 Protocol extensions
60 extensions will simply ignore them.
89 string extensions
109 string extensions
129 string extensions
146 string extensions
193 extensions is a set of zero or more optional extensions. These extensions
201 enabled via extensions without breaking certificates' backwards
273 The extensions section of the certificate specifies zero or more
[all …]
/freebsd-13.1/crypto/openssl/doc/man5/
H A Dx509v3_config.pod9 Several of the OpenSSL utilities can add extensions to a certificate or
21 There are four main types of extension: I<string> extensions, I<multi-valued>
22 extensions, I<raw> and I<arbitrary> extensions.
24 String extensions simply have a string which contains either the value itself
31 Multi-valued extensions have a short form and a long form. The short form
47 The syntax of raw extensions is governed by the extension code: it can
427 =head2 Netscape String extensions.
436 Other supported extensions in this category are: B<nsBaseUrl>,
459 There are two ways to encode arbitrary extensions.
491 not recognize or honour the values of the relevant extensions.
[all …]
/freebsd-13.1/contrib/sqlite3/
H A Dconfigure.ac9 # --enable-dynamic-extensions
100 # --enable-dynamic-extensions
102 AC_ARG_ENABLE(dynamic-extensions, [AS_HELP_STRING(
103 [--enable-dynamic-extensions], [support loadable extensions [default=yes]])],
110 AC_MSG_CHECKING([for whether to support dynamic extensions])
/freebsd-13.1/crypto/heimdal/lib/hx509/
H A Dprint.c903 if ((t->version == NULL || *t->version < 2) && t->extensions) in hx509_validate_cert()
907 if (_hx509_cert_get_version(c) >= 3 && t->extensions == NULL) in hx509_validate_cert()
941 if (t->extensions) { in hx509_validate_cert()
944 if (t->extensions->len == 0) { in hx509_validate_cert()
951 for (i = 0; i < t->extensions->len; i++) { in hx509_validate_cert()
955 &t->extensions->val[i].extnID) == 0) in hx509_validate_cert()
959 if (t->extensions->val[i].critical) in hx509_validate_cert()
962 if (t->extensions->val[i].critical) in hx509_validate_cert()
965 hx509_oid_print(&t->extensions->val[i].extnID, in hx509_validate_cert()
977 &t->extensions->val[i]); in hx509_validate_cert()
/freebsd-13.1/contrib/openpam/
H A Dconfig.h.in114 /* Enable extensions on AIX 3, Interix. */
118 /* Enable GNU extensions on systems that have them. */
122 /* Enable threading extensions on Solaris. */
126 /* Enable extensions on HP NonStop. */
130 /* Enable general extensions on Solaris. */
/freebsd-13.1/crypto/openssl/doc/man1/
H A Dx509.pod57 [B<-ext extensions>]
63 [B<-extensions section>]
162 =item B<-ext extensions>
365 key identifier extensions.
459 =item B<-extensions section>
677 Don't print out any X509V3 extensions.
682 certificate extensions.
690 ASN1 parse unsupported extensions.
694 Hex dump unsupported extensions.
750 extensions for a CA:
[all …]

12345678910>>...24