HomeSort by relevance Sort by last modified time
    Searched full:ivlength (Results 1 - 9 of 9) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseStreamCipher.java 50 private int ivLength = 0;
57 int ivLength)
60 this.ivLength = ivLength;
65 int ivLength)
67 this.ivLength = ivLength;
211 if ((ivLength != 0) && !(param instanceof ParametersWithIV))
222 byte[] iv = new byte[ivLength];
BaseBlockCipher.java 96 private int ivLength = 0;
115 int ivLength)
120 this.ivLength = ivLength / 8;
125 int ivLength)
130 this.ivLength = ivLength / 8;
203 ivLength = 0;
208 ivLength = baseEngine.getBlockSize();
214 ivLength = baseEngine.getBlockSize()
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCEBlockCipher.java 109 private int ivLength = 0;
130 int ivLength)
135 this.ivLength = ivLength / 8;
140 int ivLength)
145 this.ivLength = ivLength / 8;
218 ivLength = 0;
223 ivLength = baseEngine.getBlockSize();
229 ivLength = baseEngine.getBlockSize()
    [all...]
JCEStreamCipher.java 75 private int ivLength = 0;
84 int ivLength)
87 this.ivLength = ivLength;
92 int ivLength)
94 this.ivLength = ivLength;
238 if ((ivLength != 0) && !(param instanceof ParametersWithIV))
249 byte[] iv = new byte[ivLength];
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLCipher.java 249 final int ivLength = NativeCrypto.EVP_CIPHER_iv_length(cipherType);
251 iv = new byte[ivLength];
252 } else if (iv.length != ivLength) {
253 throw new InvalidAlgorithmParameterException("expected IV length of " + ivLength);
  /external/bouncycastle/patches/
bcprov.patch     [all...]
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 2625 int ivlength; local
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 2082 milliseconds