| /freebsd/crypto/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 246 p) purpose="$OPTARG";; 265 "extendedKeyUsage = $purpose" \ 275 local purpose=serverAuth 280 p) purpose="$OPTARG";; 298 "extendedKeyUsage = $purpose" \ [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | X509_check_purpose.pod | 17 X509_PURPOSE_set - functions related to checking the purpose of a certificate 39 int X509_PURPOSE_set(int *p, int purpose); 43 X509_check_purpose() checks if certificate I<x> was created with the purpose 67 X509_PURPOSE_get_unused_id() returns the smallest purpose id not yet used, 70 It is currently ignored as the purpose mapping table is global. 73 the purpose with the given short name or -1 if not found. 76 the purpose with the given id or -1 if not found. 78 X509_PURPOSE_add() adds or modifies a purpose entry identified by I<sname>. 82 the purpose (long) name I<name>, the short name I<sname>, the purpose checking 98 X509_PURPOSE_set() assigns the given I<purpose> id to the location pointed at by [all …]
|
| H A D | X509_STORE_CTX_new.pod | 59 int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose); 62 int purpose, int trust); 89 with the method name C<default>, which includes the C<any> purpose, 185 Among others, the parameters determine the trust model and verification purpose. 213 exists that can record extended key usage information to supplement the purpose 217 custom "purpose" (see below) or supply a nondefault verification callback 220 X509_STORE_CTX_set_purpose() sets the purpose for the target certificate being 221 verified in the I<ctx>. Built-in available values for the I<purpose> argument 227 possible to create a custom purpose value. Setting a purpose requests that 229 the certificate and its chain are verified to be consistent with that purpose. [all …]
|
| H A 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
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectBreakpoint.h | 28 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/contrib/sendmail/libsm/ |
| H A D | b-strcmp.c | 25 void purpose __P((void)); 37 purpose() in purpose() function 74 purpose(); 80 purpose();
|
| H A D | b-strl.c | 44 purpose() in purpose() function 88 purpose(); 108 purpose();
|
| /freebsd/contrib/kyua/bootstrap/ |
| H A D | testsuite.at | 122 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/crypto/openssl/crypto/x509/ |
| H A D | v3_purp.c | 79 return (*a)->purpose - (*b)->purpose; in xp_cmp() 106 int X509_PURPOSE_set(int *p, int purpose) in X509_PURPOSE_set() argument 108 if (purpose != X509_PURPOSE_DEFAULT_ANY && X509_PURPOSE_get_by_id(purpose) == -1) { in X509_PURPOSE_set() 112 *p = purpose; in X509_PURPOSE_set() 156 int X509_PURPOSE_get_by_id(int purpose) in X509_PURPOSE_get_by_id() argument 161 if (purpose >= X509_PURPOSE_MIN && purpose <= X509_PURPOSE_MAX) in X509_PURPOSE_get_by_id() 162 return purpose - X509_PURPOSE_MIN; in X509_PURPOSE_get_by_id() 165 tmp.purpose = purpose; in X509_PURPOSE_get_by_id() 210 old_id = ptmp->purpose; in X509_PURPOSE_add() 232 ptmp->purpose = id; in X509_PURPOSE_add() [all …]
|
| H A D | x509_vpm.c | 169 x509_verify_param_copy(purpose, 0); in X509_VERIFY_PARAM_inherit() 298 int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose) in X509_VERIFY_PARAM_set_purpose() argument 300 return X509_PURPOSE_set(¶m->purpose, purpose); in X509_VERIFY_PARAM_set_purpose() 305 return param->purpose; in X509_VERIFY_PARAM_get_purpose()
|
| H A D | x509_vfy.c | 526 static int check_purpose(X509_STORE_CTX *ctx, X509 *x, int purpose, int depth, in check_purpose() argument 549 if (depth >= ctx->num_untrusted && purpose == ctx->param->purpose) in check_purpose() 558 switch (X509_check_purpose(x, purpose, must_be_ca > 0)) { in check_purpose() 582 int purpose, allow_proxy_certs, num = sk_X509_num(ctx->chain); in check_extensions() local 598 purpose = X509_PURPOSE_CRL_SIGN; in check_extensions() 601 purpose = ctx->param->purpose; in check_extensions() 711 if (purpose >= X509_PURPOSE_MIN && !check_purpose(ctx, x, purpose, i, must_be_ca)) in check_extensions() 2381 int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose) in X509_STORE_CTX_set_purpose() argument 2388 return X509_STORE_CTX_purpose_inherit(ctx, 0, purpose, 0); in X509_STORE_CTX_set_purpose() 2411 int purpose, int trust) in X509_STORE_CTX_purpose_inherit() argument [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/timer/ |
| H A D | qcom,msm-timer.txt | 11 - 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 D | ti,keystone-timer.txt | 4 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 D | ti,davinci-timer.txt | 4 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/crypto/openssl/test/recipes/ |
| H A D | 60-test_x509_store.t | 29 my ($cert, $purpose, $trustedpath, $untrusted, @opts) = @_; 32 push(@args, "$purpose", @opts);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaRegisterInfo.td | 25 // General-purpose registers 28 // Xtensa general purpose regs 68 // Special-purpose registers
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | fsl-imx25-tsadc.txt | 3 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/contrib/ntp/sntp/include/ |
| H A D | ntp.lic | 9 <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/release/packages/ucl/ |
| H A D | tests.ucl | 7 * purpose with or without fee is hereby granted, provided that the above 41 # Since the purpose of the tests is to test the base system, the base
|
| /freebsd/usr.sbin/crunch/ |
| H A D | COPYRIGHT | 6 * 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/crypto/krb5/src/ccapi/common/win/ |
| H A D | ccs_request.Acf | 13 * distribute this software and its documentation for any purpose and 23 * this software for any purpose. It is provided "as is" without express
|
| H A D | ccs_reply.Acf | 13 * distribute this software and its documentation for any purpose and 23 * this software for any purpose. It is provided "as is" without express
|
| /freebsd/crypto/krb5/src/config/ |
| H A D | rm.bat | 20 Rem distribute this software and its documentation for any purpose and 27 Rem this software for any purpose. It is provided "as is" without express
|
| /freebsd/crypto/krb5/src/lib/krb5/error_tables/ |
| H A D | krb524_err.et | 4 # and its documentation for any purpose is hereby granted without fee, 11 # purpose. It is provided "as is" without express or implied warranty.
|
| /freebsd/crypto/krb5/src/lib/ |
| H A D | krb5.rc | 13 * distribute this software and its documentation for any purpose and 23 * this software for any purpose. It is provided "as is" without express
|