EVP_RAND_get_state function

  1. @Native<Int Function(Pointer<evp_rand_ctx_st>)>(ffi.Pointer<evp_rand_ctx_st>)>()
int EVP_RAND_get_state(
  1. Pointer<evp_rand_ctx_st> ctx
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<evp_rand_ctx_st>)>()
external int EVP_RAND_get_state(ffi.Pointer<evp_rand_ctx_st> ctx);