HomeSort by relevance Sort by last modified time
    Searched full:get_hostkey_by_type (Results 1 - 1 of 1) sorted by null

  /external/openssh/
sshd.c 791 get_hostkey_by_type(int type, int need_private) function
819 return get_hostkey_by_type(type, 0);
825 return get_hostkey_by_type(type, 1);
    [all...]

Completed in 157 milliseconds