HomeSort by relevance Sort by last modified time
    Searched refs:key_load_cert (Results 1 - 3 of 3) sorted by null

  /external/openssh/
authfile.h 20 Key *key_load_cert(const char *);
ssh.c 852 sensitive_data.keys[1] = key_load_cert(
855 sensitive_data.keys[2] = key_load_cert(
858 sensitive_data.keys[3] = key_load_cert(
    [all...]
authfile.c 827 key_load_cert(const char *filename) function
864 if ((pub = key_load_cert(filename)) == NULL) {

Completed in 157 milliseconds