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