crypto/weakcryptospi/test/tasymmetric/script_gen/keys.c
branchRCL_3
changeset 62 a71299154b21
parent 61 641f389e9157
equal deleted inserted replaced
61:641f389e9157 62:a71299154b21
     1 /*
     1 /*
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    21 
    21 
    22 /**
    22 /**
    23  @file
    23  @file
    24 */
    24 */
    25 
    25 
    26 #include "keys.h"
    26 #include <cryptospi/keys.h>
    27 
    27 
    28 RSA* key1;    /* modulus is 64 bytes */
    28 RSA* key1;    /* modulus is 64 bytes */
    29 RSA* key2;    /* modulus is 50 bytes */
    29 RSA* key2;    /* modulus is 50 bytes */
    30 RSA* key3;    /* modulus is 128 bytes */
    30 RSA* key3;    /* modulus is 128 bytes */
    31 
    31