Searched refs:endorsementKey (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_ek.c34 BYTE ** endorsementKey, /* out */
64 *endorsementKey = (BYTE *) malloc(*endorsementKeySize);
65 if (*endorsementKey == NULL) {
70 if (getData(TCSD_PACKET_TYPE_PBYTE, 1, *endorsementKey, *endorsementKeySize, &hte->comm)) {
71 free(*endorsementKey);
76 free(*endorsementKey);
225 BYTE ** endorsementKey, /* out */
261 *endorsementKey = (BYTE *) malloc(*endorsementKeySize);
262 if (*endorsementKey == NULL) {
267 if (getData(TCSD_PACKET_TYPE_PBYTE, 2, *endorsementKey, *endorsementKeySiz
29 RPC_CreateEndorsementKeyPair_TP(struct host_table_entry *hte, TCPA_NONCE antiReplay, UINT32 endorsementKeyInfoSize, BYTE * endorsementKeyInfo, UINT32 * endorsementKeySize, BYTE ** endorsementKey, TCPA_DIGEST * checksum ) argument
218 RPC_CreateRevocableEndorsementKeyPair_TP(struct host_table_entry *hte, TPM_NONCE antiReplay, UINT32 endorsementKeyInfoSize, BYTE * endorsementKeyInfo, TSS_BOOL genResetAuth, TPM_DIGEST * eKResetAuth, UINT32 * endorsementKeySize, BYTE ** endorsementKey, TPM_DIGEST * checksum) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_own.c37 BYTE *endorsementKey; local
86 &endorsementKey)))
91 if ((result = UnloadBlob_TSS_KEY(&offset, endorsementKey, &dummyKey))) {
92 free_tspi(tspContext, endorsementKey);
95 free_tspi(tspContext, endorsementKey);
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_ek.c35 BYTE ** endorsementKey, /* out */
57 endorsementKeySize, endorsementKey, checksum->digest);
173 BYTE ** endorsementKey, /* out */
195 endorsementKeySize, endorsementKey, checksum->digest,
30 TCSP_CreateEndorsementKeyPair_Internal(TCS_CONTEXT_HANDLE hContext, TCPA_NONCE antiReplay, UINT32 endorsementKeyInfoSize, BYTE * endorsementKeyInfo, UINT32 * endorsementKeySize, BYTE ** endorsementKey, TCPA_DIGEST * checksum) argument
166 TCSP_CreateRevocableEndorsementKeyPair_Internal(TCS_CONTEXT_HANDLE hContext, TPM_NONCE antiReplay, UINT32 endorsementKeyInfoSize, BYTE * endorsementKeyInfo, TSS_BOOL genResetAuth, TPM_DIGEST * eKResetAuth, UINT32 * endorsementKeySize, BYTE ** endorsementKey, TPM_DIGEST * checksum) argument
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h589 BYTE** endorsementKey, // out
889 BYTE** endorsementKey, // out
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c1546 BYTE ** endorsementKey, /* out */
1561 endorsementKey, checksum);
1653 BYTE ** endorsementKey, /* out */
1670 endorsementKey, checksum);
1541 RPC_CreateEndorsementKeyPair(TSS_HCONTEXT tspContext, TCPA_NONCE antiReplay, UINT32 endorsementKeyInfoSize, BYTE * endorsementKeyInfo, UINT32 * endorsementKeySize, BYTE ** endorsementKey, TCPA_DIGEST * checksum) argument
1646 RPC_CreateRevocableEndorsementKeyPair(TSS_HCONTEXT tspContext, TPM_NONCE antiReplay, UINT32 endorsementKeyInfoSize, BYTE * endorsementKeyInfo, TSS_BOOL genResetAuth, TPM_DIGEST * eKResetAuth, UINT32 * endorsementKeySize, BYTE ** endorsementKey, TPM_DIGEST * checksum) argument
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h725 BYTE ** endorsementKey, /* out */
753 BYTE ** endorsementKey, /* out */
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
H A Dplatform.c727 endorsementKey as BYTE *
732 BYTE **endorsementKey
766 endorsementKey);
769 dump_byte_array( *endorsementKeyLength, *endorsementKey));

Completed in 159 milliseconds