RSA_meth_set_flags function

  1. @Native<Int Function(Pointer<rsa_meth_st>, Int)>(ffi.Pointer<rsa_meth_st>, ffi.Int)>()
int RSA_meth_set_flags(
  1. Pointer<rsa_meth_st> meth,
  2. int flags
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<rsa_meth_st>, ffi.Int)>()
external int RSA_meth_set_flags(ffi.Pointer<rsa_meth_st> meth, int flags);