EVP_PKEY_decrypt_init_ex function
- @Native<Int Function(Pointer<
evp_pkey_ctx_st> , Pointer<ossl_param_st> )>(ffi.Pointer<evp_pkey_ctx_st>, ffi.Pointer<ossl_param_st>)>()
- Pointer<
evp_pkey_ctx_st> ctx, - Pointer<
ossl_param_st> params
Implementation
@ffi.Native<
ffi.Int Function(ffi.Pointer<evp_pkey_ctx_st>, ffi.Pointer<ossl_param_st>)
>()
external int EVP_PKEY_decrypt_init_ex(
ffi.Pointer<evp_pkey_ctx_st> ctx,
ffi.Pointer<ossl_param_st> params,
);