Searched refs:cryp (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dlibhttpd.c1010 char* cryp; local
1103 cryp = strchr( line, ':' );
1104 if ( cryp == (char*) 0 )
1106 *cryp++ = '\0';
1113 if ( strcmp( crypt( authpass, cryp ), cryp ) == 0 )
1127 httpd_realloc_str( &prevcryp, &maxprevcryp, strlen( cryp ) );
1128 (void) strcpy( prevcryp, cryp );

Completed in 37 milliseconds