EVP_SKEY_is_a function

  1. @Native<Int Function(Pointer<evp_skey_st>, Pointer<Char>)>(ffi.Pointer<evp_skey_st>, ffi.Pointer<ffi.Char>)>()
int EVP_SKEY_is_a(
  1. Pointer<evp_skey_st> skey,
  2. Pointer<Char> name
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<evp_skey_st>, ffi.Pointer<ffi.Char>)>()
external int EVP_SKEY_is_a(
  ffi.Pointer<evp_skey_st> skey,
  ffi.Pointer<ffi.Char> name,
);