Searched refs:policies (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_vpm.c80 if (param->policies)
82 sk_ASN1_OBJECT_pop_free(param->policies, ASN1_OBJECT_free);
83 param->policies = NULL;
189 if (test_x509_verify_param_copy(policies, NULL))
191 if (!X509_VERIFY_PARAM_set1_policies(dest, src->policies))
257 if (!param->policies)
259 param->policies = sk_ASN1_OBJECT_new_null();
260 if (!param->policies)
263 if (!sk_ASN1_OBJECT_push(param->policies, policy))
269 STACK_OF(ASN1_OBJECT) *policies)
268 X509_VERIFY_PARAM_set1_policies(X509_VERIFY_PARAM *param, STACK_OF(ASN1_OBJECT) *policies) argument
[all...]
H A Dx509_vfy.h173 STACK_OF(ASN1_OBJECT) *policies; /* Permissible policies */ member in struct:X509_VERIFY_PARAM_st
492 STACK_OF(ASN1_OBJECT) *policies);
H A Dx509_vfy.c323 /* If we get this far evaluate policies */
858 ctx->param->policies, ctx->param->flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dchrt.c18 } policies[] = { variable in typeref:struct:__anon11316
31 printf(fmt, policies[pol].name, min, max);
34 printf(fmt, policies[pol].name);
99 pid, state, policies[pol].name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dpcy_cache.c74 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
73 policy_cache_create(X509 *x, CERTIFICATEPOLICIES *policies, int crit) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dx509_vfy.h173 STACK_OF(ASN1_OBJECT) *policies; /* Permissible policies */ member in struct:X509_VERIFY_PARAM_st
492 STACK_OF(ASN1_OBJECT) *policies);

Completed in 191 milliseconds