X509_check_private_key function

  1. @Native<Int Function(Pointer<x509_st>, Pointer<evp_pkey_st>)>(ffi.Pointer<x509_st>, ffi.Pointer<evp_pkey_st>)>()
int X509_check_private_key(
  1. Pointer<x509_st> cert,
  2. Pointer<evp_pkey_st> pkey
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<x509_st>, ffi.Pointer<evp_pkey_st>)>()
external int X509_check_private_key(
  ffi.Pointer<x509_st> cert,
  ffi.Pointer<evp_pkey_st> pkey,
);