Chapter 4 Details of Crypto-C Functions 291
B_BuildTableGetBufSize
B_BuildTableGetBufSize
Description
Sets
tableSizeInBytes
to the buffer size needed to accommodate the generated table.
Return value
int B_BuildTableGetBufSize (
B_ALGORITHM_OBJ buildTableObj, /* table-building object */
unsigned int *tableSizeInBytes /* size of table in bytes */
);
Value Description
0 Operation was successful.
non-zero see Appendix A, “Crypto-C Error Types”