Lines Matching refs:oid
41 ASN1_OBJECT *oid; in expected_print() local
44 oid = sk_ASN1_OBJECT_value(pset, i); in expected_print()
47 i2a_ASN1_OBJECT(channel, oid); in expected_print()
359 ASN1_OBJECT *oid = sk_ASN1_OBJECT_value(expset, i); in tree_link_unmatched() local
360 if (ossl_policy_level_find_node(curr, node, oid)) in tree_link_unmatched()
362 if (!tree_add_unmatched(curr, cache, oid, node, tree)) in tree_link_unmatched()
535 ASN1_OBJECT *oid; in tree_calculate_user_set() local
549 oid = sk_ASN1_OBJECT_value(policy_oids, i); in tree_calculate_user_set()
550 if (OBJ_obj2nid(oid) == NID_any_policy) { in tree_calculate_user_set()
557 oid = sk_ASN1_OBJECT_value(policy_oids, i); in tree_calculate_user_set()
558 node = ossl_policy_tree_find_sk(auth_nodes, oid); in tree_calculate_user_set()
566 extra = ossl_policy_data_new(NULL, oid, node_critical(anyPolicy)); in tree_calculate_user_set()