EVP_CIPHER_meth_set_flags function

  1. @Native<Int Function(Pointer<evp_cipher_st>, UnsignedLong)>(ffi.Pointer<evp_cipher_st>, ffi.UnsignedLong)>()
int EVP_CIPHER_meth_set_flags(
  1. Pointer<evp_cipher_st> cipher,
  2. 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,
);