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

📄 stamsg.h

📁 SecuDe是一个由安全应用程序接口组成,对验证机制、证件处理、PEM、X.400报文处理和密钥管理提供支持。SecuDe提供DES、 RSA杂凑函数、密钥生成以及数字签名的生成和核实等多种密码机制。
💻 H
字号:
/*-------------------------------------------------------+-----*/
/*							 | GMD */
/*   SYSTEM   STAPAC  -  Version 2.0			 +-----*/
/*							       */
/*-------------------------------------------------------------*/
/*							       */
/*    PACKAGE	STAMOD			VERSION 2.0	       */
/*					   DATE Januar 1992    */
/*					     BY Levona Eckstein*/
/*						Ursula Viebeg  */ /*							       */
/*    FILENAME			                 	       */
/*      stamsg.h    		         		       */
/*							       */
/*    DESCRIPTION					       */
/*      This file contains the error messages of STAMOD        */
/*	STAPAC Application Interface         		       */
/*-------------------------------------------------------------*/
/*---------------------------------------------------------------------*//* Structur and initialization of stamod_error                         *//*---------------------------------------------------------------------*/static struct {    char msg[128];} stamod_error[] = {/* sta_errno/Message                                 */{/*150*/"STA: no error  "},{/*151*/"STA: invalid alarm value  "},{/*152*/"STA: invalid PIN/PUK  "},{/*153*/"STA: invalid time  "},{/*154*/"STA: invalid text length  "},{/*155*/"STA: output data not correct  "},{/*156*/"STA: input data not correct  "},{/*157*/"STA: security mode(s) not correct  "},{/*158*/"STA: invalid key attributes  "},{/*159*/"STA: invalid level for an RSA key "},{/*160*/"STA: invalid KeyDevPurpose parameter "},{/*161*/"STA: key from keycard not installed in SCT "},{/*162*/"STA: wrong hash_par  "},{/*163*/"STA: mixed function calls not allowed  "},{/*164*/"STA: hash-function error  "},{/*165*/"STA: wrong parameter value"},{/*166*/"STA: key invalid "},{/*167*/"STA: illegal value of auth-proc-id "},{/*168*/"STA: illegal value of auth-object-id "},{/*169*/"STA: file empty or first record identifier not found"},{/*170*/"STA: illegal transfer mode "},{/*171*/"STA: NULL pointer "},{/*172*/"STA: illegal value of data_struc"},{/*173*/"STA: more parameter invalid "},{/*174*/"STA: "},{/*175*/"STA: "},{/*176*/"STA: "},{/*177*/"STA: "},{/*178*/"STA: "},{/*179*/"STA: "},{/*180*/"STA: "},{/*181*/"STA:   "},{/*182*/"STA: memory error  "},};

⌨️ 快捷键说明

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