Home
last modified time | relevance | path

Searched refs:createPolicySet (Results 1 – 9 of 9) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-tfe/
H A Dpolicy_check_test.go22 createPolicySet(t, client, orgTest, []*Policy{pTest1, pTest2}, []*Workspace{wTest})
84 createPolicySet(t, client, orgTest, []*Policy{pTest}, []*Workspace{wTest})
129 createPolicySet(t, client, orgTest, []*Policy{pTest}, []*Workspace{wTest})
149 createPolicySet(t, client, orgTest, []*Policy{pTest}, []*Workspace{wTest})
177 createPolicySet(t, client, orgTest, []*Policy{pTest}, []*Workspace{wTest})
H A Dpolicy_set_test.go19 psTest1, _ := createPolicySet(t, client, orgTest, nil, nil)
20 psTest2, _ := createPolicySet(t, client, orgTest, nil, nil)
229 psTest, _ := createPolicySet(t, client, orgTest, nil, nil)
252 psTest, _ := createPolicySet(t, client, orgTest, nil, nil)
295 psTest, _ := createPolicySet(t, client, orgTest, nil, nil)
345 psTest, _ := createPolicySet(t, client, orgTest, []*Policy{pTest1, pTest2}, nil)
389 psTest, _ := createPolicySet(t, client, orgTest, nil, nil)
453 psTest, _ := createPolicySet(t, client, orgTest, nil, []*Workspace{wTest1, wTest2})
509 psTest, _ := createPolicySet(t, client, orgTest, nil, nil)
H A Dpolicy_set_parameter_test.go18 psTest, _ := createPolicySet(t, client, orgTest, nil, nil)
62 psTest, psTestCleanup := createPolicySet(t, client, nil, nil, nil)
263 psTest, psTestCleanup := createPolicySet(t, client, nil, nil, nil)
H A Dhelper_test.go194 ps, psCleanup = createPolicySet(t, client, nil, nil, nil)
220 func createPolicySet(t *testing.T, client *Client, org *Organization, policies []*Policy, workspace… func
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/go-tfe/
H A Dpolicy_set_test.go22 psTest1, psTestCleanup1 := createPolicySet(t, client, orgTest, nil, nil)
24 psTest2, psTestCleanup2 := createPolicySet(t, client, orgTest, nil, nil)
246 psTest, psTestCleanup := createPolicySet(t, client, orgTest, nil, nil)
272 psTest, psTestCleanup := createPolicySet(t, client, orgTest, nil, nil)
320 psTest, psTestCleanup := createPolicySet(t, client, orgTest, nil, nil)
375 psTest, psTestCleanup := createPolicySet(t, client, orgTest, []*Policy{pTest1, pTest2}, nil)
424 psTest, psTestCleanup := createPolicySet(t, client, orgTest, nil, nil)
493 psTest, psTestCleanup := createPolicySet(t, client, orgTest, nil, []*Workspace{wTest1, wTest2})
552 psTest, _ := createPolicySet(t, client, orgTest, nil, nil)
H A Dpolicy_check_test.go30 createPolicySet(t, client, orgTest, []*Policy{pTest1, pTest2}, []*Workspace{wTest})
82 createPolicySet(t, client, orgTest, []*Policy{pTest}, []*Workspace{wTest})
128 createPolicySet(t, client, orgTest, []*Policy{pTest}, []*Workspace{wTest})
153 createPolicySet(t, client, orgTest, []*Policy{pTest}, []*Workspace{wTest})
186 createPolicySet(t, client, orgTest, []*Policy{pTest}, []*Workspace{wTest})
H A Dpolicy_set_parameter_test.go20 psTest, pTestCleanup := createPolicySet(t, client, orgTest, nil, nil)
69 psTest, psTestCleanup := createPolicySet(t, client, nil, nil, nil)
276 psTest, psTestCleanup := createPolicySet(t, client, nil, nil, nil)
H A Dhelper_test.go197 ps, psCleanup = createPolicySet(t, client, nil, nil, nil)
223 func createPolicySet(t *testing.T, client *Client, org *Organization, policies []*Policy, workspace… func
/dports/security/cryptlib/cryptlib-3.4.3/cert/
H A Dchk_chn.c593 static int createPolicySet( OUT POLICY_INFO *policyInfo,
1130 status = createPolicySet( &policyInfo, issuerCertInfoPtr->attributes, in checkCertChain()