RSA Security 5 Projection Television User Manual


 
351
Appendix A
Crypto-C Error Types
This appendix lists the RSA BSAFE Crypto-C (Crypto-C) error types.
Table A-1 Crypto-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