OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CRYPT_KEY
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/net/src/android/net/cts/
IpSecManagerTest.java
243
.setEncryption(new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC,
CRYPT_KEY
))
616
IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC,
CRYPT_KEY
);
645
// IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC,
CRYPT_KEY
);
652
// IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC,
CRYPT_KEY
);
659
// IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC,
CRYPT_KEY
);
667
IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC,
CRYPT_KEY
);
674
IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC,
CRYPT_KEY
);
681
IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC,
CRYPT_KEY
);
688
IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC,
CRYPT_KEY
);
696
IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC,
CRYPT_KEY
);
[
all
...]
IpSecBaseTest.java
75
protected static final byte[]
CRYPT_KEY
= getKey(256);
459
.setEncryption(new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC,
CRYPT_KEY
))
IpSecManagerTunnelTest.java
666
new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC,
CRYPT_KEY
));
742
CRYPT_KEY
, // Same key for auth and crypt
[
all
...]
Completed in 1794 milliseconds