Home
last modified time | relevance | path

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

12345678910>>...25

/NextBSD/crypto/openssl/crypto/x509v3/
HDv3_purp.c119 return (*a)->purpose - (*b)->purpose; in xp_cmp()
145 int X509_PURPOSE_set(int *p, int purpose) in X509_PURPOSE_set() argument
147 if (X509_PURPOSE_get_by_id(purpose) == -1) { in X509_PURPOSE_set()
151 *p = purpose; in X509_PURPOSE_set()
183 int X509_PURPOSE_get_by_id(int purpose) in X509_PURPOSE_get_by_id() argument
187 if ((purpose >= X509_PURPOSE_MIN) && (purpose <= X509_PURPOSE_MAX)) in X509_PURPOSE_get_by_id()
188 return purpose - X509_PURPOSE_MIN; in X509_PURPOSE_get_by_id()
189 tmp.purpose = purpose; in X509_PURPOSE_get_by_id()
239 ptmp->purpose = id; in X509_PURPOSE_add()
282 return xp->purpose; in X509_PURPOSE_get_id()
/NextBSD/crypto/openssl/doc/apps/
HDverify.pod12 [B<-purpose purpose>]
88 =item B<-purpose purpose>
91 B<verify> will not consider certificate purpose during chain verification.
238 consistency with the supplied purpose. If the B<-purpose> option is not included
240 compatible with the supplied purpose and all other certificates must also be valid
245 CA should be trusted for the supplied purpose. For compatibility with previous
382 with the supplied purpose.
388 =item B<26 X509_V_ERR_INVALID_PURPOSE: unsupported certificate purpose>
390 the supplied certificate cannot be used for the specified purpose.
394 the root CA is not marked as trusted for the specified purpose.
[all …]
/NextBSD/contrib/libstdc++/include/ext/
Drb_tree36 * and its documentation for any purpose is hereby granted without fee,
41 * purpose. It is provided "as is" without express or implied warranty.
48 * and its documentation for any purpose is hereby granted without fee,
53 * purpose. It is provided "as is" without express or implied warranty.
Diterator36 * and its documentation for any purpose is hereby granted without fee,
41 * purpose. It is provided "as is" without express or implied warranty.
48 * and its documentation for any purpose is hereby granted without fee,
53 * purpose. It is provided "as is" without express or implied warranty.
Dnumeric36 * and its documentation for any purpose is hereby granted without fee,
41 * purpose. It is provided "as is" without express or implied warranty.
48 * and its documentation for any purpose is hereby granted without fee,
53 * purpose. It is provided "as is" without express or implied warranty.
Dmemory36 * and its documentation for any purpose is hereby granted without fee,
41 * purpose. It is provided "as is" without express or implied warranty.
48 * and its documentation for any purpose is hereby granted without fee,
53 * purpose. It is provided "as is" without express or implied warranty.
/NextBSD/crypto/openssl/crypto/x509/
HDx509_vpm.c139 param->purpose = 0; in x509_verify_param_zero()
283 x509_verify_param_copy(purpose, 0); in X509_VERIFY_PARAM_inherit()
398 int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose) in X509_VERIFY_PARAM_set_purpose() argument
400 return X509_PURPOSE_set(&param->purpose, purpose); in X509_VERIFY_PARAM_set_purpose()
HDx509_vfy.c571 int purpose; in check_chain_extensions()
589 purpose = X509_PURPOSE_CRL_SIGN; in check_chain_extensions()
599 purpose = ctx->param->purpose; in check_chain_extensions()
657 if (ctx->param->purpose > 0) { in check_chain_extensions()
658 ret = X509_check_purpose(x, purpose, must_be_ca > 0); in check_chain_extensions()
2176 int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose) in X509_STORE_CTX_set_purpose() argument
2178 return X509_STORE_CTX_purpose_inherit(ctx, 0, purpose, 0); in X509_STORE_CTX_set_purpose()
2198 int purpose, int trust) in X509_STORE_CTX_purpose_inherit() argument
2202 if (!purpose) in X509_STORE_CTX_purpose_inherit()
2203 purpose = def_purpose; in X509_STORE_CTX_purpose_inherit()
[all …]
HDx509_vfy.h172 int purpose; /* purpose to check untrusted certificates */ member
468 int X509_STORE_set_purpose(X509_STORE *ctx, int purpose);
550 int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose);
553 int purpose, int trust);
581 int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose);
/NextBSD/contrib/ntp/sntp/include/
HDntp.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
/NextBSD/usr.sbin/crunch/
HDCOPYRIGHT6 * documentation for any purpose is hereby granted without fee, provided that
12 * suitability of this software for any purpose. It is provided "as is"
/NextBSD/contrib/file/magic/Magdir/
HDos233 # int8 unknown1; // unknown purpose, could be third letter of ID
41 # int16 unknown2; // unknown purpose
/NextBSD/contrib/gcc/cp/
HDtree.c706 tree purpose; member
721 && TREE_PURPOSE (t) == proxy->purpose in list_hash_eq()
730 list_hash_pieces (tree purpose, tree value, tree chain) in list_hash_pieces() argument
741 if (purpose) in list_hash_pieces()
742 hashcode += TREE_HASH (purpose); in list_hash_pieces()
764 hash_tree_cons (tree purpose, tree value, tree chain) in hash_tree_cons() argument
771 hashcode = list_hash_pieces (purpose, value, chain); in hash_tree_cons()
774 proxy.purpose = purpose; in hash_tree_cons()
782 *slot = tree_cons (purpose, value, chain); in hash_tree_cons()
/NextBSD/contrib/xz/src/liblzma/
HDliblzma.pc.in14 Description: General purpose data compression library
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZRegisterInfo.td54 // General-purpose registers
57 // Lower 32 bits of one of the 16 64-bit general-purpose registers
62 // One of the 16 64-bit general-purpose registers.
76 // General-purpose registers
/NextBSD/share/i18n/csmapper/
HDmapper.dir.src12 # Supplementary Special-purpose Plane
/NextBSD/contrib/gcc/
HDc-typeck.c5224 tree purpose; member
6082 add_pending_init (tree purpose, tree value) in add_pending_init() argument
6094 if (tree_int_cst_lt (purpose, p->purpose)) in add_pending_init()
6096 else if (tree_int_cst_lt (p->purpose, purpose)) in add_pending_init()
6113 bitpos = bit_position (purpose); in add_pending_init()
6117 if (tree_int_cst_lt (bitpos, bit_position (p->purpose))) in add_pending_init()
6119 else if (p->purpose != purpose) in add_pending_init()
6134 r->purpose = purpose; in add_pending_init()
6340 tree value, purpose, type; in set_nonincremental_init_from_string() local
6361 for (purpose = bitsize_zero_node; in set_nonincremental_init_from_string()
[all …]
/NextBSD/crypto/openssl/doc/crypto/
HDX509_STORE_CTX_get_error.pod176 consistent with the supplied purpose.
182 =item B<X509_V_ERR_INVALID_PURPOSE: unsupported certificate purpose>
184 the supplied certificate cannot be used for the specified purpose.
188 the root CA is not marked as trusted for the specified purpose.
192 the root CA is marked to reject the specified purpose.
HDX509_VERIFY_PARAM_set_flags.pod16 int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose);
55 X509_VERIFY_PARAM_set_purpose() sets the verification purpose in B<param>
56 to B<purpose>. This determines the acceptable purpose of the certificate
/NextBSD/contrib/apr-util/
HDLICENSE58 Licensor for the purpose of discussing and improving the Work, but
185 file or class name and description of purpose be included on the
236 software for any particular purpose. It is provided "as is"
271 software for any particular purpose. It is provided "as is"
308 * software for any particular purpose. It is provided "as is"
336 * software for any particular purpose. It is provided "as is"
354 * software for any particular purpose. It is provided "as is"
370 # documentation for any purpose is hereby granted without fee, provided that
376 # suitability of this software for any purpose. It is provided "as is"
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCRegisterInfo.td30 // GPR - One of the 32 32-bit general-purpose registers
35 // GP8 - One of the 32 64-bit general-purpose registers
42 // SPR - One of the 32-bit special-purpose registers
102 // General-purpose registers
107 // 64-bit General-purpose registers
/NextBSD/sys/boot/i386/btx/lib/
HDbtxsys.s13 # purpose.
/NextBSD/sys/boot/pc98/btx/lib/
HDbtxsys.s13 # purpose.
HDbtxcsu.S13 # purpose.
/NextBSD/sys/boot/i386/libi386/
HDpxetramp.s13 # purpose.

12345678910>>...25