Home
last modified time | relevance | path

Searched refs:keyInfoSize (Results 1 – 7 of 7) sorted by relevance

/netbsd/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_key.c187 UINT32 keyInfoSize, /* in */ in Transport_CreateWrapKey() argument
220 if ((data = malloc(2 * sizeof(TPM_ENCAUTH) + keyInfoSize)) == NULL) { in Transport_CreateWrapKey()
221 LogError("malloc of %zd bytes failed", 2 * sizeof(TPM_ENCAUTH) + keyInfoSize); in Transport_CreateWrapKey()
228 Trspi_LoadBlob(&offset, keyInfoSize, data, keyInfo); in Transport_CreateWrapKey()
231 (2 * sizeof(TPM_ENCAUTH) + keyInfoSize), data, in Transport_CreateWrapKey()
/netbsd/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_key.c311 UINT32 keyInfoSize; in tcs_wrap_CreateWrapKey() local
334 if (getData(TCSD_PACKET_TYPE_UINT32, 4, &keyInfoSize, 0, &data->comm)) in tcs_wrap_CreateWrapKey()
337 keyInfo = calloc(1, keyInfoSize); in tcs_wrap_CreateWrapKey()
339 LogError("malloc of %d bytes failed.", keyInfoSize); in tcs_wrap_CreateWrapKey()
342 if (getData(TCSD_PACKET_TYPE_PBYTE, 5, keyInfo, keyInfoSize, &data->comm)) { in tcs_wrap_CreateWrapKey()
354 keyInfoSize, keyInfo, &keyDataSize, &keyData, pAuth); in tcs_wrap_CreateWrapKey()
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_key.c109 UINT32 keyInfoSize, /* in */ in RPC_CreateWrapKey_TP() argument
129 if (setData(TCSD_PACKET_TYPE_UINT32, 4, &keyInfoSize, 0, &hte->comm)) in RPC_CreateWrapKey_TP()
131 if (setData(TCSD_PACKET_TYPE_PBYTE, 5, keyInfo, keyInfoSize, &hte->comm)) in RPC_CreateWrapKey_TP()
/netbsd/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_key.c174 UINT32 keyInfoSize, /* in */ in TCSP_CreateWrapKey_Internal() argument
205 KeyUsageAuth.authdata, KeyMigrationAuth.authdata, keyInfoSize, in TCSP_CreateWrapKey_Internal()
/netbsd/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h120 UINT32 keyInfoSize, // in
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c463 UINT32 keyInfoSize, /* in */ in RPC_CreateWrapKey() argument
478 KeyMigrationAuth, keyInfoSize, keyInfo, in RPC_CreateWrapKey()
/netbsd/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h384 UINT32 keyInfoSize, /* in */