EVP_CIPHER_meth_set_ctrl function
- @Native<Int Function(Pointer<
evp_cipher_st> , Pointer<NativeFunction< )>(ffi.Pointer<evp_cipher_st>, ffi.Pointer<ffi.NativeFunction<ffi.Int Function(ffi.Pointer<evp_cipher_ctx_st>, ffi.Int, ffi.Int, ffi.Pointer<ffi.Void>)>>)>()Int Function(Pointer< >evp_cipher_ctx_st> , Int, Int, Pointer<Void> )>
- Pointer<
evp_cipher_st> cipher, - Pointer<
NativeFunction< ctrlInt Function(Pointer< >evp_cipher_ctx_st> , Int, Int, Pointer<Void> )>
Implementation
@ffi.Native<
ffi.Int Function(
ffi.Pointer<evp_cipher_st>,
ffi.Pointer<
ffi.NativeFunction<
ffi.Int Function(
ffi.Pointer<evp_cipher_ctx_st>,
ffi.Int,
ffi.Int,
ffi.Pointer<ffi.Void>,
)
>
>,
)
>()
external int EVP_CIPHER_meth_set_ctrl(
ffi.Pointer<evp_cipher_st> cipher,
ffi.Pointer<
ffi.NativeFunction<
ffi.Int Function(
ffi.Pointer<evp_cipher_ctx_st>,
ffi.Int,
ffi.Int,
ffi.Pointer<ffi.Void>,
)
>
>
ctrl,
);