EVP_CIPHER_meth_set_flags function
- @Native<Int Function(Pointer<
evp_cipher_st> , UnsignedLong)>(ffi.Pointer<evp_cipher_st>, ffi.UnsignedLong)>()
- Pointer<
evp_cipher_st> cipher, - int flags
Implementation
@ffi.Native<ffi.Int Function(ffi.Pointer<evp_cipher_st>, ffi.UnsignedLong)>()
external int EVP_CIPHER_meth_set_flags(
ffi.Pointer<evp_cipher_st> cipher,
int flags,
);