A SERVICE OF

logo

B_BuildTableFinal
290 RSA BSAFE Crypto-C Library Reference Manual
B_BuildTableFinal
Description
Generates and outputs the acceleration table to
accelTable
, setting
accTableByteLen
to
the number of bytes output. It returns
BE_OUTPUT_LEN if
maxAccTableLength
is smaller
than needed.
Return value
int B_BuildTableFinal (
B_ALGORITHM_OBJ buildTableObj, /* table-building object */
unsigned char *accelTable, /* acceleration table buffer */
unsigned int *accTableByteLen, /* size of */
/* created acceleration table in bytes */
unsigned int maxAccTableLength, /* size of */
/* acceleration table buffer */
A_SURRENDER_CTX * surrenderCtx /* surrender context */
);
Value Description
0 Operation was successful.
non-zero Error. See Appendix A, “Crypto-C Error Types.”