aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
ip-nested-locking'>wip-nested-locking The LITMUS^RT kernel.Bjoern Brandenburg
aboutsummaryrefslogblamecommitdiffstats
path: root/crypto/sha256_generic.c
blob: c3ed4ec924e1005dbefac4d93dc3f9eae3f54f5b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11



                           
                                                                        





                                                             
                                                                             






                                                                             
                                 


                         
                        
                       

                          














                                                             






















                                                           
 




















































































































































                                                                   
 
                                               
 
                                                         







                                   
                        

                 

 
                                               
 
                                                         







                                   
                        

                 

 
                                                                 
                                           
 
                                                         





















                                                                     
         
                                                     

                 

 
                                                         
 
                                                         
                                    
                    

                                    


                                                
                                             

                                   
                                   
                                                                  
                                              

                                            
                                                             

                                   

                                                     


                                            

                 

 
                                                          


                                 
                              


                                            

                 
 
 















                                                                 
                                            



                                                   



                                                            






                                                              
    



                                                   
                                                            






                                                              
    
 
                                               
 
                                                                             

 
                                                
 
                                                                        

 

                                     

                      
                                                                
 
                       
                       
/*
 * Cryptographic API.
 *
 * SHA-256, as specified in
 * http://csrc.nist.gov/groups/STM/cavp/documents/shs/sha256-384-512.pdf
 *
 * SHA-256 code by Jean-Luc Cooke <jlcooke@certainkey.com>.
 *
 * Copyright (c) Jean-Luc Cooke <jlcooke@certainkey.com>
 * Copyright (c) Andrew McDonald <andrew@mcdonald.org.uk>
 * Copyright (c) 2002 James Morris <jmorris@intercode.com.au>
 * SHA224 Support Copyright 2007 Intel Corporation <jonathan.lynch@intel.com>
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by the Free
 * Software Foundation; either version 2 of the License, or (at your option) 
 * any later version.