Naming Conventions and Function Interface
Functions
All
Security Builder Crypto
function names have
hu_
as a prefix.
Data Types
Data types in the API begin with an
sb_
prefix.
Return Codes
Every
Security Builder Crypto
function returns an
int
.
Input and Output
Security Builder Crypto
functions use three types of input and output arguments: flag values, length parameters, and byte array data.
Parent topic:
Developing an Application
Related concepts
Global Contexts and Provider Registration
Multi-Threading and Thread Safety
Opaque Data Types