Searched refs:user_qop (Results 1 – 2 of 2) sorted by relevance
637 const char *user_qop; in choose_qop() local640 user_qop = saslc_sess_getprop(sess, SASLC_GSSAPI_QOPMASK); in choose_qop()641 if (user_qop != NULL) { in choose_qop()642 if (saslc__list_parse(&list, user_qop) == -1) { in choose_qop()
1467 const char *user_qop; in choose_qop() local1473 user_qop = saslc_sess_getprop(sess, SASLC_DIGESTMD5_QOPMASK); in choose_qop()1474 if (user_qop != NULL) { in choose_qop()1475 if (saslc__list_parse(&list, user_qop) == -1) { in choose_qop()