HomeSort by relevance Sort by last modified time
    Searched refs:chall (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/mac/Panels/
WebAuthenticationPanel.m 118 -(void)setUpForChallenge:(NSURLAuthenticationChallenge *)chall
122 NSURLProtectionSpace *space = [chall protectionSpace];
141 if ([chall previousFailureCount] == 0) {
210 if ([[chall proposedCredential] user] != nil) {
211 [username setStringValue:[[chall proposedCredential] user]];
220 - (void)runAsModalDialogWithChallenge:(NSURLAuthenticationChallenge *)chall
222 [self setUpForChallenge:chall];
225 [chall retain];
232 [callback performSelector:selector withObject:chall withObject:credential];
234 [chall release]
    [all...]
WebAuthenticationPanel.h 59 - (void)runAsModalDialogWithChallenge:(NSURLAuthenticationChallenge *)chall;
60 - (void)runAsSheetOnWindow:(NSWindow *)window withChallenge:(NSURLAuthenticationChallenge *)chall;
  /external/openssh/
roaming_client.c 97 u_int64_t chall, oldchall; local
99 chall = packet_get_int64();
105 lastseenchall = chall;
109 buffer_put_int64(&b, chall);
122 calculate_new_key(&key1, cookie, chall);
123 calculate_new_key(&key2, cookie, chall);
Android.mk 113 auth-chall.c auth2-chall.c groupaccess.c \

Completed in 149 milliseconds