ssh_pki_key_ecdsa_name method

Pointer<Int8> ssh_pki_key_ecdsa_name(
  1. ssh_key key
)

Implementation

ffi.Pointer<ffi.Int8> ssh_pki_key_ecdsa_name(
  ssh_key key,
) {
  return _ssh_pki_key_ecdsa_name(
    key,
  );
}