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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dauth.c199 auth_error = radix_encode(send_tok.value, out_buf,
240 } else if (auth_error = radix_encode((uchar_t *)
332 radix_encode(uchar_t *inbuf, uchar_t *outbuf, size_t buflen, function
H A Dftp_var.h306 extern int radix_encode(uchar_t *, uchar_t *, size_t, int *, int);
H A Dftp.c516 * radix_encode()
2335 if (auth_error = radix_encode(out, in, inlen, &length, 0)) {
2449 auth_error = radix_encode(b64_buf, plain_buf, ilen, &len, 1);

Completed in 49 milliseconds