unpacking CK_ATTRIBUTE_ARRAY fails at:
called by C_GetAttributeValue_Call:
|
status = pack_C_GetAttributeValue_Call( |
).
Cursor is packed at:
|
CK_RV pTemplate_status = der_put_CK_ATTRIBUTE_ARRAY( |
I can't figure out why this fails, since it works in all other cases and all other tests.
unpacking CK_ATTRIBUTE_ARRAY fails at:
keehive/src/static/derget.c
Line 63 in 5df9065
called by C_GetAttributeValue_Call:
keehive/src/generated/api.c
Line 1659 in 5df9065
Cursor is packed at:
keehive/src/generated/pack.c
Line 3594 in 5df9065
I can't figure out why this fails, since it works in all other cases and all other tests.