RSA_padding_add_X931 function
- @Native<Int Function(Pointer<
UnsignedChar> , Int, Pointer<UnsignedChar> , Int)>(ffi.Pointer<ffi.UnsignedChar>, ffi.Int, ffi.Pointer<ffi.UnsignedChar>, ffi.Int)>()
- Pointer<
UnsignedChar> to, - int tlen,
- Pointer<
UnsignedChar> f, - int fl,
Implementation
@ffi.Native<
ffi.Int Function(
ffi.Pointer<ffi.UnsignedChar>,
ffi.Int,
ffi.Pointer<ffi.UnsignedChar>,
ffi.Int,
)
>()
external int RSA_padding_add_X931(
ffi.Pointer<ffi.UnsignedChar> to,
int tlen,
ffi.Pointer<ffi.UnsignedChar> f,
int fl,
);