Home
last modified time | relevance | path

Searched refs:iS (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/bearssl/src/symcipher/
H A Daes_big_dec.c30 static const unsigned char iS[] = { variable
230 t0 = ((uint32_t)iS[s0 >> 24] << 24) in br_aes_big_decrypt()
231 | ((uint32_t)iS[(s3 >> 16) & 0xFF] << 16) in br_aes_big_decrypt()
232 | ((uint32_t)iS[(s2 >> 8) & 0xFF] << 8) in br_aes_big_decrypt()
233 | (uint32_t)iS[s1 & 0xFF]; in br_aes_big_decrypt()
234 t1 = ((uint32_t)iS[s1 >> 24] << 24) in br_aes_big_decrypt()
235 | ((uint32_t)iS[(s0 >> 16) & 0xFF] << 16) in br_aes_big_decrypt()
236 | ((uint32_t)iS[(s3 >> 8) & 0xFF] << 8) in br_aes_big_decrypt()
237 | (uint32_t)iS[s2 & 0xFF]; in br_aes_big_decrypt()
238 t2 = ((uint32_t)iS[s2 >> 24] << 24) in br_aes_big_decrypt()
[all …]
H A Daes_small_dec.c30 static const unsigned char iS[] = { variable
77 state[i] = iS[state[i]]; in inv_sub_bytes()
/freebsd/contrib/file/magic/Magdir/
H A Dpascal31 # WHAT iS THAT?
H A Dmsvc179 # GRR: WHAT iS THAT? AA foo comment record
H A Dintel228 # pointer to vital product data (VPD); 0 indicates no VPD; WHAT EXACTLY iS VPD?
H A Dcompress100 #>2 byte x THIS iS GZIP
/freebsd/secure/caroot/untrusted/
H A DGeoTrust_Universal_CA_2.pem133 QMAJKOSLakhT2+zNVVXxxvjpoixMptEmX36vWkzaH6byHCx+rgIW0lbQL1dTR+iS
/freebsd/tools/regression/usr.bin/env/
H A Dregress-env.rgdata233 …sb_args:-iS PATH=/bin:/usr/bin:/Not WASPATH=${PATH} WASOUT=${OUTSIDEVAR} TESTVAR=SbValue WASTEST=$…
/freebsd/contrib/sqlite3/
H A Dsqlite3.c25721 i64 iS = (i64)(x.iJD/1000 - 21086676*(i64)10000); in strftimeFunc() local
25722 sqlite3_str_appendf(&sRes,"%lld",iS); in strftimeFunc()
203807 int iS = 0;
203811 rc = fts3BestSnippet(nFToken, pCsr, iRead, mCovered, &mSeen, &sF, &iS);
203815 if( iS>iBestScore ){
203817 iBestScore = iS;