/third_party/openssl/test/certs/ |
H A 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/curl/tests/libtest/ |
H A D | lib1960.c | 50 curlsocktype purpose, in socket_cb() 54 (void)purpose; in socket_cb() 62 curlsocktype purpose) in sockopt_cb() 66 (void)purpose; in sockopt_cb() 49 socket_cb(void *clientp, curlsocktype purpose, struct curl_sockaddr *address) socket_cb() argument 60 sockopt_cb(void *clientp, curl_socket_t curlfd, curlsocktype purpose) sockopt_cb() argument
|
H A D | lib1522.c | 36 curlsocktype purpose) in sockopt_callback() 41 (void) purpose; in sockopt_callback() 47 (void)purpose; in sockopt_callback() 35 sockopt_callback(void *clientp, curl_socket_t curlfd, curlsocktype purpose) sockopt_callback() argument
|
H A D | lib1530.c | 30 curlsocktype purpose, in opensocket() 33 (void)purpose; in opensocket() 29 opensocket(void *clientp, curlsocktype purpose, struct curl_sockaddr *address) opensocket() argument
|
H A D | lib500.c | 34 curlsocktype purpose, in tst_opensocket() 38 (void)purpose; in tst_opensocket() 33 tst_opensocket(void *clientp, curlsocktype purpose, struct curl_sockaddr *addr) tst_opensocket() argument
|
/third_party/curl/docs/examples/ |
H A D | externalsocket.c | 68 curlsocktype purpose, in opensocket() 72 (void)purpose; in opensocket() 81 curlsocktype purpose) in sockopt_callback() 85 (void)purpose; in sockopt_callback() 67 opensocket(void *clientp, curlsocktype purpose, struct curl_sockaddr *address) opensocket() argument 80 sockopt_callback(void *clientp, curl_socket_t curlfd, curlsocktype purpose) sockopt_callback() argument
|
/third_party/python/Lib/ |
H A D | ssl.py | 478 """SSLContext purpose flags with X509v3 Extended Key Usage objects 577 def _load_windows_store_certs(self, storename, purpose): 583 if trust is True or purpose.oid in trust: 591 def load_default_certs(self, purpose=Purpose.SERVER_AUTH): 592 if not isinstance(purpose, _ASN1Object): 593 raise TypeError(purpose) 596 self._load_windows_store_certs(storename, purpose) 745 def create_default_context(purpose=Purpose.SERVER_AUTH, *, cafile=None, 753 if not isinstance(purpose, _ASN1Object): 754 raise TypeError(purpose) [all...] |
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_purp.c | 72 return (*a)->purpose - (*b)->purpose; in xp_cmp() 79 * Returns 1 on success, 0 if x does not allow purpose, -1 on (internal) error. 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() 136 /* Returns -1 on error, else an index => 0 in standard/extended purpose table */ 137 int X509_PURPOSE_get_by_id(int purpose) in X509_PURPOSE_get_by_id() argument 142 if (purpose >= X509_PURPOSE_MIN && purpose < in X509_PURPOSE_get_by_id() [all...] |
H A D | x509_vfy.c | 396 * Check EE or CA certificate purpose. For trusted certificates explicit local 400 static int check_purpose(X509_STORE_CTX *ctx, X509 *x, int purpose, int depth, in check_purpose() argument 407 * settings trump the purpose constraints. in check_purpose() 410 * ctx->param->trust are entirely independent of the purpose ordinals in in check_purpose() 411 * ctx->param->purpose! in check_purpose() 415 * related values of both param->trust and param->purpose. It is however in check_purpose() 416 * typically possible to infer associated trust values from a purpose value in check_purpose() 419 * Therefore, we can only check for trust overrides when the purpose we're in check_purpose() 420 * checking is the same as ctx->param->purpose and ctx->param->trust is in check_purpose() 423 if (depth >= ctx->num_untrusted && purpose in check_purpose() 456 int purpose, allow_proxy_certs, num = sk_X509_num(ctx->chain); check_extensions() local 2202 X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose) X509_STORE_CTX_set_purpose() argument 2231 X509_STORE_CTX_purpose_inherit(X509_STORE_CTX *ctx, int def_purpose, int purpose, int trust) X509_STORE_CTX_purpose_inherit() argument [all...] |
H A D | x509_vpm.c | 172 x509_verify_param_copy(purpose, 0); in X509_VERIFY_PARAM_inherit() 301 int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose) in X509_VERIFY_PARAM_set_purpose() argument 303 return X509_PURPOSE_set(¶m->purpose, purpose); in X509_VERIFY_PARAM_set_purpose() 514 0, /* purpose */ 525 X509_PURPOSE_SMIME_SIGN, /* purpose */ 536 X509_PURPOSE_SMIME_SIGN, /* purpose */ 547 X509_PURPOSE_SSL_CLIENT, /* purpose */ 558 X509_PURPOSE_SSL_SERVER, /* purpose */
|
/third_party/openssl/crypto/x509/ |
H A D | v3_purp.c | 72 return (*a)->purpose - (*b)->purpose; in xp_cmp() 79 * Returns 1 on success, 0 if x does not allow purpose, -1 on (internal) error. 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() 136 /* Returns -1 on error, else an index => 0 in standard/extended purpose table */ 137 int X509_PURPOSE_get_by_id(int purpose) in X509_PURPOSE_get_by_id() argument 142 if (purpose >= X509_PURPOSE_MIN && purpose < in X509_PURPOSE_get_by_id() [all...] |
H A D | x509_vfy.c | 396 * Check EE or CA certificate purpose. For trusted certificates explicit local 400 static int check_purpose(X509_STORE_CTX *ctx, X509 *x, int purpose, int depth, in check_purpose() argument 407 * settings trump the purpose constraints. in check_purpose() 410 * ctx->param->trust are entirely independent of the purpose ordinals in in check_purpose() 411 * ctx->param->purpose! in check_purpose() 415 * related values of both param->trust and param->purpose. It is however in check_purpose() 416 * typically possible to infer associated trust values from a purpose value in check_purpose() 419 * Therefore, we can only check for trust overrides when the purpose we're in check_purpose() 420 * checking is the same as ctx->param->purpose and ctx->param->trust is in check_purpose() 423 if (depth >= ctx->num_untrusted && purpose in check_purpose() 456 int purpose, allow_proxy_certs, num = sk_X509_num(ctx->chain); check_extensions() local 2204 X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose) X509_STORE_CTX_set_purpose() argument 2233 X509_STORE_CTX_purpose_inherit(X509_STORE_CTX *ctx, int def_purpose, int purpose, int trust) X509_STORE_CTX_purpose_inherit() argument [all...] |
H A D | x509_vpm.c | 172 x509_verify_param_copy(purpose, 0); in X509_VERIFY_PARAM_inherit() 301 int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose) in X509_VERIFY_PARAM_set_purpose() argument 303 return X509_PURPOSE_set(¶m->purpose, purpose); in X509_VERIFY_PARAM_set_purpose() 511 0, /* purpose */ 522 X509_PURPOSE_SMIME_SIGN, /* purpose */ 533 X509_PURPOSE_SMIME_SIGN, /* purpose */ 544 X509_PURPOSE_SSL_CLIENT, /* purpose */ 555 X509_PURPOSE_SSL_SERVER, /* purpose */
|
/third_party/alsa-lib/modules/mixer/simple/ |
H A D | sbase.h | 52 unsigned short purpose; member 59 unsigned short purpose; member
|
H A D | ac97.c | 54 .purpose = PURPOSE_VOLUME, 62 .purpose = PURPOSE_SWITCH,
|
H A D | hda.c | 55 .purpose = PURPOSE_VOLUME, 63 .purpose = PURPOSE_SWITCH,
|
H A D | sbase.c | 140 return !!(helem->purpose == PURPOSE_ENUMLIST); in is_ops() 373 switch (sel->purpose) { in simple_event_add1() 387 hsimple->purpose = sel->purpose; in simple_event_add1()
|
/third_party/node/test/fixtures/copy/kitchen-sink/a/c/d/ |
H A D | index.js | 2 purpose: 'testing copy'
|
/third_party/node/test/fixtures/copy/kitchen-sink/a/b/ |
H A D | index.js | 2 purpose: 'testing copy'
|
/third_party/node/test/fixtures/copy/kitchen-sink/a/c/ |
H A D | index.js | 2 purpose: 'testing copy'
|
/third_party/node/test/fixtures/copy/kitchen-sink/a/ |
H A D | index.js | 2 purpose: 'testing copy'
|
/third_party/node/test/fixtures/copy/kitchen-sink/ |
H A D | index.js | 2 purpose: 'testing copy'
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | verify.rs | 184 /// Sets the verification purpose 187 pub fn set_purpose(&mut self, purpose: X509PurposeId) -> Result<(), ErrorStack> { in set_purpose() 188 unsafe { cvt(ffi::X509_VERIFY_PARAM_set_purpose(self.as_ptr(), purpose.0)).map(|_| ()) } in set_purpose()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | x509_vfy.rs | 51 pub fn X509_STORE_set_purpose(ctx: *mut X509_STORE, purpose: c_int) -> c_int; in X509_STORE_set_purpose() 131 pub fn X509_VERIFY_PARAM_set_purpose(param: *mut X509_VERIFY_PARAM, purpose: c_int) -> c_int; in X509_VERIFY_PARAM_set_purpose()
|
/third_party/pulseaudio/src/utils/ |
H A D | pacat.c | 53 static const char *purpose = NULL; variable 713 , argv0, purpose); in help() 793 purpose = _("Play back encoded audio files on a PulseAudio sound server."); in main() 797 purpose = _("Capture audio data from a PulseAudio sound server and write it to a file."); in main() 801 purpose = _("Capture audio data from a PulseAudio sound server and write it to STDOUT or the specified file."); in main() 805 purpose = _("Play back audio data from STDIN or the specified file on a PulseAudio sound server."); in main()
|