| /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) {
|
| 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_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_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...] |
| 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_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...] |
| 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)
|
| 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-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],
|
| /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
|
| 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
|
| /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)
|
| 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-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],
|
| /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
|
| 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
|