EVP_PKEY_private_check function
- @Native<Int Function(Pointer<
evp_pkey_ctx_st> )>(ffi.Pointer<evp_pkey_ctx_st>)>()
- Pointer<
evp_pkey_ctx_st> ctx
Implementation
@ffi.Native<ffi.Int Function(ffi.Pointer<evp_pkey_ctx_st>)>()
external int EVP_PKEY_private_check(ffi.Pointer<evp_pkey_ctx_st> ctx);