HomeSort by relevance Sort by last modified time
    Searched refs:bbs (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLEngineTest.java 553 ByteBuffer bbs = ByteBuffer.wrap(new byte[] {1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,1,2,31,2,3,1,2,3,1,2,3,1,2,3}); local
556 clientEngine.engine.unwrap(bbs, new ByteBuffer[] { bbd }, 0, 1);
777 ByteBuffer bbs = ByteBuffer.allocate(100); local
782 SSLEngineResult result = clientEngine.engine.wrap(new ByteBuffer[] { bbs }, 0, 1, bbd);
1029 ByteBuffer bbs = ByteBuffer.allocate(100); local
1054 ByteBuffer bbs = ByteBuffer.allocate(10); local
1085 ByteBuffer bbs = ByteBuffer.allocate(10); local
1135 ByteBuffer bbs = ByteBuffer.allocate(10); local
1161 ByteBuffer bbs = ByteBuffer.allocate(10); local
1189 ByteBuffer bbs = ByteBuffer.allocate(100); local
1214 ByteBuffer bbs = ByteBuffer.allocate(10); local
1307 ByteBuffer bbs = ByteBuffer.allocate(10); local
1333 ByteBuffer bbs = ByteBuffer.allocate(10); local
1362 ByteBuffer bbs = ByteBuffer.allocate(20); local
1386 ByteBuffer bbs = ByteBuffer.allocate(10); local
1417 ByteBuffer bbs = ByteBuffer.allocate(10); local
1467 ByteBuffer bbs = ByteBuffer.allocate(10); local
1521 ByteBuffer bbs = ByteBuffer.allocate(100); local
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
BasicBlocker.java 273 ByteBlock[] bbs = new ByteBlock[bytes.size()]; local
310 bbs[count] =
318 result.set(i, bbs[i]);
  /external/dropbear/libtommath/
tommath.h 151 #define LTM_PRIME_BBS 0x0001 /* BBS style prime */
493 * call with bbs = 1 if you want it to be congruent to 3 mod 4
501 #define mp_prime_random(a, t, size, bbs, cb, dat) mp_prime_random_ex(a, t, ((size) * 8) + 1, (bbs==1)?LTM_PRIME_BBS:0, cb, dat)
bn.tex     [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 44 milliseconds