Home
last modified time | relevance | path

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

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