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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A DiscsiAuthClient.c244 char *text, unsigned int textLength)
248 if (!text || textLength == 0) {
257 if (textLength < 3) {
265 textLength -= 2;
269 if (textLength < 3) {
280 textLength -= 2;
291 char *text, unsigned int textLength)
295 if (!text || textLength == 0) {
304 if (textLength < 3) {
312 textLength
243 iscsiAuthClientDataToHex(unsigned char *data, unsigned int dataLength, char *text, unsigned int textLength) argument
290 iscsiAuthClientDataToBase64(unsigned char *data, unsigned int dataLength, char *text, unsigned int textLength) argument
372 iscsiAuthClientDataToText(int base64, unsigned char *data, unsigned int dataLength, char *text, unsigned int textLength) argument
390 iscsiAuthClientHexToData(const char *text, unsigned int textLength, unsigned char *data, unsigned int *pDataLength) argument
462 iscsiAuthClientBase64ToData(const char *text, unsigned int textLength, unsigned char *data, unsigned int *pDataLength) argument
544 unsigned int textLength; local
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsml.c2027 long textLength = 0; /* length of the string to convert */ local
2033 textLength = strlen(a_plainTextString);
2037 stringLength = textLength*2;
2044 for (p = a_plainTextString; textLength > 0; p++, textLength--) {
2055 stringLength += (textLength*2)+12;
2210 long textLength = 0; /* length of encoded string to decode */ local
2231 textLength = strlen(a_xmlEncodedString);
2240 stringHead = (char *)calloc(1, textLength+1);
2250 for (s = a_xmlEncodedString, d = stringHead; textLength >
[all...]

Completed in 62 milliseconds