Searched refs:qop_mask (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/crypto/external/bsd/libsaslc/dist/src/
H A Dmech_gssapi.c81 uint32_t qop_mask; /* available QOP services */ member in struct:__anon276
497 * This contains the qop_mask and maxbuf values which are updated in
536 ms->qop_mask = p[0];
539 saslc__msg_dbg("%s: qop_mask=0x%02x omaxbuf=%d",
540 __func__, ms->qop_mask, ms->omaxbuf);
542 if (ms->qop_mask == QOP_NONE && ms->omaxbuf != 0) {
840 if ((rv = choose_qop(sess, ms->qop_mask)) == -1)

Completed in 69 milliseconds