Home | History | Annotate | Download | only in jsse

Lines Matching refs:evpCipher

2482             final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb");
2485 NativeCrypto.EVP_CipherInit_ex(NULL, evpCipher, null, null, true);
2491 NativeCrypto.EVP_CipherInit_ex(ctx, evpCipher, null, null, true);
2495 NativeCrypto.EVP_CipherInit_ex(ctx, evpCipher, null, null, false);
2505 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb");
2506 NativeCrypto.EVP_CipherInit_ex(ctx, evpCipher, AES_128_KEY, null, true);