| /src/crypto/external/cpl/trousers/dist/src/tcs/ |
| tcsi_bind.c | 35 TPM_AUTH * privAuth, /* in, out */ 49 if (privAuth != NULL) { 51 if ((result = auth_mgr_check(hContext, &privAuth->AuthHandle))) 62 privAuth, NULL))) 71 privAuth, NULL); 75 auth_mgr_release_auth(privAuth, NULL, hContext);
|
| tcsi_quote.c | 36 TPM_AUTH * privAuth, /* in, out */ 54 if (privAuth != NULL) { 56 if ((result = auth_mgr_check(hContext, &privAuth->AuthHandle))) 65 pcrDataSizeIn, pcrDataIn, privAuth))) 74 sigSize, sig, privAuth); 78 auth_mgr_release_auth(privAuth, NULL, hContext);
|
| tcsi_quote2.c | 37 TPM_AUTH * privAuth, /* in, out */ 58 if (privAuth != NULL) { 60 if ((result = auth_mgr_check(hContext, &privAuth->AuthHandle))) 69 pcrDataSizeIn, pcrDataIn, &addVersion, privAuth))) 79 sigSize, sig, privAuth); 83 auth_mgr_release_auth(privAuth, NULL, hContext);
|
| tcsi_sign.c | 35 TPM_AUTH * privAuth, /* in, out */ 50 if (privAuth != NULL) { 52 if ((result = auth_mgr_check(hContext, &privAuth->AuthHandle))) 62 areaToSign, privAuth))) 70 result = tpm_rsp_parse(TPM_ORD_Sign, txBlob, paramSize, sigSize, sig, privAuth, 75 auth_mgr_release_auth(privAuth, NULL, hContext);
|
| tcsi_selftest.c | 57 TPM_AUTH * privAuth, /* in, out */ 72 if (privAuth != NULL) { 74 if ((result = auth_mgr_check(hContext, &privAuth->AuthHandle))) 84 TPM_NONCE_SIZE, antiReplay.nonce, privAuth, NULL))) 93 privAuth, NULL); 97 auth_mgr_release_auth(privAuth, NULL, hContext);
|
| tcsi_nv.c | 75 TPM_AUTH * privAuth) /* in, out */ 85 if (privAuth) { 86 if ((result = auth_mgr_check(hContext, &privAuth->AuthHandle))) 91 ulDataLength, rgbDataToWrite, privAuth))) 101 result = tpm_rsp_parse(TPM_ORD_NV_WriteValue, txBlob, paramSize, privAuth); 105 auth_mgr_release_auth(privAuth, NULL, hContext); 152 TPM_AUTH * privAuth, /* in, out */ 164 if (privAuth) { 165 if ((result = auth_mgr_check(hContext, &privAuth->AuthHandle))) 170 *pulDataLength, privAuth))) [all...] |
| tcsi_tick.c | 60 TPM_AUTH* privAuth, 75 if (privAuth) { 76 if ((result = auth_mgr_check(hContext, &privAuth->AuthHandle))) 84 digestToStamp, privAuth))) 97 prgbTickCount, pulSignatureLength, prgbSignature, privAuth);
|
| tcsi_audit.c | 113 TPM_AUTH *privAuth, /* in/out */ 132 if (privAuth != NULL) 133 if ((result = auth_mgr_check(hContext, &privAuth->AuthHandle))) 140 closeAudit, antiReplay.nonce, privAuth))) 150 sigSize, sig, privAuth); 156 auth_mgr_release_auth(privAuth, NULL, hContext);
|
| /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
| rpc_bind.c | 33 TPM_AUTH * privAuth, /* in, out */ 53 if (privAuth != NULL) { 54 if (setData(TCSD_PACKET_TYPE_AUTH, 4, privAuth, 0, &hte->comm)) 65 if (privAuth != NULL) { 66 if (getData(TCSD_PACKET_TYPE_AUTH, i++, privAuth, 0, &hte->comm)) {
|
| rpc_sign.c | 33 TPM_AUTH * privAuth, /* in, out */ 53 if (privAuth) { 54 if (setData(TCSD_PACKET_TYPE_AUTH, 4, privAuth, 0, &hte->comm)) 65 if (privAuth) { 66 if (getData(TCSD_PACKET_TYPE_AUTH, i++, privAuth, 0, &hte->comm)) {
|
| rpc_quote.c | 34 TPM_AUTH * privAuth, /* in, out */ 59 if (privAuth) { 60 if (setData(TCSD_PACKET_TYPE_AUTH, 5, privAuth, 0, &hte->comm)) 71 if (privAuth) { 72 if (getData(TCSD_PACKET_TYPE_AUTH, i++, privAuth, 0, &hte->comm)) {
|
| rpc_quote2.c | 35 TPM_AUTH * privAuth, /* in, out */ 64 if (privAuth) { 65 if (setData(TCSD_PACKET_TYPE_AUTH, 6, privAuth, 0, &hte->comm)) 77 if (privAuth) { 78 if (getData(TCSD_PACKET_TYPE_AUTH, i++, privAuth, 0, &hte->comm)) {
|
| rpc_selftest.c | 52 TPM_AUTH * privAuth, /* in, out */ 70 if (privAuth) { 71 if (setData(TCSD_PACKET_TYPE_AUTH, 3, privAuth, 0, &hte->comm)) 82 if (privAuth) { 83 if (getData(TCSD_PACKET_TYPE_AUTH, i++, privAuth, 0, &hte->comm)) { 84 LogDebug("privAuth");
|
| rpc_tick.c | 78 TPM_AUTH* privAuth, /* in, out */ 100 if (privAuth) { 101 if (setData(TCSD_PACKET_TYPE_AUTH, 4, privAuth, 0, &hte->comm)) 112 if (privAuth) { 113 if (getData(TCSD_PACKET_TYPE_AUTH, i++, privAuth, 0, &hte->comm)) {
|
| rpc_nv.c | 79 TPM_AUTH* privAuth) /* in,out */ 96 if( privAuth) { 97 if (setData(TCSD_PACKET_TYPE_AUTH, 5, privAuth, 0, &hte->comm)) 108 if( privAuth) { 109 if (getData(TCSD_PACKET_TYPE_AUTH, 0, privAuth, 0, &hte->comm)) { 174 TPM_AUTH* privAuth, /* in,out */ 191 LogDebugFn("SetData privAuth\n"); 192 if( privAuth) { 193 if (setData(TCSD_PACKET_TYPE_AUTH, 4, privAuth, 0, &hte->comm)) 207 if( privAuth) { [all...] |
| rpc_audit.c | 146 TPM_AUTH *privAuth, /* in/out */ 172 if (privAuth) { 173 if (setData(TCSD_PACKET_TYPE_AUTH, 4, privAuth, 0, &hte->comm)) 188 if (privAuth) { 189 if (getData(TCSD_PACKET_TYPE_AUTH, i++, privAuth, 0, &hte->comm)) {
|
| /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
| rpc_bind.c | 38 TPM_AUTH privAuth; 70 result = getData(TCSD_PACKET_TYPE_AUTH, 4, &privAuth, 0, &data->comm); 77 pPrivAuth = &privAuth;
|
| rpc_quote.c | 39 TPM_AUTH privAuth; 74 result = getData(TCSD_PACKET_TYPE_AUTH, 5, &privAuth, 0, &data->comm); 81 pPrivAuth = &privAuth;
|
| rpc_audit.c | 151 TPM_AUTH privAuth, nullAuth, *pAuth; 161 memset(&privAuth, 0, sizeof(TPM_AUTH)); 178 if (getData(TCSD_PACKET_TYPE_AUTH, 4, &privAuth, 0, &data->comm)) 181 if (memcmp(&nullAuth, &privAuth, sizeof(TPM_AUTH))) 182 pAuth = &privAuth;
|
| /src/crypto/external/cpl/trousers/dist/src/tspi/ |
| tspi_sign.c | 30 TPM_AUTH privAuth; 31 TPM_AUTH *pPrivAuth = &privAuth; 65 pPrivAuth = &privAuth; 68 &privAuth))) 89 if ((result = obj_policy_validate_auth_oiap(hPolicy, &digest, &privAuth))) {
|
| tspi_own.c | 30 TPM_AUTH privAuth; 71 if ((result = secret_TakeOwnership(hPubEK, hTPM, hKeySRK, &privAuth, &encOwnerAuthLength, 79 &privAuth, &newSrkBlobSize, &newSrkBlob))) 94 if ((result = obj_policy_validate_auth_oiap(hOwnerPolicy, &digest, &privAuth))) {
|
| tsp_bind.c | 30 TPM_AUTH * privAuth, /* in, out */ 71 privAuth, NULL, &decLen, &dec))) {
|
| tsp_sign.c | 30 TPM_AUTH * privAuth, /* in, out */ 72 privAuth, NULL, &decLen, &dec))) {
|
| tspi_quote.c | 32 TPM_AUTH privAuth; 33 TPM_AUTH *pPrivAuth = &privAuth; 95 &digest, &privAuth))) { 98 pPrivAuth = &privAuth; 118 if ((result = obj_policy_validate_auth_oiap(hPolicy, &digest, &privAuth))) {
|
| tspi_quote2.c | 35 TPM_AUTH privAuth; 36 TPM_AUTH *pPrivAuth = &privAuth; 104 &digest, &privAuth))) { 107 pPrivAuth = &privAuth; 150 if ((result = obj_policy_validate_auth_oiap(hPolicy, &digest, &privAuth))) {
|