Searched defs:EVP_CipherInit_ex (Results 1 – 3 of 3) sorted by relevance
150 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex() function
104 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, in EVP_CipherInit_ex() function
329 public static native void EVP_CipherInit_ex(long ctx, long evpCipher, byte[] key, byte[] iv, in EVP_CipherInit_ex() method in NativeCrypto