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