HomeSort by: relevance | last modified time | path
    Searched defs:pOwnerAuth (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_daa.c 39 TPM_AUTH ownerAuth, *pOwnerAuth;
96 pOwnerAuth = NULL;
98 pOwnerAuth = &ownerAuth;
104 inputData1, pOwnerAuth, &outputSize, &outputData);
114 if ( pOwnerAuth) {
115 if (setData(TCSD_PACKET_TYPE_AUTH, i++, pOwnerAuth, 0, &data->comm)) {
145 TPM_AUTH ownerAuth, *pOwnerAuth;
202 pOwnerAuth = NULL;
204 pOwnerAuth = &ownerAuth;
212 inputData1, pOwnerAuth, &outputSize, &outputData)
    [all...]
rpc_caps_tpm.c 152 TPM_AUTH ownerAuth, *pOwnerAuth;
203 pOwnerAuth = NULL;
205 pOwnerAuth = &ownerAuth;
211 value, pOwnerAuth);
219 if (pOwnerAuth) {
220 if (setData(TCSD_PACKET_TYPE_AUTH, 0, pOwnerAuth, 0, &data->comm)) {
rpc_aik.c 40 TPM_AUTH *pSRKAuth, *pOwnerAuth;
87 pOwnerAuth = &auth1;
93 pOwnerAuth = &auth2;
101 pOwnerAuth, &idKeySize, &idKey,
116 if (setData(TCSD_PACKET_TYPE_AUTH, i++, pOwnerAuth, 0, &data->comm))
165 TPM_AUTH *pIdKeyAuth = NULL, *pOwnerAuth = NULL, auth1, auth2;
199 pOwnerAuth = &auth1;
205 pOwnerAuth = &auth2;
211 blob, pIdKeyAuth, pOwnerAuth,
227 if (setData(TCSD_PACKET_TYPE_AUTH, i++, pOwnerAuth, 0, &data->comm))
    [all...]

Completed in 15 milliseconds