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