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

/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c483 unsigned char *base64buf; local
509 base64buf = (unsigned char *) utils->malloc(base64len + 1);
510 if (base64buf == NULL) {
524 (char *) base64buf, base64len, NULL) != SASL_OK) {
530 return base64buf;

Completed in 31 milliseconds