EVP_RAND_get_state function
- @Native<Int Function(Pointer<
evp_rand_ctx_st> )>(ffi.Pointer<evp_rand_ctx_st>)>()
- 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);