Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/sasl_plugins/cram/
H A Dcram.c200 char *time, *randdigits; in crammd5_server_mech_step1() local
215 randdigits = randomdigits(sparams); in crammd5_server_mech_step1()
216 if ((time == NULL) || (randdigits == NULL)) { in crammd5_server_mech_step1()
229 snprintf(text->challenge, 200, "<%s.%s@%s>", randdigits, time, in crammd5_server_mech_step1()
237 sparams->utils->free(randdigits); in crammd5_server_mech_step1()