HomeSort by relevance Sort by last modified time
    Searched full:ukey (Results 1 - 4 of 4) sorted by null

  /external/openssl/android.testssl/
testssl.sh 40 Ukey="$device/keyU.ss"
65 $reqcmd -config $Uconf -out $Ureq -keyout $Ukey $req_new
73 ./testssl $Ukey $Ucert $CAcert
  /external/openssl/patches/
testssl.sh 40 Ukey="$device/keyU.ss"
65 $reqcmd -config $Uconf -out $Ureq -keyout $Ukey $req_new
73 ./testssl $Ukey $Ucert $CAcert
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_ImgConv.c 187 OMX_U8 yKey,uKey,vKey; /* Color Key in YUV color space */
312 uKey = (OMX_U8)(((160*((OMX_S32)(iRKey) - (OMX_S32)(nKeyMin1)))>>8) + 128);
319 if(uKey>KColorKeyChannelPred && vKey>KColorKeyChannelPred)
321 nKeyMax2 = (OMX_U8)(((uKey+KAlgoChromaTolerance)<255)?(uKey+KAlgoChromaTolerance):255);
324 nKeyMin2 = (OMX_U8)(((KAlgoChromaTolerance)<uKey)?(uKey-KAlgoChromaTolerance):0);
327 else if(uKey>KColorKeyChannelPred && vKey<KColorKeyChannelMin)
329 nKeyMax2 = (OMX_U8)(((uKey+KAlgoChromaTolerance/2)<255)?(uKey+KAlgoChromaTolerance/2):255);
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/
kasumi.c 198 u16 ukey[8], Kprime[8]; local
214 ukey[n] = (((u16)key[2*n]) << 8) | key[2*n+1];
219 Kprime[n] = ukey[n] ^ C[n];
224 skey->kasumi.KLi1[n] = ROL16(ukey[n],1);
226 skey->kasumi.KOi1[n] = ROL16(ukey[(n+1)&0x7],5);
227 skey->kasumi.KOi2[n] = ROL16(ukey[(n+5)&0x7],8);
228 skey->kasumi.KOi3[n] = ROL16(ukey[(n+6)&0x7],13);

Completed in 164 milliseconds