Home
last modified time | relevance | path

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

/dports/www/miniserve/miniserve-0.18.0/src/
H A Dauth.rs40 pub fn match_auth(basic_auth: &BasicAuthParams, required_auth: &[RequiredAuth]) -> bool { in match_auth() function
87 match_auth(&cred.into(), required_auth) in handle_auth()
155 match_auth( in test_single_auth()
196 assert!(match_auth( in test_multiple_auth_pass()
207 assert_eq!(match_auth( in test_multiple_auth_wrong_username()
230 assert_eq!(match_auth( in test_multiple_auth_wrong_password()
/dports/x11/iceauth/iceauth-1.0.8/
H A Dprocess.c99 static int match_auth ( IceAuthFileEntry *a, IceAuthFileEntry *b, int *authDataSame );
813 static int match_auth ( in match_auth() function
872 if (match_auth (a->auth, b->auth, &authDataSame)) { in merge_entries()
/dports/x11/xauth/xauth-1.1/
H A DChangeLog56 This is because merge_entries compares entries using `match_auth`, which