Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_changeauth.c149 UINT32 * KeySizeOut, /* out */ in TCSP_ChangeAuthAsymStart_Internal() argument
247 *KeySizeOut = offset - tempSize; in TCSP_ChangeAuthAsymStart_Internal()
248 *KeyDataOut = malloc(*KeySizeOut); in TCSP_ChangeAuthAsymStart_Internal()
250 LogError("malloc of %u bytes failed.", *KeySizeOut); 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.c108 UINT32 KeySizeOut; in Tspi_ChangeAuthAsym()
218 &KeySizeOut, &KeyDataOut, in Tspi_ChangeAuthAsym()
231 result |= Trspi_HashUpdate(&hashCtx, KeySizeOut, KeyDataOut); in Tspi_ChangeAuthAsym()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_changeauth.c145 UINT32 * KeySizeOut, /* out */ in RPC_ChangeAuthAsymStart_TP() argument
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c762 UINT32 * KeySizeOut, /* out */ in RPC_ChangeAuthAsymStart() argument
780 KeySizeOut, KeyDataOut, in RPC_ChangeAuthAsymStart()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h493 UINT32 * KeySizeOut, /* out */