Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/libsaslc/dist/src/
H A Dmech_gssapi.c637 const char *user_qop; in choose_qop() local
640 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()
H A Dmech_digestmd5.c1467 const char *user_qop; in choose_qop() local
1473 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()