EVP_RAND_get_strength function

  1. @Native<UnsignedInt Function(Pointer<evp_rand_ctx_st>)>(ffi.Pointer<evp_rand_ctx_st>)>()
int EVP_RAND_get_strength(
  1. Pointer<evp_rand_ctx_st> ctx
)

Implementation

@ffi.Native<ffi.UnsignedInt Function(ffi.Pointer<evp_rand_ctx_st>)>()
external int EVP_RAND_get_strength(ffi.Pointer<evp_rand_ctx_st> ctx);