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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h46 typedef CK_BYTE CK_UTF8CHAR; typedef
69 typedef CK_UTF8CHAR CK_PTR CK_UTF8CHAR_PTR;
92 * CK_CHAR to CK_UTF8CHAR for v2.10 */
94 CK_UTF8CHAR manufacturerID[32]; /* blank padded */
98 CK_UTF8CHAR libraryDescription[32]; /* blank padded */
121 * CK_CHAR to CK_UTF8CHAR for v2.10 */
122 CK_UTF8CHAR slotDescription[64]; /* blank padded */
123 CK_UTF8CHAR manufacturerID[32]; /* blank padded */
144 * CK_CHAR to CK_UTF8CHAR for v2.10 */
145 CK_UTF8CHAR labe
[all...]
H A Dp11_util.c474 * converts a jcharArray to a CK_UTF8CHAR array. The allocated memory has to be freed after use!
478 * @param ckpArray - the reference, where the pointer to the new CK_UTF8CHAR array will be stored
503 *ckpArray = (CK_UTF8CHAR_PTR) malloc (*ckpLength * sizeof(CK_UTF8CHAR));
538 *ckpArray = (CK_UTF8CHAR_PTR) malloc((*ckpLength + 1) * sizeof(CK_UTF8CHAR));
697 * converts a CK_UTF8CHAR array and its length to a jcharArray.
700 * @param ckpArray - the pointer to the CK_UTF8CHAR array to convert
1026 *ckpLength = sizeof(CK_UTF8CHAR);
H A Dpkcs11wrapper.h189 #define jCharToCKUTF8Char(x) ((CK_UTF8CHAR) x)
H A Dp11_convert.c783 * be a CK_ULONG, CK_BYTE[], CK_CHAR[], big integer, CK_BBOOL, CK_UTF8CHAR[],
889 jValueObject = ckUTF8CharArrayToJCharArray(env, (CK_UTF8CHAR*) ckpAttribute->pValue, jValueLength);

Completed in 47 milliseconds