Home
last modified time | relevance | path

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

12345678910>>...26

/freebsd-14.2/crypto/openssl/test/certs/
H A Dmkcert.sh120 local purpose=
125 p) purpose="$OPTARG";;
144 if [ -n "$purpose" ]; then
240 local purpose=serverAuth
245 p) purpose="$OPTARG";;
272 local purpose=serverAuth
277 p) purpose="$OPTARG";;
306 local purpose=serverAuth
311 p) purpose="$OPTARG";;
361 local purpose=serverAuth
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.h28 BreakpointName::Permissions ::PermissionKinds purpose) { in VerifyBreakpointOrLocationIDs()
29 VerifyIDs(args, target, true, result, valid_ids, purpose); in VerifyBreakpointOrLocationIDs()
35 BreakpointName::Permissions::PermissionKinds purpose) { in VerifyBreakpointIDs() argument
36 VerifyIDs(args, target, false, result, valid_ids, purpose); in VerifyBreakpointIDs()
43 BreakpointName::Permissions::PermissionKinds purpose);
/freebsd-14.2/contrib/sendmail/libsm/
H A Db-strcmp.c25 void purpose __P((void));
37 purpose() in purpose() function
74 purpose();
80 purpose();
H A Db-strl.c44 purpose() in purpose() function
88 purpose();
108 purpose();
/freebsd-14.2/crypto/openssl/doc/man3/
H A DX509_STORE_CTX_new.pod51 int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose);
54 int purpose, int trust);
81 with the method name C<default>, which includes the C<any> purpose,
188 custom "purpose" (see below) or supply a nondefault verification callback
192 verified in the I<ctx>. Built-in available values for the I<purpose> argument
197 possible to create a custom purpose value. Setting a purpose will ensure that
199 consistent with that purpose as well as, potentially, other checks. Every
222 The I<def_purpose> and I<purpose> arguments can have the same
225 X509_STORE_CTX_set_trust() above. Any of the I<def_purpose>, I<purpose> or
228 for verification is set from the I<purpose> argument unless the purpose was
[all …]
H A 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>
H A 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
/freebsd-14.2/contrib/kyua/bootstrap/
H A Dtestsuite.at122 AT_CHECK([grep "atf_helpers:fails.*failed.*Failed on purpose" stdout],
137 AT_CHECK([grep "atf_helpers:skips.*skipped.*Skipped on purpose" stdout],
150 AT_CHECK([grep "atf_helpers:skips.*skipped.*Skipped on purpose" stdout],
161 AT_CHECK([grep "atf_helpers:fails.*failure.*Failed on purpose" stdout],
174 AT_CHECK([grep "atf_helpers:fails.*failure.*Failed on purpose" stdout],
177 AT_CHECK([grep "atf_helpers:skips.*skipped.*Skipped on purpose" stdout],
194 AT_CHECK([grep "atf_helpers:fails.*failure.*Failed on purpose" stdout],
197 AT_CHECK([grep "atf_helpers:skips.*skipped.*Skipped on purpose" stdout],
/freebsd-14.2/crypto/openssl/crypto/x509/
H A 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()
H A Dx509_vfy.c423 if (depth >= ctx->num_untrusted && purpose == ctx->param->purpose) in check_purpose()
472 purpose = X509_PURPOSE_CRL_SIGN; in check_extensions()
476 purpose = ctx->param->purpose; in check_extensions()
584 if (purpose > 0 && !check_purpose(ctx, x, purpose, i, must_be_ca)) in check_extensions()
2237 if (purpose == 0) in X509_STORE_CTX_purpose_inherit()
2238 purpose = def_purpose; in X509_STORE_CTX_purpose_inherit()
2244 def_purpose = purpose; in X509_STORE_CTX_purpose_inherit()
2246 if (purpose != 0) { in X509_STORE_CTX_purpose_inherit()
2249 idx = X509_PURPOSE_get_by_id(purpose); in X509_STORE_CTX_purpose_inherit()
2275 if (ctx->param->purpose == 0 && purpose != 0) in X509_STORE_CTX_purpose_inherit()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/timer/
H A Dqcom,msm-timer.txt11 - interrupts : Interrupts for the debug timer, the first general purpose
12 timer, and optionally a second general purpose timer, and
23 - clock-frequency : The frequency of the debug timer and the general purpose
H A Dti,keystone-timer.txt4 architecture devices. The timer can be configured as a general-purpose 64-bit
5 timer, dual general-purpose 32-bit timers. When configured as dual 32-bit
H A Dti,davinci-timer.txt4 architecture devices. The timer can be configured as a general-purpose 64-bit
5 timer, dual general-purpose 32-bit timers. When configured as dual 32-bit
/freebsd-14.2/crypto/openssl/test/recipes/
H A D60-test_x509_store.t29 my ($cert, $purpose, $trustedpath, $untrusted, @opts) = @_;
32 push(@args, "$purpose", @opts);
H A D25-test_verify.t21 my ($cert, $purpose, $trusted, $untrusted, @opts) = @_;
24 push(@args, "-purpose", $purpose) if $purpose ne "";
/freebsd-14.2/sys/contrib/device-tree/Bindings/sound/
H A Dti,tlv320adc3xxx.yaml51 - 2 # ADC3XXX_GPIO_GPI - General purpose input
52 - 3 # ADC3XXX_GPIO_GPO - General purpose output
69 - 2 # ADC3XXX_GPIO_GPI - General purpose input
70 - 3 # ADC3XXX_GPIO_GPO - General purpose output
H A Dtlv320adcx140.yaml89 Defines the configuration for the general purpose input pins (GPI).
93 1 - GPIX is configured as a general-purpose input (GPI)
121 1 - GPIO1 is configured as a general-purpose output (GPO)
127 9 - GPIO1 is configured as a general-purpose input (GPI)
164 Defines the configuration and output driver for the general purpose
172 1 - GPOX is configured as a general-purpose output (GPO)
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaRegisterInfo.td25 // General-purpose registers
28 // Xtensa general purpose regs
68 // Special-purpose registers
/freebsd-14.2/sys/contrib/device-tree/Bindings/gpio/
H A Dti,omap-gpio.yaml13 The general-purpose interface combines general-purpose input/output (GPIO) banks.
14 Each GPIO banks provides up to 32 dedicated general-purpose pins with input
/freebsd-14.2/sys/contrib/device-tree/Bindings/watchdog/
H A Dqcom-wdt.yaml65 The frequency of the general purpose timer in Hz.
106 - description: First general purpose timer
107 - description: Second general purpose timer
/freebsd-14.2/sys/contrib/device-tree/Bindings/mfd/
H A Dfsl-imx25-tsadc.txt3 This device combines two general purpose conversion queues one used for general
21 The first queue is for the touchscreen, the second for general purpose ADC.
/freebsd-14.2/contrib/ntp/sntp/include/
H A Dntp.lic9 <PFX>documentation for any purpose with or without fee is hereby granted,
15 <PFX>representations about the suitability this software for any purpose. It
/freebsd-14.2/usr.sbin/crunch/
H A DCOPYRIGHT6 * documentation for any purpose is hereby granted without fee, provided that
12 * suitability of this software for any purpose. It is provided "as is"
/freebsd-14.2/sys/contrib/device-tree/Bindings/mips/
H A Dmscc.txt15 functionalities: chip ID, general purpose register for software use, reset
32 the CPU: 8 general purpose registers, reset control, CPU en/disabling, CPU
/freebsd-14.2/contrib/kyua/integration/
H A Dcmd_test_test.sh66 simple_some_fail:fail -> failed: This fails on purpose [S.UUUs]
130 first:fail -> failed: This fails on purpose [S.UUUs]
133 second:fail -> failed: This fails on purpose [S.UUUs]
267 subdir/simple_some_fail:fail -> failed: This fails on purpose [S.UUUs]
351 second:fail -> failed: This fails on purpose [S.UUUs]
399 subdir/second:fail -> failed: This fails on purpose [S.UUUs]
467 third:fail -> failed: This fails on purpose [S.UUUs]
513 subdir/fourth:fail -> failed: This fails on purpose [S.UUUs]
609 some-program:fail -> failed: This fails on purpose [S.UUUs]
621 some-program,fail,failed,This fails on purpose

12345678910>>...26