cryptoservices/asnpkcs/source/asnpkcs5.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    20 #include <asn1dec.h>
    20 #include <asn1dec.h>
    21 #include <pbedata.h>
    21 #include <pbedata.h>
    22 #include <rc2.h>
    22 #include <rc2.h>
    23 
    23 
    24 #include "asnpkcs.h"
    24 #include "asnpkcs.h"
       
    25 
       
    26 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    27 
       
    28 /** OpenSSL PKCS8 Effective Key Length Compatibility.*/
       
    29 const TUint KPkcs8CompatibilityBits = 128;
       
    30 
       
    31 #endif
       
    32 
    25 
    33 
    26 _LIT(Kpkcs5PBES2, "1.2.840.113549.1.5.13");
    34 _LIT(Kpkcs5PBES2, "1.2.840.113549.1.5.13");
    27 _LIT(Kpkcs5PBKDF2, "1.2.840.113549.1.5.12");
    35 _LIT(Kpkcs5PBKDF2, "1.2.840.113549.1.5.12");
    28 _LIT(KDESCBC, "1.3.14.3.2.7");
    36 _LIT(KDESCBC, "1.3.14.3.2.7");
    29 _LIT(K3DESCBC, "1.2.840.113549.3.7");
    37 _LIT(K3DESCBC, "1.2.840.113549.3.7");