Searched refs:KeySizeOut (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
H A D | tcsi_changeauth.c | 149 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 D | tspi_changeauth.c | 108 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 D | rpc_changeauth.c | 145 UINT32 * KeySizeOut, /* out */ in RPC_ChangeAuthAsymStart_TP() argument
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
H A D | tcs_api.c | 762 UINT32 * KeySizeOut, /* 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 | 493 UINT32 * KeySizeOut, /* out */
|