Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_aik.c39 BYTE ** prgbIdentityBinding, /* out */ in RPC_MakeIdentity_TP() argument
112 *prgbIdentityBinding = (BYTE *) malloc(*pcIdentityBindingSize); in RPC_MakeIdentity_TP()
113 if (*prgbIdentityBinding == NULL) { in RPC_MakeIdentity_TP()
119 …if (getData(TCSD_PACKET_TYPE_PBYTE, i++, *prgbIdentityBinding, *pcIdentityBindingSize, &hte->comm)… in RPC_MakeIdentity_TP()
121 free(*prgbIdentityBinding); in RPC_MakeIdentity_TP()
127 free(*prgbIdentityBinding); in RPC_MakeIdentity_TP()
136 free(*prgbIdentityBinding); in RPC_MakeIdentity_TP()
137 *prgbIdentityBinding = NULL; in RPC_MakeIdentity_TP()
143 free(*prgbIdentityBinding); in RPC_MakeIdentity_TP()
144 *prgbIdentityBinding = NULL; in RPC_MakeIdentity_TP()
[all …]
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_aik.c40 BYTE ** prgbIdentityBinding, /* out */ in TCSP_MakeIdentity_Internal() argument
79 idKey, pcIdentityBindingSize, prgbIdentityBinding, in TCSP_MakeIdentity_Internal()
188 BYTE ** prgbIdentityBinding) /* out */ in TCSP_MakeIdentity2_Internal() argument
218 idKey, pcIdentityBindingSize, prgbIdentityBinding, in TCSP_MakeIdentity2_Internal()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_aik.c82 BYTE ** prgbIdentityBinding) /* out */ in Transport_MakeIdentity2() argument
128 if ((*prgbIdentityBinding = malloc(*pcIdentityBindingSize)) == NULL) { in Transport_MakeIdentity2()
137 Trspi_UnloadBlob(&offset, *pcIdentityBindingSize, dec, *prgbIdentityBinding); in Transport_MakeIdentity2()
H A Dtspi_aik.c53 BYTE *prgbIdentityBinding = NULL; in Tspi_TPM_CollateIdentityRequest() local
221 &prgbIdentityBinding))) in Tspi_TPM_CollateIdentityRequest()
228 &prgbIdentityBinding, &pcEndorsementCredentialSize, in Tspi_TPM_CollateIdentityRequest()
243 result |= Trspi_HashUpdate(&hashCtx, pcIdentityBindingSize, prgbIdentityBinding); in Tspi_TPM_CollateIdentityRequest()
312 Trspi_LoadBlob(&offset, pcIdentityBindingSize, hashblob, prgbIdentityBinding); in Tspi_TPM_CollateIdentityRequest()
398 free(prgbIdentityBinding); in Tspi_TPM_CollateIdentityRequest()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h146 BYTE** prgbIdentityBinding, // out
166 BYTE** prgbIdentityBinding // out
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h407 BYTE ** prgbIdentityBinding, /* out */
426 BYTE ** prgbIdentityBinding /* out */
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c525 BYTE ** prgbIdentityBinding, /* out */ in RPC_MakeIdentity() argument
544 pcIdentityBindingSize, prgbIdentityBinding, in RPC_MakeIdentity()