Home
last modified time | relevance | path

Searched refs:key_options (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dauth-rsa.c186 char *key_options; in rsa_key_allowed_in_file() local
203 key_options = cp; in rsa_key_allowed_in_file()
211 key_options = NULL; in rsa_key_allowed_in_file()
244 if (!auth_parse_options(pw, key_options, file, linenum)) in rsa_key_allowed_in_file()
Dauth2-pubkey.c284 char *cp, *key_options = NULL; in user_key_allowed2() local
298 key_options = cp; in user_key_allowed2()
317 if (auth_parse_options(pw, key_options, file, in user_key_allowed2()
357 if (auth_parse_options(pw, key_options, file, in user_key_allowed2()
/external/bluetooth/bluez/tools/
Dhcitool.c2075 static struct option key_options[] = { variable
2090 for_each_opt(opt, key_options, NULL) { in cmd_key()