| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
| H A D | rpc_cmk.c | 124 BYTE *keyData; in tcs_wrap_CMK_CreateKey() local 154 keyData = malloc(keyDataSize); in tcs_wrap_CMK_CreateKey() 155 if (keyData == NULL) { in tcs_wrap_CMK_CreateKey() 159 if (getData(TCSD_PACKET_TYPE_PBYTE, 6, keyData, keyDataSize, &data->comm)) { in tcs_wrap_CMK_CreateKey() 160 free(keyData); in tcs_wrap_CMK_CreateKey() 165 free(keyData); in tcs_wrap_CMK_CreateKey() 177 migAuthorityDigest, &keyDataSize, &keyData, pAuth); in tcs_wrap_CMK_CreateKey() 184 free(keyData); in tcs_wrap_CMK_CreateKey() 188 if (setData(TCSD_PACKET_TYPE_PBYTE, 1, keyData, keyDataSize, &data->comm)) { in tcs_wrap_CMK_CreateKey() 189 free(keyData); in tcs_wrap_CMK_CreateKey() [all …]
|
| H A D | rpc_key.c | 317 BYTE *keyData; in tcs_wrap_CreateWrapKey() local 354 keyInfoSize, keyInfo, &keyDataSize, &keyData, pAuth); in tcs_wrap_CreateWrapKey() 362 free(keyData); in tcs_wrap_CreateWrapKey() 365 if (setData(TCSD_PACKET_TYPE_PBYTE, 1, keyData, keyDataSize, &data->comm)) { in tcs_wrap_CreateWrapKey() 366 free(keyData); in tcs_wrap_CreateWrapKey() 369 free(keyData); in tcs_wrap_CreateWrapKey()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
| H A D | rpc_cmk.c | 98 BYTE **keyData, /* in, out */ in RPC_CMK_CreateKey_TP() argument 119 if (setData(TCSD_PACKET_TYPE_PBYTE, 6, *keyData, *keyDataSize, &hte->comm)) in RPC_CMK_CreateKey_TP() 131 free(*keyData); in RPC_CMK_CreateKey_TP() 132 *keyData = NULL; in RPC_CMK_CreateKey_TP() 142 *keyData = (BYTE *)malloc(*keyDataSize); in RPC_CMK_CreateKey_TP() 143 if (*keyData == NULL) { in RPC_CMK_CreateKey_TP() 147 if (getData(TCSD_PACKET_TYPE_PBYTE, 1, *keyData, *keyDataSize, &hte->comm)) { in RPC_CMK_CreateKey_TP() 148 free(*keyData); in RPC_CMK_CreateKey_TP() 153 free(*keyData); in RPC_CMK_CreateKey_TP() 321 BYTE *keyData, /* in */ in RPC_CMK_ConvertMigration_TP() argument [all …]
|
| H A D | rpc_key.c | 112 BYTE ** keyData, /* out */ in RPC_CreateWrapKey_TP() argument 148 *keyData = (BYTE *) malloc(*keyDataSize); in RPC_CreateWrapKey_TP() 149 if (*keyData == NULL) { in RPC_CreateWrapKey_TP() 154 if (getData(TCSD_PACKET_TYPE_PBYTE, 1, *keyData, *keyDataSize, &hte->comm)) { in RPC_CreateWrapKey_TP() 155 free(*keyData); in RPC_CreateWrapKey_TP() 161 free(*keyData); in RPC_CreateWrapKey_TP()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
| H A D | tspi_bind.c | 33 BYTE *keyData; in Tspi_Data_Bind() local 52 if ((result = obj_rsakey_get_blob(hEncKey, &keyDataLength, &keyData))) in Tspi_Data_Bind() 56 if ((result = UnloadBlob_TSS_KEY(&offset, keyData, &keyContainer))) { in Tspi_Data_Bind() 57 free_tspi(tspContext, keyData); in Tspi_Data_Bind() 60 free_tspi(tspContext, keyData); in Tspi_Data_Bind()
|
| H A D | tspi_selftest.c | 51 BYTE *keyData = NULL; in Tspi_TPM_CertifySelfTest() local 122 TSS_TSPATTRIB_KEYBLOB_BLOB, &keyDataSize, &keyData))) { in Tspi_TPM_CertifySelfTest() 129 if ((result = UnloadBlob_TSS_KEY(&offset, keyData, &keyContainer))) in Tspi_TPM_CertifySelfTest()
|
| H A D | tspi_quote.c | 46 BYTE *keyData; in Tspi_TPM_Quote() local 151 TSS_TSPATTRIB_KEYBLOB_BLOB, &keyDataSize, &keyData))) { in Tspi_TPM_Quote() 160 if ((result = UnloadBlob_TSS_KEY(&offset, keyData, &keyContainer))) in Tspi_TPM_Quote()
|
| H A D | tsp_key.c | 190 BYTE ** keyData, /* out */ in Transport_CreateWrapKey() argument 237 *keyData = dec; in Transport_CreateWrapKey()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | StringMapEntry.h | 129 static StringMapEntry &GetStringMapEntryFromKeyData(const char *keyData) { in GetStringMapEntryFromKeyData() argument 130 char *ptr = const_cast<char *>(keyData) - sizeof(StringMapEntry<ValueTy>); in GetStringMapEntryFromKeyData()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
| H A D | tcsi_key.c | 177 BYTE ** keyData, /* out */ in TCSP_CreateWrapKey_Internal() argument 215 keyData, pAuth); in TCSP_CreateWrapKey_Internal()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
| H A D | tcs_api.c | 466 BYTE ** keyData, /* out */ in RPC_CreateWrapKey() argument 479 keyDataSize, keyData, pAuth); in RPC_CreateWrapKey() 3180 BYTE **keyData, /* in, out */ in RPC_CMK_CreateKey() argument 3193 keyData, pAuth); in RPC_CMK_CreateKey() 3285 BYTE *keyData, /* in */ in RPC_CMK_ConvertMigration() argument 3303 sigTicket, keyDataSize, keyData, msaListSize, msaList, in RPC_CMK_ConvertMigration()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/ |
| H A D | tcs.h | 124 BYTE** keyData // out
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
| H A D | tcs_utils.h | 387 BYTE ** keyData, /* out */
|