Home
last modified time | relevance | path

Searched refs:encOwnerAuth (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
Drpc_own.c36 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/
Dtsp_own.c33 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()
Dtspi_own.c31 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/
Drpc_own.c32 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/
Dtcsi_own.c31 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/
Dtcs.h205 BYTE* encOwnerAuth, // in
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
Dtcs_api.c615 BYTE * encOwnerAuth, /* in */ in RPC_TakeOwnership() argument
633 encOwnerAuthSize, encOwnerAuth, in RPC_TakeOwnership()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/
Dtcs_utils.h443 BYTE * encOwnerAuth, /* in */