Searched defs:ckAttributesLength (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_objmgmt.c74 CK_ULONG ckAttributesLength; local
82 jAttributeArrayToCKAttributeArray(env, jTemplate, &ckpAttributes, &ckAttributesLength);
85 rv = (*ckpFunctions->C_CreateObject)(ckSessionHandle, ckpAttributes, ckAttributesLength, &ckObjectHandle);
88 freeCKAttributeArray(ckpAttributes, ckAttributesLength);
115 CK_ULONG ckAttributesLength; local
124 jAttributeArrayToCKAttributeArray(env, jTemplate, &ckpAttributes, &ckAttributesLength);
127 rv = (*ckpFunctions->C_CopyObject)(ckSessionHandle, ckObjectHandle, ckpAttributes, ckAttributesLength, &ckNewObjectHandle);
130 freeCKAttributeArray(ckpAttributes, ckAttributesLength);
216 CK_ULONG ckAttributesLength; local
234 jAttributeArrayToCKAttributeArray(env, jTemplate, &ckpAttributes, &ckAttributesLength);
307 CK_ULONG ckAttributesLength; local
341 CK_ULONG ckAttributesLength; local
[all...]
H A Dp11_keymgmt.c75 CK_ULONG ckAttributesLength; local
87 jAttributeArrayToCKAttributeArray(env, jTemplate, &ckpAttributes, &ckAttributesLength);
95 rv = (*ckpFunctions->C_GenerateKey)(ckSessionHandle, &ckMechanism, ckpAttributes, ckAttributesLength, &ckKeyHandle);
119 freeCKAttributeArray(ckpAttributes, ckAttributesLength);
299 CK_ULONG ckAttributesLength; local
320 jAttributeArrayToCKAttributeArray(env, jTemplate, &ckpAttributes, &ckAttributesLength);
332 ckpAttributes, ckAttributesLength, &ckKeyHandle);
349 freeCKAttributeArray(ckpAttributes, ckAttributesLength);
476 CK_ULONG ckAttributesLength; local
490 jAttributeArrayToCKAttributeArray(env, jTemplate, &ckpAttributes, &ckAttributesLength);
[all...]

Completed in 1880 milliseconds