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

  /external/wycheproof/java/com/google/security/wycheproof/testcases/
CipherOutputStreamTest.java 103 public void testEncrypt(Iterable<TestVector> tests) throws Exception {
195 testEncrypt(v);
213 testEncrypt(v);
235 testEncrypt(v);
CipherInputStreamTest.java 104 public void testEncrypt(Iterable<TestVector> tests) throws Exception {
228 testEncrypt(v);
275 testEncrypt(v);
  /prebuilts/go/darwin-x86/src/crypto/rc4/
rc4_test.go 77 func testEncrypt(t *testing.T, desc string, c *Cipher, src, expect []byte) {
112 testEncrypt(t, desc, c, data[off:off+n], expect[off:off+n])
  /prebuilts/go/linux-x86/src/crypto/rc4/
rc4_test.go 77 func testEncrypt(t *testing.T, desc string, c *Cipher, src, expect []byte) {
112 testEncrypt(t, desc, c, data[off:off+n], expect[off:off+n])
  /libcore/luni/src/test/java/libcore/javax/crypto/
CipherInputStreamTest.java 131 public void testEncrypt() throws Exception {

Completed in 99 milliseconds