Searched refs:subjectDomainPolicy (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dpcy_map.c69 return OBJ_cmp((*a)->subjectDomainPolicy, (*b)->subjectDomainPolicy);
82 tmp.subjectDomainPolicy = id;
112 if ((OBJ_obj2nid(map->subjectDomainPolicy) == NID_any_policy)
119 if (policy_map_find(cache, map->subjectDomainPolicy) != NULL) {
149 map->subjectDomainPolicy))
152 * map->subjectDomainPolicy will be freed when cache->data is freed.
155 subjectDomainPolicyRef = map->subjectDomainPolicy;
156 map->subjectDomainPolicy = NULL;
162 ref->subjectDomainPolicy
[all...]
H A Dv3_pmaps.c86 ASN1_SIMPLE(POLICY_MAPPING, subjectDomainPolicy, ASN1_OBJECT)
108 i2t_ASN1_OBJECT(obj_tmp2, 80, pmap->subjectDomainPolicy);
153 pmap->subjectDomainPolicy = obj2;
H A Dpcy_int.h122 ASN1_OBJECT *subjectDomainPolicy; member in struct:X509_POLICY_REF_st
H A Dx509v3.h293 ASN1_OBJECT *subjectDomainPolicy; member in struct:POLICY_MAPPING_st

Completed in 67 milliseconds