]> git.saurik.com Git - apple/security.git/blob - libsecurity_cdsa_plugin/lib/generator.cfg
Security-55163.44.tar.gz
[apple/security.git] / libsecurity_cdsa_plugin / lib / generator.cfg
1 #
2 # transition.cfg
3 #
4 # Configuration file for generating the CSSM plugin framework transition layer.
5 #
6
7
8 #
9 # Specify optional arguments
10 #
11
12 # CSP
13 optional CSP:Login LoginName
14 optional CSP:GetLoginAcl SelectionTag
15 optional CSP:GetKeyAcl SelectionTag
16 optional DL:GetDbAcl SelectionTag
17 optional CSP:GenerateKey KeyLabel CredAndAclEntry
18 optional CSP:GenerateKeyPair PrivateKeyLabel PublicKeyLabel CredAndAclEntry
19 optional CSP:WrapKey DescriptiveData
20 optional CSP:UnwrapKey PublicKey KeyLabel CredAndAclEntry
21 optional CSP:DeriveKey KeyLabel CredAndAclEntry
22 optional CSP:FreeKey AccessCred
23 optional CSP:QuerySize DataBlock
24 optional CSP:QueryKeySizeInBits Context Key
25
26 # CL/TP
27 optional TP:SubmitCredRequest PreferredAuthority CallerAuthContext
28 optional TP:RetrieveCredResult CallerAuthCredentials
29 optional TP:ConfirmCredResult CallerAuthCredentials PreferredAuthority
30 optional TP:CertReclaimKey CredAndAclEntry
31 optional TP:FormRequest PreferredAuthority
32 optional TP:FormSubmit ClearanceAuthority RepresentedAuthority Credentials
33 optional TP:CertGroupVerify VerifyContext VerifyContextResult
34 optional TP:CertSign SignerVerifyContext SignerVerifyResult
35 optional TP:CrlVerify VerifyContext RevokerVerifyResult
36 optional TP:CertRevoke OldCrlTemplate
37 optional TP:CertRemoveFromCrlTemplate OldCrlTemplate
38 optional TP:CrlSign SignerVerifyContext SignerVerifyResult
39 optional TP:ApplyCrlToDb ApplyCrlVerifyContext
40 optional TP:PassThrough DBList
41 optional AC:AuthCompute Credentials RequestedAuthorizationPeriod
42 optional CL:CertSign SignScope
43 optional CL:CertVerify SignerCert VerifyScope
44 optional CL:CertGroupToSignedBundle SignerCert BundleInfo
45 optional CL:CertGroupFromVerifiedBundle SignerCert
46 optional CL:CrlSign SignScope
47 optional CL:CrlVerify SignerCert VerifyScope
48 optional CL:CrlGetFirstCachedFieldValue CrlRecordIndex
49
50 # DL
51 optional DL:DbOpen DbLocation AccessCred
52 optional DL:DbCreate DbLocation CredAndAclEntry
53 optional DL:DbDelete DbLocation AccessCred
54 optional DL:DataInsert Attributes Data
55 optional DL:DataModify AttributesToBeModified DataToBeModified
56 optional DL:DataGetFirst Query Attributes Data
57 optional DL:DataGetNext Query Attributes Data
58 optional DL:DataGetFromUniqueRecordId Attributes Data
59 optional DL:CreateRelation pAttributeInfo