• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/SecurityTokend-55108/mig/

Lines Matching refs:in

7  *  as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
60 routine establish(TOKEND_PORTS; in guid: Guid; in ssid: uint32;
61 in state: uint32; in cacheDirectory: FilePath; in workDirectory: FilePath;
64 simpleroutine terminate(requestport sport: mach_port_t; in reason: uint32; in options: uint32);
72 in getData: boolean_t; out data: Data; out hKey: KeyHandle;
76 routine findNext(TOKEND_PORTS; in hSearch: SearchHandle;
78 in getData: boolean_t; out data: Data; out hKey: KeyHandle;
82 routine findRecordHandle(TOKEND_PORTS; in hRecord: RecordHandle;
84 in getData: boolean_t; out data: Data; out hKey: KeyHandle;
87 routine insertRecord(TOKEND_PORTS; in recordType: CSSM_DB_RECORDTYPE;
89 in data: Data; out hRecord: RecordHandle);
91 routine modifyRecord(TOKEND_PORTS; in recordType: CSSM_DB_RECORDTYPE;
93 in setData: boolean_t; in data: Data; in modifyMode: CSSM_DB_MODIFY_MODE);
95 routine deleteRecord(TOKEND_PORTS; in record: RecordHandle);
97 routine releaseSearch(TOKEND_PORTS; in hSearch: SearchHandle);
98 routine releaseRecord(TOKEND_PORTS; in hRecord: RecordHandle);
104 routine releaseKey(TOKEND_PORTS; in key: KeyHandle);
105 routine queryKeySizeInBits(TOKEND_PORTS; in key: KeyHandle; out length: CSSM_KEY_SIZE);
106 routine getOutputSize(TOKEND_PORTS; IN_CONTEXT; in key: KeyHandle;
107 in inputSize: uint32; in encrypt: boolean_t; out outputSize: uint32);
113 routine generateSignature(TOKEND_PORTS; IN_CONTEXT; in key: KeyHandle;
114 in signOnlyAlgorithm: CSSM_ALGORITHMS; in data: Data; out signature: Data);
115 routine verifySignature(TOKEND_PORTS; IN_CONTEXT; in key: KeyHandle;
116 in signOnlyAlgorithm: CSSM_ALGORITHMS; in data: Data; in signature: Data);
117 routine generateMac(TOKEND_PORTS; IN_CONTEXT; in key: KeyHandle;
118 in data: Data; out signature: Data);
119 routine verifyMac(TOKEND_PORTS; IN_CONTEXT; in key: KeyHandle;
120 in data: Data; in signature: Data);
122 routine encrypt(TOKEND_PORTS; IN_CONTEXT; in key: KeyHandle; in clear: Data; out cipher: Data);
123 routine decrypt(TOKEND_PORTS; IN_CONTEXT; in key: KeyHandle; in cipher: Data; out clear: Data);
127 in keyUsage: uint32; in keyAttrs: uint32;
131 in pubUsage: uint32; in pubAttrs: uint32; in privUsage: uint32; in privAttrs: uint32;
135 routine wrapKey(TOKEND_PORTS; IN_CONTEXT; in hWrappingKey: KeyHandle; IN_BLOB(wrappingKey, CssmKey);
137 in hSubjectKey: KeyHandle; IN_BLOB(subjectKey, CssmKey);
138 in data: Data; OUT_BLOB(wrappedKey, CssmKey));
139 routine unwrapKey(TOKEND_PORTS; IN_CONTEXT; in hWrappingKey: KeyHandle; IN_BLOB(wrappingKey, CssmKey);
141 in hPublicKey: KeyHandle; IN_BLOB(publicKey, CssmKey); IN_BLOB(wrappedKey, CssmKey);
142 in usage: uint32; in attributes: uint32; out data: Data;
144 routine deriveKey(TOKEND_PORTS; IN_CONTEXT; in hSourceKey: KeyHandle; IN_BLOB(sourceKey, CssmKey);
147 in keyUsage: uint32; in keyAttrs: uint32;
156 routine getOwner(TOKEND_PORTS; in kind: AclKind; in key: GenericHandle;
158 routine setOwner(TOKEND_PORTS; in kind: AclKind; in key: GenericHandle;
160 routine getAcl(TOKEND_PORTS; in kind: AclKind; in key: GenericHandle;
161 in haveTag: boolean_t; in tag: CssmString;
163 routine changeAcl(TOKEND_PORTS; in kind: AclKind; in key: GenericHandle;
165 in mode: CSSM_ACL_EDIT_MODE; in handle: CSSM_ACL_HANDLE;
169 in mode: CSSM_DB_ACCESS_TYPE; IN_BLOB(accessCredentials, AccessCredentials));
171 routine login(TOKEND_PORTS; IN_BLOB(accessCredentials,AccessCredentials); in name: Data);
179 routine getTime(TOKEND_PORTS; in algorithm: CSSM_ALGORITHMS; out data: Data);
183 routine cspPassThrough(TOKEND_PORTS; in id: uint32; IN_CONTEXT; in hKey: KeyHandle; IN_BLOB(key, CssmKey);
184 in inData: Data; out outData: Data);
185 routine dlPassThrough(TOKEND_PORTS; in id: uint32; in inData: Data; out outData: Data);