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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_keymgmt.c146 CK_ATTRIBUTE_PTR ckpPublicKeyAttributes = NULL_PTR; local
174 jAttributeArrayToCKAttributeArray(env, jPublicKeyTemplate, &ckpPublicKeyAttributes, &ckPublicKeyAttributesLength);
189 freeCKAttributeArray(ckpPublicKeyAttributes, ckPublicKeyAttributesLength);
194 ckpPublicKeyAttributes, ckPublicKeyAttributesLength,
206 freeCKAttributeArray(ckpPublicKeyAttributes, ckPublicKeyAttributesLength);

Completed in 30 milliseconds