RSA Security 5.2.2 Projection Television User Manual


 
Conventions Used in This Manual
xviii RSA BSAFE Crypto-C Developers Guide
Conventions Used in This Manual
The following typographical conventions are used in this manual.
Italic is used for:
new terms where they are introduced
the names of manuals and books
Lucida Typewriter Sans is used for:
anything that appears literally in a C program, such as the names of structures
and functions supplied by Crypto-C: for example,
B_DecodeInit
Lucida Typewriter Sans Italic
is used for:
function parameters and placeholders that indicate that an item is replaced by
some actual value in your own program: for example,
randomAlgorithm
Lucida Typewriter Bold
is used for:
text the user types in command line demos and text that is printed to the screen
by the demos (Appendix A only)
Structures and routines defined by Crypto-C are boxed. Direct quotes from the RSA
BSAFE Crypto-C Reference Manual are also boxed:
Application code and samples are displayed in a box with a shaded outline:
Some Crypto-C functions are only available when used with a hardware
application that has a BSAFE Hardware API interface (BHAPI). These
functions are marked with the icon of a hammer.
/* Structures defined by Crypto-C */
Crypto-C procedures to use with algorithm object:
B_EncryptInit, B_EncryptUpdate, B_EncryptFinal;
/* Application code and samples */