~andersk/ubuntu/oneiric/openssl/spurious-reboot

« back to all changes in this revision

Viewing changes to crypto/objects/obj_mac.h

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2006-10-02 18:05:00 UTC
  • mto: (11.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20061002180500-y5ux36zvt0fjeiax
Tags: upstream-0.9.8c
ImportĀ upstreamĀ versionĀ 0.9.8c

Show diffs side-by-side

added added

removed removed

Lines of Context:
3303
3303
#define LN_ipsec4               "ipsec4"
3304
3304
#define NID_ipsec4              750
3305
3305
 
 
3306
#define SN_camellia_128_cbc             "CAMELLIA-128-CBC"
 
3307
#define LN_camellia_128_cbc             "camellia-128-cbc"
 
3308
#define NID_camellia_128_cbc            751
 
3309
#define OBJ_camellia_128_cbc            1L,2L,392L,200011L,61L,1L,1L,1L,2L
 
3310
 
 
3311
#define SN_camellia_192_cbc             "CAMELLIA-192-CBC"
 
3312
#define LN_camellia_192_cbc             "camellia-192-cbc"
 
3313
#define NID_camellia_192_cbc            752
 
3314
#define OBJ_camellia_192_cbc            1L,2L,392L,200011L,61L,1L,1L,1L,3L
 
3315
 
 
3316
#define SN_camellia_256_cbc             "CAMELLIA-256-CBC"
 
3317
#define LN_camellia_256_cbc             "camellia-256-cbc"
 
3318
#define NID_camellia_256_cbc            753
 
3319
#define OBJ_camellia_256_cbc            1L,2L,392L,200011L,61L,1L,1L,1L,4L
 
3320
 
 
3321
#define OBJ_ntt_ds              0L,3L,4401L,5L
 
3322
 
 
3323
#define OBJ_camellia            OBJ_ntt_ds,3L,1L,9L
 
3324
 
 
3325
#define SN_camellia_128_ecb             "CAMELLIA-128-ECB"
 
3326
#define LN_camellia_128_ecb             "camellia-128-ecb"
 
3327
#define NID_camellia_128_ecb            754
 
3328
#define OBJ_camellia_128_ecb            OBJ_camellia,1L
 
3329
 
 
3330
#define SN_camellia_128_ofb128          "CAMELLIA-128-OFB"
 
3331
#define LN_camellia_128_ofb128          "camellia-128-ofb"
 
3332
#define NID_camellia_128_ofb128         766
 
3333
#define OBJ_camellia_128_ofb128         OBJ_camellia,3L
 
3334
 
 
3335
#define SN_camellia_128_cfb128          "CAMELLIA-128-CFB"
 
3336
#define LN_camellia_128_cfb128          "camellia-128-cfb"
 
3337
#define NID_camellia_128_cfb128         757
 
3338
#define OBJ_camellia_128_cfb128         OBJ_camellia,4L
 
3339
 
 
3340
#define SN_camellia_192_ecb             "CAMELLIA-192-ECB"
 
3341
#define LN_camellia_192_ecb             "camellia-192-ecb"
 
3342
#define NID_camellia_192_ecb            755
 
3343
#define OBJ_camellia_192_ecb            OBJ_camellia,21L
 
3344
 
 
3345
#define SN_camellia_192_ofb128          "CAMELLIA-192-OFB"
 
3346
#define LN_camellia_192_ofb128          "camellia-192-ofb"
 
3347
#define NID_camellia_192_ofb128         767
 
3348
#define OBJ_camellia_192_ofb128         OBJ_camellia,23L
 
3349
 
 
3350
#define SN_camellia_192_cfb128          "CAMELLIA-192-CFB"
 
3351
#define LN_camellia_192_cfb128          "camellia-192-cfb"
 
3352
#define NID_camellia_192_cfb128         758
 
3353
#define OBJ_camellia_192_cfb128         OBJ_camellia,24L
 
3354
 
 
3355
#define SN_camellia_256_ecb             "CAMELLIA-256-ECB"
 
3356
#define LN_camellia_256_ecb             "camellia-256-ecb"
 
3357
#define NID_camellia_256_ecb            756
 
3358
#define OBJ_camellia_256_ecb            OBJ_camellia,41L
 
3359
 
 
3360
#define SN_camellia_256_ofb128          "CAMELLIA-256-OFB"
 
3361
#define LN_camellia_256_ofb128          "camellia-256-ofb"
 
3362
#define NID_camellia_256_ofb128         768
 
3363
#define OBJ_camellia_256_ofb128         OBJ_camellia,43L
 
3364
 
 
3365
#define SN_camellia_256_cfb128          "CAMELLIA-256-CFB"
 
3366
#define LN_camellia_256_cfb128          "camellia-256-cfb"
 
3367
#define NID_camellia_256_cfb128         759
 
3368
#define OBJ_camellia_256_cfb128         OBJ_camellia,44L
 
3369
 
 
3370
#define SN_camellia_128_cfb1            "CAMELLIA-128-CFB1"
 
3371
#define LN_camellia_128_cfb1            "camellia-128-cfb1"
 
3372
#define NID_camellia_128_cfb1           760
 
3373
 
 
3374
#define SN_camellia_192_cfb1            "CAMELLIA-192-CFB1"
 
3375
#define LN_camellia_192_cfb1            "camellia-192-cfb1"
 
3376
#define NID_camellia_192_cfb1           761
 
3377
 
 
3378
#define SN_camellia_256_cfb1            "CAMELLIA-256-CFB1"
 
3379
#define LN_camellia_256_cfb1            "camellia-256-cfb1"
 
3380
#define NID_camellia_256_cfb1           762
 
3381
 
 
3382
#define SN_camellia_128_cfb8            "CAMELLIA-128-CFB8"
 
3383
#define LN_camellia_128_cfb8            "camellia-128-cfb8"
 
3384
#define NID_camellia_128_cfb8           763
 
3385
 
 
3386
#define SN_camellia_192_cfb8            "CAMELLIA-192-CFB8"
 
3387
#define LN_camellia_192_cfb8            "camellia-192-cfb8"
 
3388
#define NID_camellia_192_cfb8           764
 
3389
 
 
3390
#define SN_camellia_256_cfb8            "CAMELLIA-256-CFB8"
 
3391
#define LN_camellia_256_cfb8            "camellia-256-cfb8"
 
3392
#define NID_camellia_256_cfb8           765
 
3393