HomeSort by relevance Sort by last modified time
    Searched full:anypolicy (Results 1 - 16 of 16) sorted by null

  /external/boringssl/src/crypto/x509v3/
pcy_tree.c 126 if (plev->anyPolicy)
127 X509_POLICY_NODE_print(err, plev->anyPolicy, 2);
248 /* Root data: initialize to anyPolicy */
262 if (!cache->anyPolicy)
324 if (!matched && last->anyPolicy) {
325 if (!level_add_node(curr, data, last->anyPolicy, NULL))
333 * CertificatePolicies onto matching parent or anyPolicy if no match.
347 * be created if anyPolicy matching is enabled because there would be
366 * policies in the parent and link to anyPolicy.
378 * Create a new node with qualifiers from anyPolicy and id from unmatche
    [all...]
pcy_int.h 116 /* anyPolicy data or NULL if no anyPolicy */
117 X509_POLICY_DATA *anyPolicy;
154 /* anyPolicy node */
155 X509_POLICY_NODE *anyPolicy;
178 /* Set if anyPolicy present in user policies */
pcy_map.c 84 /* Reject if map to or from anyPolicy */
93 /* If we don't have anyPolicy can't map */
94 if (!data && !cache->anyPolicy)
97 /* Create a NODE from anyPolicy */
100 cache->anyPolicy->flags
104 data->qualifier_set = cache->anyPolicy->qualifier_set;
pcy_cache.c 97 if (cache->anyPolicy) {
101 cache->anyPolicy = data;
134 cache->anyPolicy = NULL;
223 if (cache->anyPolicy)
224 policy_data_free(cache->anyPolicy);
pcy_lib.c 110 if (level->anyPolicy)
123 if (level->anyPolicy) {
125 return level->anyPolicy;
pcy_node.c 123 if (level->anyPolicy)
125 level->anyPolicy = node;
pcy_data.c 83 * additional data with just the qualifiers of anyPolicy and ID from another
  /external/libcxx/test/std/thread/futures/futures.async/
async.pass.cpp 113 std::launch AnyPolicy = std::launch::async | std::launch::deferred;
114 LIBCPP_ASSERT(AnyPolicy == std::launch::any);
121 test<int>(checkInt, DPID, AnyPolicy, f0);
128 test<int&>(checkIntRef, DPID, AnyPolicy, f1);
135 test<void>(checkVoid, DPID, AnyPolicy, f2);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.async/
async.pass.cpp 113 std::launch AnyPolicy = std::launch::async | std::launch::deferred;
114 LIBCPP_ASSERT(AnyPolicy == std::launch::any);
121 test<int>(checkInt, DPID, AnyPolicy, f0);
128 test<int&>(checkIntRef, DPID, AnyPolicy, f1);
135 test<void>(checkVoid, DPID, AnyPolicy, f2);
  /libcore/ojluni/src/main/java/java/security/cert/
PolicyNode.java 99 * the special anyPolicy OID: "2.5.29.32.0".
120 * special anyPolicy OID: "2.5.29.32.0".
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
PolicyChecker.java 95 // initPolicies to be anyPolicy by default
555 // rewrite anyPolicy leaf nodes (see method comments)
582 * section 6.1.5: Step (g)(iii). Leaf nodes with anyPolicy are replaced
588 * anyPolicy.
610 // we deleted the anyPolicy node and have nothing to re-add,
    [all...]
PolicyNodeImpl.java 393 return "anyPolicy";
404 return "anyPolicy ROOT\n";
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
RFC3280CertPathUtilities.java     [all...]
  /external/boringssl/src/crypto/obj/
objects.txt 761 certificate-policies 0 : anyPolicy : X509v3 Any Policy
    [all...]
obj_dat.h     [all...]
  /external/boringssl/src/include/openssl/
nid.h     [all...]

Completed in 1013 milliseconds