HomeSort by relevance Sort by last modified time
    Searched defs:anyPolicy (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/x509v3/
pcy_int.h 114 /* anyPolicy data or NULL if no anyPolicy */
115 X509_POLICY_DATA *anyPolicy;
150 /* anyPolicy node */
151 X509_POLICY_NODE *anyPolicy;
172 /* Set if anyPolicy present in user policies */
pcy_tree.c 121 if (plev->anyPolicy)
122 X509_POLICY_NODE_print(err, plev->anyPolicy, 2);
246 /* Root data: initialize to anyPolicy */
261 if (!cache->anyPolicy)
327 if (!matched && last->anyPolicy)
329 if (!level_add_node(curr, data, last->anyPolicy, NULL))
337 * or anyPolicy if no match.
353 * if anyPolicy matching is enabled because there would be
372 * to anyPolicy.
384 /* Create a new node with qualifiers from anyPolicy an
    [all...]

Completed in 33 milliseconds