EVP_RAND_fetch function

  1. @Native<Pointer<evp_rand_st> Function(Pointer<ossl_lib_ctx_st>, Pointer<Char>, Pointer<Char>)>(ffi.Pointer<ossl_lib_ctx_st>, ffi.Pointer<ffi.Char>, ffi.Pointer<ffi.Char>)>()
Pointer<evp_rand_st> EVP_RAND_fetch(
  1. Pointer<ossl_lib_ctx_st> libctx,
  2. Pointer<Char> algorithm,
  3. Pointer<Char> properties
)

Implementation

@ffi.Native<
  ffi.Pointer<evp_rand_st> Function(
    ffi.Pointer<ossl_lib_ctx_st>,
    ffi.Pointer<ffi.Char>,
    ffi.Pointer<ffi.Char>,
  )
>()
external ffi.Pointer<evp_rand_st> EVP_RAND_fetch(
  ffi.Pointer<ossl_lib_ctx_st> libctx,
  ffi.Pointer<ffi.Char> algorithm,
  ffi.Pointer<ffi.Char> properties,
);