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

  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
GCMParameterSpecTest.java 26 private static final byte[] TEST_IV = new byte[8];
29 new GCMParameterSpec(8, TEST_IV);
34 new GCMParameterSpec(-1, TEST_IV);
49 new GCMParameterSpec(8, TEST_IV, 0, TEST_IV.length);
54 new GCMParameterSpec(8, null, 0, TEST_IV.length);
62 new GCMParameterSpec(8, TEST_IV, -1, TEST_IV.length);
70 new GCMParameterSpec(8, TEST_IV, 0, TEST_IV.length + 1)
    [all...]
  /external/syslinux/lzo/src/
lzo1_d.ch 65 #undef TEST_IV
82 # define TEST_IV(x) if ((x) > (lzo_uint)0 - (511)) goto input_overrun
138 # define TEST_IV(x) ((void) 0)
lzo1x_d.ch 109 TEST_IV(t);
  /external/libvncserver/common/
minilzo.c     [all...]

Completed in 71 milliseconds