RSA Security 5 manual BSignUpdate

Models: 5

1 376
Download 376 pages 51.16 Kb
Page 344
Image 344

B_SignUpdate

B_SignUpdate

int B_SignUpdate (

 

 

B_ALGORITHM_OBJ algorithmObject,

/* algorithm object */

unsigned char

*partIn,

/* input data */

unsigned int

partInLen,

/* length of input data */

A_SURRENDER_CTX *surrenderContext

/* surrender context */

);

 

 

 

 

 

Description

B_SignUpdate updates the digesting process for algorithmObject with partInLen bytes from partIn. The surrender context for processing and canceling during lengthy operations is surrenderContext; if its value is (A_SURRENDER_CTX *)NULL_PTR, Crypto- C does not use it. B_SignUpdate may be called zero or more times to supply the data by parts. See B_SignInit.

Return value

Value

Description

0

Operation was successful.

non-zero

Error. See Appendix A, ”Crypto-C Error Types.”

 

 

3 3 4

R S A B S A F E C r y p t o - C L i b r a r y R e f e r e n c e M a n u a l

Page 344
Image 344
RSA Security 5 manual BSignUpdate