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

/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c484 int base64len; local
507 base64len = (NONCE_SIZE * 4 / 3) + (NONCE_SIZE % 3 ? 4 : 0);
509 base64buf = (unsigned char *) utils->malloc(base64len + 1);
524 (char *) base64buf, base64len, NULL) != SASL_OK) {

Completed in 32 milliseconds