| /onnv/onnv-gate/usr/src/common/openssl/crypto/x509/ |
| x509_vpm.c | 80 if (param->policies) 82 sk_ASN1_OBJECT_pop_free(param->policies, ASN1_OBJECT_free); 83 param->policies = NULL; 180 if (test_x509_verify_param_copy(policies, NULL)) 182 if (!X509_VERIFY_PARAM_set1_policies(dest, src->policies)) 248 if (!param->policies) 250 param->policies = sk_ASN1_OBJECT_new_null(); 251 if (!param->policies) 254 if (!sk_ASN1_OBJECT_push(param->policies, policy)) 260 STACK_OF(ASN1_OBJECT) *policies) [all...] |
| x509_vfy.h | 173 STACK_OF(ASN1_OBJECT) *policies; /* Permissible policies */ member in struct:X509_VERIFY_PARAM_st 491 STACK_OF(ASN1_OBJECT) *policies);
|
| x509_vfy.c | 315 /* If we get this far evaluate policies */ 850 ctx->param->policies, ctx->param->flags); [all...] |
| /onnv/onnv-gate/usr/src/common/openssl/crypto/x509v3/ |
| pcy_cache.c | 74 CERTIFICATEPOLICIES *policies, int crit) 81 if (sk_POLICYINFO_num(policies) == 0) 86 for (i = 0; i < sk_POLICYINFO_num(policies); i++) 88 policy = sk_POLICYINFO_value(policies, i); 119 sk_POLICYINFO_pop_free(policies, POLICYINFO_free); 150 * even if we don't have any policies. 176 * there is no point continuing because the valid policies will be
|
| /onnv/onnv-gate/usr/src/lib/libdladm/common/ |
| libdlaggr.c | 77 static policy_t policies[] = { variable 82 #define NPOLICIES (sizeof (policies) / sizeof (policy_t)) 791 pol = &policies[i]; 821 pol = &policies[i]; [all...] |
| /onnv/onnv-gate/usr/src/lib/libsecdb/ |
| prof_attr.txt | 106 Information Security:::Maintains MAC and DAC security policies:profiles=Device Security,File System Security,Name Service Security,Network Security,Object Access Management,Object Label Management;help=RtInfoSec.html
|