Searched refs:KeyDataOut (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
H A D | tcsi_changeauth.c | 150 BYTE ** KeyDataOut, /* out */ in TCSP_ChangeAuthAsymStart_Internal() argument 248 *KeyDataOut = malloc(*KeySizeOut); in TCSP_ChangeAuthAsymStart_Internal() 249 if (*KeyDataOut == NULL) { in TCSP_ChangeAuthAsymStart_Internal() 254 memcpy(*KeyDataOut, &txBlob[offset - *KeySizeOut], *KeySizeOut); in TCSP_ChangeAuthAsymStart_Internal()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | tspi_changeauth.c | 109 BYTE *KeyDataOut; in Tspi_ChangeAuthAsym() 218 &KeySizeOut, &KeyDataOut, in Tspi_ChangeAuthAsym() 231 result |= Trspi_HashUpdate(&hashCtx, KeySizeOut, KeyDataOut); in Tspi_ChangeAuthAsym() 275 if ((result = UnloadBlob_TSS_KEY(&offset, KeyDataOut, &ephemeralKey))) in Tspi_ChangeAuthAsym()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
H A D | rpc_changeauth.c | 146 BYTE ** KeyDataOut, /* out */ in RPC_ChangeAuthAsymStart_TP() argument
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
H A D | tcs_api.c | 763 BYTE ** KeyDataOut, /* out */ in RPC_ChangeAuthAsymStart() argument 780 KeySizeOut, KeyDataOut, in RPC_ChangeAuthAsymStart()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
H A D | tcs_utils.h | 494 BYTE ** KeyDataOut, /* out */
|