B_CreateKeyObject
294 RSA BSAFE Crypto-C Library Reference Manual
B_CreateKeyObject
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
int B_CreateKeyObject (
B_KEY_OBJ *keyObject /* new key object */
);
Value Description
0 Operation was successful.
non-zero see Appendix A, “Crypto-C Error Types”