Searched refs:KeyUsageAuth (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
H A D | rpc_seal.c | 37 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 D | rpc_key.c | 309 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 D | tcsi_cmk.c | 104 TPM_ENCAUTH KeyUsageAuth, /* in */ in TCSP_CMK_CreateKey_Internal() argument 137 parentSlot, &KeyUsageAuth, *keyDataSize, *prgbKeyData, in TCSP_CMK_CreateKey_Internal()
|
H A D | tcsi_key.c | 172 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 D | tsp_key.c | 185 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 D | rpc_key.c | 107 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 D | tcs.h | 118 TPM_ENCAUTH KeyUsageAuth, // in 1011 TPM_ENCAUTH KeyUsageAuth, // in
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
H A D | tcs_utils.h | 382 TCPA_ENCAUTH KeyUsageAuth, /* in */ 1124 TPM_ENCAUTH KeyUsageAuth, /* in */
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
H A D | tcs_api.c | 461 TCPA_ENCAUTH *KeyUsageAuth, /* in */ in RPC_CreateWrapKey() argument 477 result = RPC_CreateWrapKey_TP(entry, hWrappingKey, KeyUsageAuth, in RPC_CreateWrapKey()
|