Home
last modified time | relevance | path

Searched refs:KeyDataOut (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_changeauth.c150 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 Dtspi_changeauth.c109 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 Drpc_changeauth.c146 BYTE ** KeyDataOut, /* out */ in RPC_ChangeAuthAsymStart_TP() argument
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c763 BYTE ** KeyDataOut, /* out */ in RPC_ChangeAuthAsymStart() argument
780 KeySizeOut, KeyDataOut, in RPC_ChangeAuthAsymStart()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h494 BYTE ** KeyDataOut, /* out */