DES_random_key function

  1. @Native<Int Function(Pointer<Pointer<UnsignedChar>>)>(ffi.Pointer<ffi.Pointer<ffi.UnsignedChar>>)>()
int DES_random_key(
  1. Pointer<Pointer<UnsignedChar>> ret
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<ffi.Pointer<ffi.UnsignedChar>>)>()
external int DES_random_key(ffi.Pointer<ffi.Pointer<ffi.UnsignedChar>> ret);