plan 9 kernel history: overview | file list | diff list

1999/0527/port/devssl.c (diff list | history)

1999/0415/sys/src/9/port/devssl.c:992,10001999/0527/sys/src/9/port/devssl.c:992,1000 (short | long | prev | next)
1996/1029    
		if(s.s->c == 0) 
			error("must set fd before algorithm"); 
 
1999/0527    
		s.s->state = Sclear; 
		s.s->maxpad = s.s->max = (1<<15) - s.s->diglen - 1; 
1996/1029    
		if(strcmp(p, "clear") == 0){ 
			s.s->state = Sclear; 
			s.s->maxpad = s.s->max = (1<<15) - s.s->diglen - 1; 
			goto out; 
1995/1213    
		} 
 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)