HomeSort by relevance Sort by last modified time
    Searched defs:cipherType (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLCipher.java 242 final long cipherType = NativeCrypto.EVP_get_cipherbyname(getCipherName(encodedKey.length,
244 if (cipherType == 0) {
249 final int ivLength = NativeCrypto.EVP_CIPHER_iv_length(cipherType);
259 NativeCrypto.EVP_CipherInit_ex(cipherCtx.getContext(), cipherType, null, null,
264 NativeCrypto.EVP_CipherInit_ex(cipherCtx.getContext(), cipherType, encodedKey, iv,
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 54 milliseconds