Home
last modified time | relevance | path

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

12345678910>>...64

/netbsd-src/crypto/external/bsd/openssl/dist/test/certs/
H A 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 …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/certs/
H A Dmkcert.sh118 local purpose=
123 p) purpose="$OPTARG";;
139 if [ -n "$purpose" ]; then
140 exts=$(printf "%s\nextendedKeyUsage = %s\n" "$exts" "$purpose")
218 local purpose=serverAuth
223 p) purpose="$OPTARG";;
240 "extendedKeyUsage = $purpose" \
250 local purpose=serverAuth
255 p) purpose="$OPTARG";;
271 "extendedKeyUsage = $purpose" \
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DX509_STORE_CTX_new.pod50 int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose);
53 int purpose, int trust);
142 exists that can record extended key usage information to supplement the purpose
146 custom "purpose" (see below) or supply a nondefault verification callback
149 X509_STORE_CTX_set_purpose() sets the purpose for the target certificate being
150 verified in the I<ctx>. Built-in available values for the I<purpose> argument
155 possible to create a custom purpose value. Setting a purpose will ensure that
157 consistent with that purpose as well as, potentially, other checks. Every
158 purpose also has an associated default trust value which will also be set at the
177 function it is possible to set the purpose and trust values for the I<ctx> at
[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
40 =item E<32>1 if the certificate was created to perform the purpose represented by I<id>
42 =item E<32>0 if the certificate was not created to perform the purpose represented by I<id>
52 =item E<32>0 not a CA or does not have the purpose represented by I<id>
/netbsd-src/crypto/external/bsd/openssl/dist/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);
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 …]
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>
/netbsd-src/external/bsd/kyua-cli/dist/bootstrap/
H A Dtestsuite.at120 AT_CHECK([grep "atf_helpers:fails.*failed.*Failed on purpose" stdout],
135 AT_CHECK([grep "atf_helpers:skips.*skipped.*Skipped on purpose" stdout],
148 AT_CHECK([grep "atf_helpers:skips.*skipped.*Skipped on purpose" stdout],
159 AT_CHECK([grep "atf_helpers:fails.*failure.*Failed on purpose" stdout],
172 AT_CHECK([grep "atf_helpers:fails.*failure.*Failed on purpose" stdout],
175 AT_CHECK([grep "atf_helpers:skips.*skipped.*Skipped on purpose" stdout],
192 AT_CHECK([grep "atf_helpers:fails.*failure.*Failed on purpose" stdout],
195 AT_CHECK([grep "atf_helpers:skips.*skipped.*Skipped on purpose" stdout],
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_purp.c71 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()
136 int X509_PURPOSE_get_by_id(int purpose) in X509_PURPOSE_get_by_id() argument
141 if ((purpose >= X509_PURPOSE_MIN) && (purpose <= X509_PURPOSE_MAX)) in X509_PURPOSE_get_by_id()
142 return purpose - X509_PURPOSE_MIN; in X509_PURPOSE_get_by_id()
145 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()
/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dstack31 * and its documentation for any purpose is hereby granted without fee,
36 * purpose. It is provided "as is" without express or implied warranty.
43 * and its documentation for any purpose is hereby granted without fee,
48 * purpose. It is provided "as is" without express or implied warranty.
H A Dqueue31 * and its documentation for any purpose is hereby granted without fee,
36 * purpose. It is provided "as is" without express or implied warranty.
43 * and its documentation for any purpose is hereby granted without fee,
48 * purpose. It is provided "as is" without express or implied warranty.
H A Diterator31 * and its documentation for any purpose is hereby granted without fee,
36 * purpose. It is provided "as is" without express or implied warranty.
43 * and its documentation for any purpose is hereby granted without fee,
48 * purpose. It is provided "as is" without express or implied warranty.
H A Dalgorithm31 * and its documentation for any purpose is hereby granted without fee,
36 * purpose. It is provided "as is" without express or implied warranty.
43 * and its documentation for any purpose is hereby granted without fee,
48 * purpose. It is provided "as is" without express or implied warranty.
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dstack31 * and its documentation for any purpose is hereby granted without fee,
36 * purpose. It is provided "as is" without express or implied warranty.
43 * and its documentation for any purpose is hereby granted without fee,
48 * purpose. It is provided "as is" without express or implied warranty.
H A Diterator31 * and its documentation for any purpose is hereby granted without fee,
36 * purpose. It is provided "as is" without express or implied warranty.
43 * and its documentation for any purpose is hereby granted without fee,
48 * purpose. It is provided "as is" without express or implied warranty.
H A Dqueue31 * and its documentation for any purpose is hereby granted without fee,
36 * purpose. It is provided "as is" without express or implied warranty.
43 * and its documentation for any purpose is hereby granted without fee,
48 * purpose. It is provided "as is" without express or implied warranty.
H A Dalgorithm31 * and its documentation for any purpose is hereby granted without fee,
36 * purpose. It is provided "as is" without express or implied warranty.
43 * and its documentation for any purpose is hereby granted without fee,
48 * purpose. It is provided "as is" without express or implied warranty.
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Drb_tree31 * and its documentation for any purpose is hereby granted without fee,
36 * purpose. It is provided "as is" without express or implied warranty.
43 * and its documentation for any purpose is hereby granted without fee,
48 * purpose. It is provided "as is" without express or implied warranty.
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Drb_tree31 * and its documentation for any purpose is hereby granted without fee,
36 * purpose. It is provided "as is" without express or implied warranty.
43 * and its documentation for any purpose is hereby granted without fee,
48 * purpose. It is provided "as is" without express or implied warranty.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
H A Dconstraints.md23 "General-purpose AR registers @code{a0}-@code{a15},
48 General-purpose AR registers, but only if the Xtensa Sign Extend
53 General-purpose AR registers, but only if the Xtensa 16-Bit Integer
58 General-purpose AR registers, but only if the Xtensa Code Density
63 General-purpose AR registers, but only if the Xtensa Const16
/netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dconstraints.md23 "General-purpose AR registers @code{a0}-@code{a15},
48 General-purpose AR registers, but only if the Xtensa Sign Extend
53 General-purpose AR registers, but only if the Xtensa 16-Bit Integer
58 General-purpose AR registers, but only if the Xtensa Code Density
63 General-purpose AR registers, but only if the Xtensa Const16
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/
H A D60-test_x509_store.t29 my ($cert, $purpose, $trustedpath, $untrusted, @opts) = @_;
32 push(@args, "$purpose", @opts);
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D60-test_x509_store.t29 my ($cert, $purpose, $trustedpath, $untrusted, @opts) = @_;
32 push(@args, "$purpose", @opts);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
H A Dabi126 general-purpose register. STARG is the address of the next available stack
142 general-purpose register,
150 general-purpose register GR and advance GR to the next general-purpose
166 general-purpose register, with simple argument types shorter than this
209 The varargs macros set up a register save area for the general-purpose
229 Structs/unions which will fit into two general-purpose registers are returned
/netbsd-src/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Dabi126 general-purpose register. STARG is the address of the next available stack
142 general-purpose register,
150 general-purpose register GR and advance GR to the next general-purpose
166 general-purpose register, with simple argument types shorter than this
209 The varargs macros set up a register save area for the general-purpose
229 Structs/unions which will fit into two general-purpose registers are returned

12345678910>>...64