Home
last modified time | relevance | path

Searched refs:tempSize (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_changeauth.c166 UINT32 tempSize; in TCSP_ChangeAuthAsymStart_Internal()
245 tempSize = offset; in TCSP_ChangeAuthAsymStart_Internal()
247 *KeySizeOut = offset - tempSize; in TCSP_ChangeAuthAsymStart_Internal()
293 UINT32 tempSize; in TCSP_ChangeAuthAsymFinish_Internal()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_changeauth.c103 UINT64 tempSize; in Tspi_ChangeAuthAsym()
186 tempSize = 0; in Tspi_ChangeAuthAsym()
187 Trspi_LoadBlob_KEY_PARMS(&tempSize, tempKey, &keyParms); in Tspi_ChangeAuthAsym()
217 tempSize, tempKey, pAuth, in Tspi_ChangeAuthAsym()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp4985 llvm::Value *tempSize = nullptr; in EmitCall() local
5007 tempSize = EmitLifetimeStart(scalarSize, AllocaAddr.getPointer()); in EmitCall()
5024 if (tempSize) { in EmitCall()
5025 EmitLifetimeEnd(tempSize, AllocaAddr.getPointer()); in EmitCall()