DES_ofb64_encrypt function
- @Native<Void Function(Pointer<UnsignedChar>, Pointer<UnsignedChar>, Long, Pointer<DES_ks>, Pointer<Pointer<UnsignedChar>>, Pointer<Int>)>(ffi.Pointer<ffi.UnsignedChar>, ffi.Pointer<ffi.UnsignedChar>, ffi.Long, ffi.Pointer<DES_ks>, ffi.Pointer<ffi.Pointer<ffi.UnsignedChar>>, ffi.Pointer<ffi.Int>)>()
void
DES_ofb64_encrypt(
- Pointer<UnsignedChar> in$,
- Pointer<UnsignedChar> out,
- int length,
- Pointer<DES_ks> schedule,
- Pointer<Pointer<UnsignedChar>> ivec,
- Pointer<Int> num,
)
Implementation
@ffi.Native<
ffi.Void Function(
ffi.Pointer<ffi.UnsignedChar>,
ffi.Pointer<ffi.UnsignedChar>,
ffi.Long,
ffi.Pointer<DES_ks>,
ffi.Pointer<ffi.Pointer<ffi.UnsignedChar>>,
ffi.Pointer<ffi.Int>,
)
>()
external void DES_ofb64_encrypt(
ffi.Pointer<ffi.UnsignedChar> in$,
ffi.Pointer<ffi.UnsignedChar> out,
int length,
ffi.Pointer<DES_ks> schedule,
ffi.Pointer<ffi.Pointer<ffi.UnsignedChar>> ivec,
ffi.Pointer<ffi.Int> num,
);