OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:loadBytes
(Results
1 - 2
of
2
) sorted by null
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java
262
byte[] keyMaterial =
loadBytes
("hyts_" + "des-ede3-cbc.test"
268
byte[] ivMaterial =
loadBytes
("hyts_" + "des-ede3-cbc.test" + index
297
byte[] plaintextBytes =
loadBytes
("hyts_" + "des-ede3-cbc.test"
311
byte[] keyMaterial =
loadBytes
("hyts_" + "des-ede3-cbc.test"
317
byte[] ivMaterial =
loadBytes
("hyts_" + "des-ede3-cbc.test" + index
344
byte[] cipherText =
loadBytes
("hyts_" + "des-ede3-cbc.test" + index
351
private byte[]
loadBytes
(String resPath) {
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java
326
byte[] keyMaterial =
loadBytes
("hyts_" + "des-ede3-cbc.test"
332
byte[] ivMaterial =
loadBytes
("hyts_" + "des-ede3-cbc.test" + index
363
byte[] plaintextBytes =
loadBytes
("hyts_" + "des-ede3-cbc.test"
384
byte[] keyMaterial =
loadBytes
("hyts_" + "des-ede3-cbc.test"
390
byte[] ivMaterial =
loadBytes
("hyts_" + "des-ede3-cbc.test" + index
419
byte[] cipherText =
loadBytes
("hyts_" + "des-ede3-cbc.test" + index
462
private byte[]
loadBytes
(String resPath) throws Exception {
[
all
...]
Completed in 881 milliseconds