B_CreateKeyObject

B_CreateKeyObject

int B_CreateKeyObject (

 

B_KEY_OBJ *keyObject

/* new key object */

);

 

 

 

Description

B_CreateKeyObject allocates and initializes a new key object, storing the result in keyObject. If B_CreateKeyObject is unsuccessful, no memory is allocated and keyObject is set to (B_KEY_OBJ)NULL_PTR.

Return value

Value

Description

0

Operation was successful.

non-zero

see Appendix A, “Crypto-C Error Types”

 

 

2 9 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 304
Image 304
RSA Security 5 manual Int BCreateKeyObject