Searched refs:prgbIdentityBinding (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
H A D | rpc_aik.c | 39 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 D | tcsi_aik.c | 40 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 D | tsp_aik.c | 82 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 D | tspi_aik.c | 53 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 D | tcs.h | 146 BYTE** prgbIdentityBinding, // out 166 BYTE** prgbIdentityBinding // out
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
H A D | tcs_utils.h | 407 BYTE ** prgbIdentityBinding, /* out */ 426 BYTE ** prgbIdentityBinding /* out */
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
H A D | tcs_api.c | 525 BYTE ** prgbIdentityBinding, /* out */ in RPC_MakeIdentity() argument 544 pcIdentityBindingSize, prgbIdentityBinding, in RPC_MakeIdentity()
|