EVP_PKEY_decapsulate_init function

  1. @Native<Int Function(Pointer<evp_pkey_ctx_st>, Pointer<ossl_param_st>)>(ffi.Pointer<evp_pkey_ctx_st>, ffi.Pointer<ossl_param_st>)>()
int EVP_PKEY_decapsulate_init(
  1. Pointer<evp_pkey_ctx_st> ctx,
  2. 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_decapsulate_init(
  ffi.Pointer<evp_pkey_ctx_st> ctx,
  ffi.Pointer<ossl_param_st> params,
);