Home
last modified time | relevance | path

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

/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDauth.c639 const char *password_store = APR_ARRAY_IDX(password_stores, i, in svn_auth_get_platform_specific_client_providers() local
643 if (apr_strnatcmp(password_store, "gnome-keyring") == 0) in svn_auth_get_platform_specific_client_providers()
658 else if (apr_strnatcmp(password_store, "gpg-agent") == 0) in svn_auth_get_platform_specific_client_providers()
667 else if (apr_strnatcmp(password_store, "kwallet") == 0) in svn_auth_get_platform_specific_client_providers()
682 else if (apr_strnatcmp(password_store, "keychain") == 0) in svn_auth_get_platform_specific_client_providers()
697 else if (apr_strnatcmp(password_store, "windows-cryptoapi") == 0) in svn_auth_get_platform_specific_client_providers()