ssl/libcrypto/src/crypto/evp/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 #ifdef SYMBIAN
    64 #ifdef SYMBIAN
   615 #ifndef OPENSSL_NO_SHA
   615 #ifndef OPENSSL_NO_SHA
   616 IMPORT_C const EVP_MD *EVP_sha(void);
   616 IMPORT_C const EVP_MD *EVP_sha(void);
   617 IMPORT_C const EVP_MD *EVP_sha1(void);
   617 IMPORT_C const EVP_MD *EVP_sha1(void);
   618 IMPORT_C const EVP_MD *EVP_dss(void);
   618 IMPORT_C const EVP_MD *EVP_dss(void);
   619 IMPORT_C const EVP_MD *EVP_dss1(void);
   619 IMPORT_C const EVP_MD *EVP_dss1(void);
       
   620 #endif
       
   621 #ifndef OPENSSL_NO_SHA256
       
   622 IMPORT_C const EVP_MD *EVP_sha224(void);
       
   623 IMPORT_C const EVP_MD *EVP_sha256(void);
       
   624 #endif
       
   625 #ifndef OPENSSL_NO_SHA512
       
   626 IMPORT_C const EVP_MD *EVP_sha384(void);
       
   627 IMPORT_C const EVP_MD *EVP_sha512(void);
   620 #endif
   628 #endif
   621 IMPORT_C const EVP_CIPHER *EVP_enc_null(void);		/* does nothing :-) */
   629 IMPORT_C const EVP_CIPHER *EVP_enc_null(void);		/* does nothing :-) */
   622 #ifndef OPENSSL_NO_DES
   630 #ifndef OPENSSL_NO_DES
   623 IMPORT_C const EVP_CIPHER *EVP_des_ecb(void);
   631 IMPORT_C const EVP_CIPHER *EVP_des_ecb(void);
   624 IMPORT_C const EVP_CIPHER *EVP_des_ede(void);
   632 IMPORT_C const EVP_CIPHER *EVP_des_ede(void);