⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 iso3166.h

📁 SecuDe是一个由安全应用程序接口组成,对验证机制、证件处理、PEM、X.400报文处理和密钥管理提供支持。SecuDe提供DES、 RSA杂凑函数、密钥生成以及数字签名的生成和核实等多种密码机制。
💻 H
字号:
/* iso3166.c - bitmap of ISO 3166 codes */#ifndef	lint/*static char *rcsid = "$Header: /xtel/isode/isode/dsap/common/RCS/iso3166.h,v 9.0 1992/06/16 12:12:39 isode Rel $"; */#endif/*  * $Header: /xtel/isode/isode/dsap/common/RCS/iso3166.h,v 9.0 1992/06/16 12:12:39 isode Rel $ * * * $Log: iso3166.h,v $ * Revision 9.0  1992/06/16  12:12:39  isode * Release 8.0 * *//* *				  NOTICE * *    Acquisition, use, and distribution of this module and related *    materials are subject to the restrictions of a license agreement. *    Consult the Preface in the User's Manual for the full terms of *    this agreement. * *//* LINTLIBRARY *//* The idea for this comes from EWOS/EGDIR/90/156   The table below was automatically generated by "dsaconfig -c".  If the list   of 3166 codes change, re-run dsaconfig and update this file! *//* this macro assumes that bitno is already defined, and that chars are already   in upper-case. */#define	is3166(cp) \    (bitno = (((((cp)[0]) - 'A') & 0xff) * 26) + ((((cp)[1]) - 'A') & 0xff), \	bits_3166[bitno >> 3] & (1 << (bitno % 8)))static unsigned char bits_3166[85] = {    0x78,    0x79,    0x5f,    0xea,    0xcf,    0xf9,    0x5d,    0xde,    0x67,    0x1b,    0x84,    0x15,    0x80,    0xc4,    0x00,    0x4c,    0x00,    0x5c,    0x09,    0xb0,    0x9a,    0xbb,    0x35,    0x00,    0x0d,    0x06,    0x18,    0x68,    0x0f,    0x00,    0x40,    0x03,    0x00,    0x19,    0x6b,    0xf4,    0x41,    0x81,    0x4f,    0xcd,    0xe8,    0xff,    0xd7,    0x25,    0x6b,    0x08,    0x00,    0x01,    0x40,    0x3c,    0x8f,    0x52,    0x01,    0x00,    0x00,    0x40,    0x00,    0x41,    0xf1,    0xad,    0xa7,    0x33,    0x3b,    0xb9,    0x9b,    0x41,    0x10,    0x04,    0x57,    0x85,    0x40,    0x00,    0x02,    0x40,    0x00,    0x00,    0x00,    0x00,    0x18,    0x00,    0x10,    0x04,    0x40,    0x08,    0x01,};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -