Home | History | Annotate | Download | only in jsse

Lines Matching refs:evpCipher

291     public static native void EVP_CipherInit_ex(long ctx, long evpCipher, byte[] key, byte[] iv,
300 public static native int EVP_CIPHER_iv_length(long evpCipher);