EVP_EncryptUpdate function
- @Native<Int Function(Pointer<
evp_cipher_ctx_st> , Pointer<UnsignedChar> , Pointer<Int> , Pointer<UnsignedChar> , Int)>(ffi.Pointer<evp_cipher_ctx_st>, ffi.Pointer<ffi.UnsignedChar>, ffi.Pointer<ffi.Int>, ffi.Pointer<ffi.UnsignedChar>, ffi.Int)>()
- Pointer<
evp_cipher_ctx_st> ctx, - Pointer<
UnsignedChar> out, - Pointer<
Int> outl, - Pointer<
UnsignedChar> in$, - int inl,
Implementation
@ffi.Native<
ffi.Int Function(
ffi.Pointer<evp_cipher_ctx_st>,
ffi.Pointer<ffi.UnsignedChar>,
ffi.Pointer<ffi.Int>,
ffi.Pointer<ffi.UnsignedChar>,
ffi.Int,
)
>()
external int EVP_EncryptUpdate(
ffi.Pointer<evp_cipher_ctx_st> ctx,
ffi.Pointer<ffi.UnsignedChar> out,
ffi.Pointer<ffi.Int> outl,
ffi.Pointer<ffi.UnsignedChar> in$,
int inl,
);