Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c2438 char *binddn, *passwd, *digest_md5_name, in doSASLBind() local
2510 digest_md5_name = malloc(strlen(binddn) + 5); in doSASLBind()
2512 if (digest_md5_name == NULL) { in doSASLBind()
2516 (void) strcpy(digest_md5_name, "dn: "); in doSASLBind()
2517 (void) strcat(digest_md5_name, binddn); in doSASLBind()
2522 digest_md5_name, &cred, NULL, NULL, in doSASLBind()
2526 free(digest_md5_name); in doSASLBind()
2546 free(digest_md5_name); in doSASLBind()
2568 free(digest_md5_name); in doSASLBind()