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

  /external/openssh/
servconf.h 167 char *trusted_user_ca_keys; member in struct:__anon24078
179 M_CP_STROPT(trusted_user_ca_keys); \
auth2-pubkey.c 388 if (!key_is_cert(key) || options.trusted_user_ca_keys == NULL)
395 options.trusted_user_ca_keys, 1) != 1) {
398 options.trusted_user_ca_keys);
424 options.trusted_user_ca_keys);
servconf.c 141 options->trusted_user_ca_keys = NULL;
    [all...]

Completed in 42 milliseconds