/third_party/openssl/test/certs/ |
D | mkcert.sh | 120 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/ |
D | README.txt | 12 - 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/ |
D | README.md | 11 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/ |
D | X509_STORE_CTX_new.pod | 51 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 …]
|
D | X509_check_purpose.pod | 5 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>
|
D | SSL_CTX_get0_param.pod | 18 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/ |
D | externalsocket.c | 70 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/ |
D | lib1960.c | 56 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()
|
D | lib1522.c | 36 curlsocktype purpose) in sockopt_callback() argument 41 (void) purpose; in sockopt_callback() 47 (void)purpose; in sockopt_callback()
|
D | lib1530.c | 30 curlsocktype purpose, in opensocket() argument 33 (void)purpose; in opensocket()
|
/third_party/python/Lib/ |
D | ssl.py | 572 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/ |
D | octave.m4 | 22 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
|
D | flexible_array.m4 | 8 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
|
D | mkoctfile_version.m4 | 8 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/ |
D | v3_purp.c | 72 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/ |
D | v3_purp.c | 72 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/ |
D | 60-test_x509_store.t | 29 my ($cert, $purpose, $trustedpath, $untrusted, @opts) = @_; 32 push(@args, "$purpose", @opts);
|
/third_party/rust/crates/either/ |
D | README-crates.io.md | 1 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/ |
D | ac97.c | 54 .purpose = PURPOSE_VOLUME, 62 .purpose = PURPOSE_SWITCH,
|
D | hda.c | 55 .purpose = PURPOSE_VOLUME, 63 .purpose = PURPOSE_SWITCH,
|
D | sbase.h | 52 unsigned short purpose; member 59 unsigned short purpose; member
|
/third_party/skia/third_party/externals/brotli/ |
D | README | 3 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/ |
D | LICENSE.md | 9 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/ |
D | LICENSE.md | 9 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/ |
D | fonts.md | 12 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
|