Home
last modified time | relevance | path

Searched refs:key_is_cert_authority (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dauth-options.h33 extern int key_is_cert_authority;
Dauth-options.c47 int key_is_cert_authority = 0; variable
71 key_is_cert_authority = 0; in auth_clear_options()
109 key_is_cert_authority = 1; in auth_parse_options()
Dauth2-pubkey.c320 if (!key_is_cert_authority) in user_key_allowed2()
360 if (key_is_cert_authority) in user_key_allowed2()
Dauth-rsa.c246 if (key_is_cert_authority) in rsa_key_allowed_in_file()