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

  /libcore/crypto/src/main/java/org/conscrypt/
NativeCrypto.java 312 public static native int get_EVP_CIPHER_CTX_buf_len(long ctx);
    [all...]
OpenSSLCipher.java 201 final int buffered = NativeCrypto.get_EVP_CIPHER_CTX_buf_len(cipherCtx.getContext());
  /libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 32 milliseconds