Home
last modified time | relevance | path

Searched refs:purpose (Results 1 – 25 of 1601) sorted by relevance

12345678910>>...65

/third_party/openssl/test/certs/
Dmkcert.sh120 local purpose=
125 p) purpose="$OPTARG";;
144 if [ -n "$purpose" ]; then
145 exts=$(printf "%s\nextendedKeyUsage = %s\n" "$exts" "$purpose")
240 local purpose=serverAuth
245 p) purpose="$OPTARG";;
262 "extendedKeyUsage = $purpose" \
272 local purpose=serverAuth
277 p) purpose="$OPTARG";;
295 "extendedKeyUsage = $purpose" \
[all …]
/third_party/skia/third_party/externals/expat/testdata/largefiles/
DREADME.txt12 - purpose: mostly for performance testing with the benchmark utility
18 - purpose: mostly for performance testing with the benchmark utility
24 - purpose: mostly for performance testing with the benchmark utility
30 - purpose: mostly for performance testing with the benchmark
37 - purpose: performance/regression test
42 - purpose: performance/regression test
47 - purpose: performance/regression test
52 - purpose: performance/regression test
57 - purpose: performance/regression test
/third_party/mesa3d/src/panfrost/bifrost/
DREADME.md11 R8 - R15: general purpose
22 R0 - R15: general purpose (full threads)
23 R48 - R63: general purpose (full threads)
25 R32 - R47: general purpose (half threads, or v6)
/third_party/openssl/doc/man3/
DX509_STORE_CTX_new.pod51 int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose);
54 int purpose, int trust);
149 find an appropriate set of parameters from the purpose identifier I<name>.
177 exists that can record extended key usage information to supplement the purpose
181 custom "purpose" (see below) or supply a nondefault verification callback
184 X509_STORE_CTX_set_purpose() sets the purpose for the target certificate being
185 verified in the I<ctx>. Built-in available values for the I<purpose> argument
190 possible to create a custom purpose value. Setting a purpose will ensure that
192 consistent with that purpose as well as, potentially, other checks. Every
193 purpose also has an associated default trust value which will also be set at the
[all …]
DX509_check_purpose.pod5 X509_check_purpose - Check the purpose of a certificate
15 This function checks if certificate I<x> was created with the purpose
44 =item E<32>1 if the certificate was created to perform the purpose represented by I<id>
46 =item E<32>0 if the certificate was not created to perform the purpose represented by I<id>
56 =item E<32>0 not a CA or does not have the purpose represented by I<id>
DSSL_CTX_get0_param.pod18 int SSL_CTX_set_purpose(SSL_CTX *ctx, int purpose);
19 int SSL_set_purpose(SSL *ssl, int purpose);
34 set the purpose parameter on the verification parameters object. These functions
/third_party/curl/docs/examples/
Dexternalsocket.c70 curlsocktype purpose, in opensocket() argument
74 (void)purpose; in opensocket()
83 curlsocktype purpose) in sockopt_callback() argument
87 (void)purpose; in sockopt_callback()
/third_party/curl/tests/libtest/
Dlib1960.c56 curlsocktype purpose, in socket_cb() argument
60 (void)purpose; in socket_cb()
68 curlsocktype purpose) in sockopt_cb() argument
72 (void)purpose; in sockopt_cb()
Dlib1522.c36 curlsocktype purpose) in sockopt_callback() argument
41 (void) purpose; in sockopt_callback()
47 (void)purpose; in sockopt_callback()
Dlib1530.c30 curlsocktype purpose, in opensocket() argument
33 (void)purpose; in opensocket()
/third_party/python/Lib/
Dssl.py572 def _load_windows_store_certs(self, storename, purpose): argument
578 if trust is True or purpose.oid in trust:
586 def load_default_certs(self, purpose=Purpose.SERVER_AUTH): argument
587 if not isinstance(purpose, _ASN1Object):
588 raise TypeError(purpose)
591 self._load_windows_store_certs(storename, purpose)
740 def create_default_context(purpose=Purpose.SERVER_AUTH, *, cafile=None, argument
748 if not isinstance(purpose, _ASN1Object):
749 raise TypeError(purpose)
754 if purpose == Purpose.SERVER_AUTH:
[all …]
/third_party/libsnd/m4/
Doctave.m422 dnl purpose is hereby granted without fee, provided that the above copyright
24 dnl made about the suitability of this software for any purpose. It is
56 dnl purpose is hereby granted without fee, provided that the above copyright
58 dnl made about the suitability of this software for any purpose. It is
92 dnl purpose is hereby granted without fee, provided that the above copyright
94 dnl made about the suitability of this software for any purpose. It is
Dflexible_array.m48 dnl purpose is hereby granted without fee, provided that the above copyright
10 dnl made about the suitability of this software for any purpose. It is
Dmkoctfile_version.m48 dnl purpose is hereby granted without fee, provided that the above copyright
10 dnl made about the suitability of this software for any purpose. It is
/third_party/node/deps/openssl/openssl/crypto/x509/
Dv3_purp.c72 return (*a)->purpose - (*b)->purpose; in xp_cmp()
98 int X509_PURPOSE_set(int *p, int purpose) in X509_PURPOSE_set() argument
100 if (X509_PURPOSE_get_by_id(purpose) == -1) { in X509_PURPOSE_set()
104 *p = purpose; in X509_PURPOSE_set()
137 int X509_PURPOSE_get_by_id(int purpose) in X509_PURPOSE_get_by_id() argument
142 if (purpose >= X509_PURPOSE_MIN && purpose <= X509_PURPOSE_MAX) in X509_PURPOSE_get_by_id()
143 return purpose - X509_PURPOSE_MIN; in X509_PURPOSE_get_by_id()
146 tmp.purpose = purpose; in X509_PURPOSE_get_by_id()
193 ptmp->purpose = id; in X509_PURPOSE_add()
241 return xp->purpose; in X509_PURPOSE_get_id()
/third_party/openssl/crypto/x509/
Dv3_purp.c72 return (*a)->purpose - (*b)->purpose; in xp_cmp()
98 int X509_PURPOSE_set(int *p, int purpose) in X509_PURPOSE_set() argument
100 if (X509_PURPOSE_get_by_id(purpose) == -1) { in X509_PURPOSE_set()
104 *p = purpose; in X509_PURPOSE_set()
137 int X509_PURPOSE_get_by_id(int purpose) in X509_PURPOSE_get_by_id() argument
142 if (purpose >= X509_PURPOSE_MIN && purpose <= X509_PURPOSE_MAX) in X509_PURPOSE_get_by_id()
143 return purpose - X509_PURPOSE_MIN; in X509_PURPOSE_get_by_id()
146 tmp.purpose = purpose; in X509_PURPOSE_get_by_id()
193 ptmp->purpose = id; in X509_PURPOSE_add()
241 return xp->purpose; in X509_PURPOSE_get_id()
/third_party/openssl/test/recipes/
D60-test_x509_store.t29 my ($cert, $purpose, $trustedpath, $untrusted, @opts) = @_;
32 push(@args, "$purpose", @opts);
/third_party/rust/crates/either/
DREADME-crates.io.md1 The enum `Either` with variants `Left` and `Right` is a general purpose
9 Note that `Either` is general purpose. For describing success or error, use the
/third_party/alsa-lib/modules/mixer/simple/
Dac97.c54 .purpose = PURPOSE_VOLUME,
62 .purpose = PURPOSE_SWITCH,
Dhda.c55 .purpose = PURPOSE_VOLUME,
63 .purpose = PURPOSE_SWITCH,
Dsbase.h52 unsigned short purpose; member
59 unsigned short purpose; member
/third_party/skia/third_party/externals/brotli/
DREADME3 Brotli is a generic-purpose lossless compression algorithm that compresses data
6 currently available general-purpose compression methods. It is similar in speed
/third_party/node/deps/cares/
DLICENSE.md9 documentation for any purpose and without fee is hereby granted, provided that
15 purpose. It is provided "as is" without express or implied warranty.
/third_party/cares/
DLICENSE.md9 documentation for any purpose and without fee is hereby granted, provided that
15 purpose. It is provided "as is" without express or implied warranty.
/third_party/skia/site/docs/dev/testing/
Dfonts.md12 Each test in the gm directory draws a reference image. Their primary purpose is
16 The gm tests have a secondary purpose: they detect when rendering is different

12345678910>>...65