| /src/external/bsd/ppp/dist/pppd/ |
| tls.c | 140 int purpose = inf->client ? X509_PURPOSE_SSL_SERVER : X509_PURPOSE_SSL_CLIENT ; local 141 if (X509_check_purpose(peer_cert, purpose, 0) == 0) {
|
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| x509_local.h | 26 int purpose; /* purpose to check untrusted certificates */ member in struct:X509_VERIFY_PARAM_st
|
| x509_vfy.c | 522 * Check EE or CA certificate purpose. For trusted certificates explicit local 526 static int check_purpose(X509_STORE_CTX *ctx, X509 *x, int purpose, int depth, 533 * settings trump the purpose constraints. 536 * ctx->param->trust are entirely independent of the purpose ordinals in 537 * ctx->param->purpose! 541 * related values of both param->trust and param->purpose. It is however 542 * typically possible to infer associated trust values from a purpose value 545 * Therefore, we can only check for trust overrides when the purpose we're 546 * checking is the same as ctx->param->purpose and ctx->param->trust is 549 if (depth >= ctx->num_untrusted && purpose == ctx->param->purpose 582 int purpose, allow_proxy_certs, num = sk_X509_num(ctx->chain); local [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| x509_local.h | 26 int purpose; /* purpose to check untrusted certificates */ member in struct:X509_VERIFY_PARAM_st
|
| 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, 407 * settings trump the purpose constraints. 410 * ctx->param->trust are entirely independent of the purpose ordinals in 411 * ctx->param->purpose! 415 * related values of both param->trust and param->purpose. It is however 416 * typically possible to infer associated trust values from a purpose value 419 * Therefore, we can only check for trust overrides when the purpose we're 420 * checking is the same as ctx->param->purpose and ctx->param->trust is 423 if (depth >= ctx->num_untrusted && purpose == ctx->param->purpose 456 int purpose, allow_proxy_certs, num = sk_X509_num(ctx->chain); local [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/x509/ |
| x509_local.h | 23 int purpose; /* purpose to check untrusted certificates */ member in struct:X509_VERIFY_PARAM_st
|
| x509_vfy.c | 400 * Check EE or CA certificate purpose. For trusted certificates explicit local 403 static int check_purpose(X509_STORE_CTX *ctx, X509 *x, int purpose, int depth, 410 * settings trump the purpose constraints. 413 * ctx->param->trust are entirely independent of the purpose ordinals in 414 * ctx->param->purpose! 418 * related values of both param->trust and param->purpose. It is however 419 * typically possible to infer associated trust values from a purpose value 422 * Therefore, we can only check for trust overrides when the purpose we're 423 * checking is the same as ctx->param->purpose and ctx->param->trust is 426 if (depth >= ctx->num_untrusted && purpose == ctx->param->purpose 460 int purpose; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| cgraphunit.cc | 14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 78 The purpose of early optimizations is to optimize away simple 743 const char *purpose = IDENTIFIER_POINTER (TREE_PURPOSE (value)); local 744 if (strcmp (purpose, "symver") != 0)
|
| omp-offload.cc | 15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 215 tree purpose = TREE_PURPOSE (TREE_VALUE (attr)); local 216 if (TREE_CODE (purpose) == FUNCTION_DECL) 217 omp_discover_declare_target_tgt_fn_r (&purpose, walk_subtrees, data); 947 tree purpose[GOMP_DIM_MAX]; local 957 purpose[ix] = TREE_PURPOSE (pos); 1025 pos = tree_cons (purpose[ix],
|
| omp-expand.cc | 16 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 4142 tree purpose = size_int (idx); local 4143 CONSTRUCTOR_APPEND_ELT (v, purpose, c);
|
| expr.cc | 13 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 5873 useful purpose. This can occur in Ada. */ 7102 tree value, purpose, elt_type; 7116 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (ctor), idx, purpose, value) 7120 if (purpose && TREE_CODE (purpose) == RANGE_EXPR) 7122 tree lo_index = TREE_OPERAND (purpose, 0); 7123 tree hi_index = TREE_OPERAND (purpose, 1); 9189 (they actually exist only for that purpose). */ 10604 purpose of steps 2, 4, 5, 6, thus we reduce the step 7089 tree value, purpose, elt_type; local 7103 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (ctor), idx, purpose, value) local [all...] |
| gimplify.cc | 16 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 5298 tree purpose, value; 5303 FOR_EACH_CONSTRUCTOR_ELT (elts, ix, purpose, value) 5316 gcc_assert (purpose); 5324 && TREE_CODE (purpose) == FIELD_DECL 5325 && is_empty_type (TREE_TYPE (purpose))) 5330 if (TREE_CODE (purpose) == RANGE_EXPR) 5332 tree lower = TREE_OPERAND (purpose, 0); 5333 tree upper = TREE_OPERAND (purpose, 1); 5338 purpose = upper 5295 tree purpose, value; local [all...] |
| tree-core.h | 13 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 1043 that all nodes share. Each TREE_CODE has various special-purpose 1532 tree purpose; variable
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cxx-pretty-print.cc | 14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 277 purpose of emphasizing on the scope kind. Just printing the 1765 tree purpose = TREE_PURPOSE (t); 1766 bool is_pack = PACK_EXPANSION_P (purpose); 1769 pp->primary_expression (PACK_EXPANSION_PATTERN (purpose)); 1771 pp->primary_expression (purpose); 1764 tree purpose = TREE_PURPOSE (t); local
|
| tree.cc | 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 1950 tree purpose = strip_typedefs (TREE_PURPOSE (t), 1954 if (purpose != TREE_PURPOSE (t) || value != TREE_VALUE (t)) 1956 vec.safe_push ({purpose, value}); 2162 tree purpose; 2190 && TREE_PURPOSE (t) == proxy->purpose 2199 list_hash_pieces (tree purpose, tree value, tree chain) 2210 if (purpose) 2211 hashcode += TREE_HASH (purpose); 2227 /* Given list components PURPOSE, VALUE, AND CHAIN, return the canonica 1948 tree purpose = strip_typedefs (TREE_PURPOSE (t), local 2159 tree purpose; member in struct:list_proxy [all...] |
| class.cc | 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 1040 function is considered to be a member of the derived class for the purpose 1203 to be a member of for the purpose of this comparison, per 2788 if ((DECL_DESTRUCTOR_P (fn) && DECL_DESTRUCTOR_P (p->purpose)) 2789 || same_signature_p (fn, p->purpose)) 3387 tree purpose = friend_p ? NULL_TREE : type; 3390 = tree_cons (purpose, t, CLASSTYPE_DECL_LIST (type)); 8968 documentation for -fms-extensions states it's purpose is to support 9025 /* If we're doing overload resolution purely for the purpose of 9832 PURPOSE the RTTI_BINFO, VALUE the real vtable pointer for this binfo 3383 tree purpose = friend_p ? NULL_TREE : type; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| cgraphunit.cc | 14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 78 The purpose of early optimizations is to optimize away simple 732 const char *purpose = IDENTIFIER_POINTER (TREE_PURPOSE (value)); local 733 if (strcmp (purpose, "symver") != 0)
|
| omp-offload.cc | 15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 215 tree purpose = TREE_PURPOSE (TREE_VALUE (attr)); local 216 if (TREE_CODE (purpose) == FUNCTION_DECL) 217 omp_discover_declare_target_tgt_fn_r (&purpose, walk_subtrees, data); 917 tree purpose[GOMP_DIM_MAX]; local 927 purpose[ix] = TREE_PURPOSE (pos); 995 pos = tree_cons (purpose[ix],
|
| omp-expand.cc | 16 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 4051 tree purpose = size_int (idx); local 4052 CONSTRUCTOR_APPEND_ELT (v, purpose, c);
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cxx-pretty-print.cc | 14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 277 purpose of emphasizing on the scope kind. Just printing the 1739 tree purpose = TREE_PURPOSE (t); 1740 bool is_pack = PACK_EXPANSION_P (purpose); 1743 pp->primary_expression (PACK_EXPANSION_PATTERN (purpose)); 1745 pp->primary_expression (purpose); 1738 tree purpose = TREE_PURPOSE (t); local
|
| tree.cc | 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2148 tree purpose; 2176 && TREE_PURPOSE (t) == proxy->purpose 2185 list_hash_pieces (tree purpose, tree value, tree chain) 2196 if (purpose) 2197 hashcode += TREE_HASH (purpose); 2213 /* Given list components PURPOSE, VALUE, AND CHAIN, return the canonical 2218 hash_tree_cons (tree purpose, tree value, tree chain) 2225 hashcode = list_hash_pieces (purpose, value, chain); 2228 proxy.purpose = purpose 2145 tree purpose; member in struct:list_proxy [all...] |
| class.cc | 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2562 if ((DECL_DESTRUCTOR_P (fn) && DECL_DESTRUCTOR_P (p->purpose)) 2563 || same_signature_p (fn, p->purpose)) 3146 tree purpose = friend_p ? NULL_TREE : type; 3149 = tree_cons (purpose, t, CLASSTYPE_DECL_LIST (type)); 8662 /* If we're doing overload resolution purely for the purpose of 9441 PURPOSE the RTTI_BINFO, VALUE the real vtable pointer for this binfo, 3142 tree purpose = friend_p ? NULL_TREE : type; local
|
| pt.cc | 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2081 purpose of ordering candidates. */ 4208 tree purpose; local 4246 purpose = cxx_make_type (TYPE_PACK_EXPANSION); 4247 SET_PACK_EXPANSION_PATTERN (purpose, TREE_PURPOSE (arg)); 4248 PACK_EXPANSION_PARAMETER_PACKS (purpose) = parameter_packs; 4249 PACK_EXPANSION_LOCAL_P (purpose) = at_function_scope_p (); 4253 SET_TYPE_STRUCTURAL_EQUALITY (purpose); 4255 return tree_cons (purpose, TREE_VALUE (arg), NULL_TREE); 15634 tree purpose = TREE_PURPOSE (t) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| x509v3.h | 404 int purpose; member in struct:x509_purpose_st 653 int X509_PURPOSE_set(int *p, int purpose);
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-typeck.cc | 13 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 7291 The purpose of this function is to generate error messages 7782 for the purpose of reducing the number of false positives, we 9163 tree purpose; 10153 /* Add a new initializer to the tree of pending initializers. PURPOSE 10164 add_pending_init (location_t loc, tree purpose, tree value, tree origtype, 10177 if (tree_int_cst_lt (purpose, p->purpose)) 10179 else if (tree_int_cst_lt (p->purpose, purpose)) 9136 tree purpose; member in struct:init_node 10408 tree value, purpose, type; local [all...] |