ossrv_pub/crypto_inputoutput_and_data_encoding_api/inc/stdapis/openssl/evp.h
branchRCL_3
changeset 9 fa985af77159
parent 0 e4d67989cc36
child 45 4b03adbd26ca
equal deleted inserted replaced
3:18f64da82512 9:fa985af77159
    54  * derivative of this code cannot be changed.  i.e. this code cannot simply be
    54  * derivative of this code cannot be changed.  i.e. this code cannot simply be
    55  * copied and put under another distribution licence
    55  * copied and put under another distribution licence
    56  * [including the GNU Public Licence.]
    56  * [including the GNU Public Licence.]
    57  */
    57  */
    58 /*
    58 /*
    59  © Portions copyright (c) 2006 Nokia Corporation.  All rights reserved.
    59  © Portions copyright (c) 2006-2010 Nokia Corporation.  All rights reserved.
    60  */
    60  */
    61 
    61 
    62 #ifndef HEADER_ENVELOPE_H
    62 #ifndef HEADER_ENVELOPE_H
    63 #define HEADER_ENVELOPE_H
    63 #define HEADER_ENVELOPE_H
    64 
    64 
   620 #ifndef OPENSSL_NO_SHA
   620 #ifndef OPENSSL_NO_SHA
   621 IMPORT_C const EVP_MD *EVP_sha(void);
   621 IMPORT_C const EVP_MD *EVP_sha(void);
   622 IMPORT_C const EVP_MD *EVP_sha1(void);
   622 IMPORT_C const EVP_MD *EVP_sha1(void);
   623 IMPORT_C const EVP_MD *EVP_dss(void);
   623 IMPORT_C const EVP_MD *EVP_dss(void);
   624 IMPORT_C const EVP_MD *EVP_dss1(void);
   624 IMPORT_C const EVP_MD *EVP_dss1(void);
       
   625 #endif
       
   626 #ifndef OPENSSL_NO_SHA256
       
   627 IMPORT_C const EVP_MD *EVP_sha224(void);
       
   628 IMPORT_C const EVP_MD *EVP_sha256(void);
       
   629 #endif
       
   630 #ifndef OPENSSL_NO_SHA512
       
   631 IMPORT_C const EVP_MD *EVP_sha384(void);
       
   632 IMPORT_C const EVP_MD *EVP_sha512(void);
   625 #endif
   633 #endif
   626 IMPORT_C const EVP_CIPHER *EVP_enc_null(void);		/* does nothing :-) */
   634 IMPORT_C const EVP_CIPHER *EVP_enc_null(void);		/* does nothing :-) */
   627 #ifndef OPENSSL_NO_DES
   635 #ifndef OPENSSL_NO_DES
   628 IMPORT_C const EVP_CIPHER *EVP_des_ecb(void);
   636 IMPORT_C const EVP_CIPHER *EVP_des_ecb(void);
   629 IMPORT_C const EVP_CIPHER *EVP_des_ede(void);
   637 IMPORT_C const EVP_CIPHER *EVP_des_ede(void);