EVP_CIPHER_get_flags function
- @Native<UnsignedLong Function(Pointer<
evp_cipher_st> )>(ffi.Pointer<evp_cipher_st>)>()
- 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);