RSA Security 5 manual Crypto-C Error Types

Models: 5

1 376
Download 376 pages 51.16 Kb
Page 361
Image 361

Appendix A

Crypto-C Error Types

This appendix lists the RSA BSAFE Crypto-C (Crypto-C) error types.

Table A-1Crypto-C Error Types

Hex

Decimal

Error Code

Description

0x0200

512

BE_ALGORITHM_ALREADY_SET

the value of the algorithm object has

 

 

 

already been set by a call to

 

 

 

B_SetAlgorithmInfo or by an

 

 

 

algorithm parameter generation

0x0201

513

BE_ALGORITHM_INFO

invalid format for the algorithm

 

 

 

information in the algorithm object

0x0202

514

BE_ALGORITHM_NOT_INITIALIZED

algorithm object has not been initialized

 

 

 

by a call to the Init procedure

0x0203

515

BE_ALGORITHM_NOT_SET

the algorithm object has not been set

 

 

 

by a call to B_SetAlgorithmInfo

0x0204

516

BE_ALGORITHM_OBJ

invalid algorithm object

0x0205

517

BE_ALG_OPERATION_UNKNOWN

unknown operation for an algorithm or

 

 

 

algorithm info type

0x0206

518

BE_ALLOC

insufficient memory

0x0207

519

BE_CANCEL

operation was cancelled by the

 

 

 

surrender function

0x0208

520

BE_DATA

generic data error

 

 

 

 

3 5 1

Page 361
Image 361
RSA Security 5 manual Crypto-C Error Types