Conventions Used in This Manual

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:

/* Structures defined by Crypto-C */

Crypto-C procedures to use with algorithm object:

B_EncryptInit, B_EncryptUpdate, B_EncryptFinal;

Application code and samples are displayed in a box with a shaded outline:

/* Application code and samples */

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.

x v i i i

R S A B S A F E C r y p t o - C D e v e l o p e r ’s G u i d e

Page 18
Image 18
RSA Security 5.2.2 manual Conventions Used in This Manual, Crypto-C procedures to use with algorithm object