Searched refs:encOwnerAuth (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
| D | rpc_own.c | 36 BYTE *encOwnerAuth; in tcs_wrap_TakeOwnership() local 59 encOwnerAuth = calloc(1, encOwnerAuthSize); in tcs_wrap_TakeOwnership() 60 if (encOwnerAuth == NULL) { in tcs_wrap_TakeOwnership() 64 if (getData(TCSD_PACKET_TYPE_PBYTE, 3, encOwnerAuth, encOwnerAuthSize, &data->comm)) { in tcs_wrap_TakeOwnership() 65 free(encOwnerAuth); in tcs_wrap_TakeOwnership() 69 free(encOwnerAuth); in tcs_wrap_TakeOwnership() 75 free(encOwnerAuth); in tcs_wrap_TakeOwnership() 79 free(encOwnerAuth); in tcs_wrap_TakeOwnership() 84 free(encOwnerAuth); in tcs_wrap_TakeOwnership() 92 free(encOwnerAuth); in tcs_wrap_TakeOwnership() [all …]
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/ |
| D | tsp_own.c | 33 BYTE * encOwnerAuth, UINT32 * encSRKAuthLength, BYTE * encSRKAuth) in secret_TakeOwnership() argument 111 if ((result = Trspi_RSA_Encrypt(ownerSecret.authdata, 20, encOwnerAuth, in secret_TakeOwnership() 133 … *encOwnerAuthLength, encOwnerAuth))) in secret_TakeOwnership() 145 result |= Trspi_HashUpdate(&hashCtx, *encOwnerAuthLength, encOwnerAuth); in secret_TakeOwnership()
|
| D | tspi_own.c | 31 BYTE encOwnerAuth[256]; in Tspi_TPM_TakeOwnership() local 72 encOwnerAuth, &encSRKAuthLength, encSRKAuth))) in Tspi_TPM_TakeOwnership() 77 … if ((result = RPC_TakeOwnership(tspContext, TPM_PID_OWNER, encOwnerAuthLength, encOwnerAuth, in Tspi_TPM_TakeOwnership()
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
| D | rpc_own.c | 32 BYTE * encOwnerAuth, /* in */ in RPC_TakeOwnership_TP() argument 53 if (setData(TCSD_PACKET_TYPE_PBYTE, 3, encOwnerAuth, encOwnerAuthSize, &hte->comm)) in RPC_TakeOwnership_TP()
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/ |
| D | tcsi_own.c | 31 BYTE * encOwnerAuth, /* in */ in TCSP_TakeOwnership_Internal() argument 62 … encOwnerAuthSize, encOwnerAuth, encSrkAuthSize, encSrkAuth, in TCSP_TakeOwnership_Internal()
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/ |
| D | tcs.h | 205 BYTE* encOwnerAuth, // in
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
| D | tcs_api.c | 615 BYTE * encOwnerAuth, /* in */ in RPC_TakeOwnership() argument 633 encOwnerAuthSize, encOwnerAuth, in RPC_TakeOwnership()
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/include/ |
| D | tcs_utils.h | 443 BYTE * encOwnerAuth, /* in */
|