EVP_CIPHER_get_flags function

  1. @Native<UnsignedLong Function(Pointer<evp_cipher_st>)>(ffi.Pointer<evp_cipher_st>)>()
int EVP_CIPHER_get_flags(
  1. Pointer<evp_cipher_st> cipher
)

Implementation

@ffi.Native<ffi.UnsignedLong Function(ffi.Pointer<evp_cipher_st>)>()
external int EVP_CIPHER_get_flags(ffi.Pointer<evp_cipher_st> cipher);