Searched refs:sensitiveSize (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/ |
| H A D | tpm.h | 1163 UINT32 sensitiveSize; member 1164 SIZEIS(sensitiveSize) 1411 UINT32 sensitiveSize; member 1412 SIZEIS(sensitiveSize) 1425 UINT32 sensitiveSize; member 1426 SIZEIS(sensitiveSize) 1632 UINT32 sensitiveSize; member 1633 SIZEIS(sensitiveSize)
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/trspi/ |
| H A D | trousers.c | 2339 UINT32 additionalSize, sensitiveSize; in Trspi_UnloadBlob_TPM_DELEGATE_OWNER_BLOB() local 2346 Trspi_UnloadBlob_UINT32(offset, &sensitiveSize, blob); in Trspi_UnloadBlob_TPM_DELEGATE_OWNER_BLOB() 2347 (void)Trspi_UnloadBlob(offset, sensitiveSize, blob, NULL); in Trspi_UnloadBlob_TPM_DELEGATE_OWNER_BLOB() 2366 Trspi_UnloadBlob_UINT32(offset, &owner->sensitiveSize, blob); in Trspi_UnloadBlob_TPM_DELEGATE_OWNER_BLOB() 2367 if (owner->sensitiveSize > 0) { in Trspi_UnloadBlob_TPM_DELEGATE_OWNER_BLOB() 2368 owner->sensitiveArea = malloc(owner->sensitiveSize); in Trspi_UnloadBlob_TPM_DELEGATE_OWNER_BLOB() 2370 LogError("malloc of %u bytes failed.", owner->sensitiveSize); in Trspi_UnloadBlob_TPM_DELEGATE_OWNER_BLOB() 2375 Trspi_UnloadBlob(offset, owner->sensitiveSize, blob, owner->sensitiveArea); in Trspi_UnloadBlob_TPM_DELEGATE_OWNER_BLOB() 2389 Trspi_LoadBlob_UINT32(offset, owner->sensitiveSize, blob); in Trspi_LoadBlob_TPM_DELEGATE_OWNER_BLOB() 2390 Trspi_LoadBlob(offset, owner->sensitiveSize, blob, owner->sensitiveArea); in Trspi_LoadBlob_TPM_DELEGATE_OWNER_BLOB() [all …]
|