static functions
This commit is contained in:
		
							parent
							
								
									acfd16c60a
								
							
						
					
					
						commit
						27280b86b3
					
				@ -156,8 +156,8 @@ static int chc_compress(hash_state *md, unsigned char *buf)
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* function for processing blocks */
 | 
					/* function for processing blocks */
 | 
				
			||||||
int _chc_process(hash_state * md, const unsigned char *buf, unsigned long len);
 | 
					static int _chc_process(hash_state * md, const unsigned char *buf, unsigned long len);
 | 
				
			||||||
HASH_PROCESS(_chc_process, chc_compress, chc, (unsigned long)cipher_blocksize)
 | 
					static HASH_PROCESS(_chc_process, chc_compress, chc, (unsigned long)cipher_blocksize)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
   Process a block of memory though the hash
 | 
					   Process a block of memory though the hash
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user