| /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
| rpc_certify.c | 41 TPM_AUTH null_auth; local 45 __tspi_memset(&null_auth, 0, sizeof(TPM_AUTH)); 62 if (setData(TCSD_PACKET_TYPE_AUTH, 4, &null_auth, 0, &hte->comm)) 69 if (setData(TCSD_PACKET_TYPE_AUTH, 5, &null_auth, 0, &hte->comm))
|
| rpc_transport.c | 138 TPM_AUTH null_auth; local 141 __tspi_memset(&null_auth, 0, sizeof(TPM_AUTH)); 167 if (setData(TCSD_PACKET_TYPE_AUTH, i++, &null_auth, 0, &hte->comm)) 174 if (setData(TCSD_PACKET_TYPE_AUTH, i++, &null_auth, 0, &hte->comm)) 208 if (getData(TCSD_PACKET_TYPE_AUTH, i++, &null_auth, 0, &hte->comm)) { 219 if (getData(TCSD_PACKET_TYPE_AUTH, i++, &null_auth, 0, &hte->comm)) { 284 TPM_AUTH null_auth; local 286 __tspi_memset(&null_auth, 0, sizeof(TPM_AUTH)); 302 if (setData(TCSD_PACKET_TYPE_AUTH, 3, &null_auth, 0, &hte->comm)) 318 if (getData(TCSD_PACKET_TYPE_AUTH, 0, &null_auth, 0, &hte->comm) [all...] |
| rpc_audit.c | 155 TPM_AUTH null_auth; local 162 __tspi_memset(&null_auth, 0, sizeof(TPM_AUTH)); 177 if (setData(TCSD_PACKET_TYPE_AUTH, 4, &null_auth, 0, &hte->comm))
|
| rpc_migration.c | 44 TPM_AUTH null_auth; local 48 __tspi_memset(&null_auth, 0, sizeof(TPM_AUTH));
|
| /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
| rpc_transport.c | 147 TPM_AUTH pWrappedCmdAuth1, pWrappedCmdAuth2, pTransAuth, *pAuth1, *pAuth2, null_auth; local 193 memset(&null_auth, 0, sizeof(TPM_AUTH)); 210 if (!memcmp(&pWrappedCmdAuth1, &null_auth, sizeof(TPM_AUTH))) 215 if (!memcmp(&pWrappedCmdAuth2, &null_auth, sizeof(TPM_AUTH))) 253 if (setData(TCSD_PACKET_TYPE_AUTH, i++, &null_auth, 0, &data->comm)) { 264 if (setData(TCSD_PACKET_TYPE_AUTH, i++, &null_auth, 0, &data->comm)) { 315 TPM_AUTH pKeyAuth, pTransAuth, *pAuth, null_auth; local 318 memset(&null_auth, 0, sizeof(TPM_AUTH)); 336 if (!memcmp(&null_auth, &pKeyAuth, sizeof(TPM_AUTH))) 363 if (setData(TCSD_PACKET_TYPE_AUTH, 0, &null_auth, 0, &data->comm)) [all...] |