Searched refs:ckpPrivateKeyAttributes (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_keymgmt.c147 CK_ATTRIBUTE_PTR ckpPrivateKeyAttributes = NULL_PTR; local
183 jAttributeArrayToCKAttributeArray(env, jPrivateKeyTemplate, &ckpPrivateKeyAttributes, &ckPrivateKeyAttributesLength);
195 ckpPrivateKeyAttributes, ckPrivateKeyAttributesLength,
207 freeCKAttributeArray(ckpPrivateKeyAttributes, ckPrivateKeyAttributesLength);

Completed in 31 milliseconds