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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_util.c253 * @param attrPtr pointer to the to-be-freed CK_ATTRIBUTE array.
256 void freeCKAttributeArray(CK_ATTRIBUTE_PTR attrPtr, int len) argument
261 if (attrPtr[i].pValue != NULL_PTR) {
262 free(attrPtr[i].pValue);
265 free(attrPtr);
H A Dpkcs11wrapper.h289 void freeCKAttributeArray(CK_ATTRIBUTE_PTR attrPtr, int len);

Completed in 46 milliseconds