EVP_RAND_fetch function
- @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>)>()
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,
);