Searched refs:rem (Results 1 – 3 of 3) sorted by relevance
1 @rem Build and test Mbed TLS with Visual Studio using msbuild.2 @rem Usage: windows_msbuild [RETARGET]3 @rem RETARGET: version of Visual Studio to emulate4 @rem https://docs.microsoft.com/en-us/cpp/build/how-to-modify-the-target-framework-and-…6 @rem These parameters are hard-coded for now.7 set "arch=x64" & @rem "x86" or "x64"8 set "cfg=Release" & @rem "Debug" or "Release"13 @rem If the %USERPROFILE%\Source directory exists, then running14 @rem vcvarsall.bat will silently change the directory to that directory.15 @rem Setting the VSCMD_START_DIR environment variable causes it to change[all …]
1 @rem Generate automatically-generated configuration-independent source files2 @rem and build scripts.3 @rem Perl and Python 3 must be on the PATH.4 @rem psa_crypto_driver_wrappers.h needs to be generated prior to5 @rem generate_visualc_files.pl being invoked.
257 uint8_t rem; in gcm_mult_largetable() local265 rem = u8z[15]; in gcm_mult_largetable()271 u16z[0] ^= MBEDTLS_GET_UINT16_LE(&last8[rem], 0); in gcm_mult_largetable()276 rem = u8z[15]; in gcm_mult_largetable()282 u16z[0] ^= last8[rem]; in gcm_mult_largetable()305 unsigned char lo, hi, rem; in gcm_mult_smalltable() local315 rem = (unsigned char) pu64z[1] & 0xf; in gcm_mult_smalltable()318 u64z[0] ^= (uint64_t) last4[rem] << 48; in gcm_mult_smalltable()325 rem = (unsigned char) u64z[1] & 0xf; in gcm_mult_smalltable()328 u64z[0] ^= (uint64_t) last4[rem] << 48; in gcm_mult_smalltable()[all …]