Home
last modified time | relevance | path

Searched refs:KeyUsageAuth (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_seal.c37 TCPA_ENCAUTH KeyUsageAuth; in tcs_common_Seal() local
59 if (getData(TCSD_PACKET_TYPE_ENCAUTH, i++, &KeyUsageAuth, 0, &data->comm)) in tcs_common_Seal()
109 result = TCSP_Seal_Internal(sealOrdinal, hContext, keyHandle, KeyUsageAuth, PCRInfoSize, in tcs_common_Seal()
H A Drpc_key.c309 TCPA_ENCAUTH KeyUsageAuth; in tcs_wrap_CreateWrapKey() local
330 if (getData(TCSD_PACKET_TYPE_ENCAUTH, 2, &KeyUsageAuth, 0, &data->comm)) in tcs_wrap_CreateWrapKey()
353 result = TCSP_CreateWrapKey_Internal(hContext, hWrappingKey, KeyUsageAuth, KeyMigrationAuth, in tcs_wrap_CreateWrapKey()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_cmk.c104 TPM_ENCAUTH KeyUsageAuth, /* in */ in TCSP_CMK_CreateKey_Internal() argument
137 parentSlot, &KeyUsageAuth, *keyDataSize, *prgbKeyData, in TCSP_CMK_CreateKey_Internal()
H A Dtcsi_key.c172 TCPA_ENCAUTH KeyUsageAuth, /* in */ in TCSP_CreateWrapKey_Internal() argument
205 KeyUsageAuth.authdata, KeyMigrationAuth.authdata, keyInfoSize, in TCSP_CreateWrapKey_Internal()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_key.c185 TPM_ENCAUTH *KeyUsageAuth, /* in */ in Transport_CreateWrapKey() argument
226 Trspi_LoadBlob(&offset, sizeof(TPM_ENCAUTH), data, KeyUsageAuth->authdata); in Transport_CreateWrapKey()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_key.c107 TCPA_ENCAUTH *KeyUsageAuth, /* in */ in RPC_CreateWrapKey_TP() argument
125 if (setData(TCSD_PACKET_TYPE_ENCAUTH, 2, KeyUsageAuth, 0, &hte->comm)) in RPC_CreateWrapKey_TP()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h118 TPM_ENCAUTH KeyUsageAuth, // in
1011 TPM_ENCAUTH KeyUsageAuth, // in
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h382 TCPA_ENCAUTH KeyUsageAuth, /* in */
1124 TPM_ENCAUTH KeyUsageAuth, /* in */
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c461 TCPA_ENCAUTH *KeyUsageAuth, /* in */ in RPC_CreateWrapKey() argument
477 result = RPC_CreateWrapKey_TP(entry, hWrappingKey, KeyUsageAuth, in RPC_CreateWrapKey()