Lines Matching refs:handshake
99 str_printfa(reg->handshake, "MECH\t%s", mech->mech_name);
101 str_append(reg->handshake, "\tprivate");
103 str_append(reg->handshake, "\tanonymous");
105 str_append(reg->handshake, "\tplaintext");
107 str_append(reg->handshake, "\tdictionary");
109 str_append(reg->handshake, "\tactive");
111 str_append(reg->handshake, "\tforward-secrecy");
113 str_append(reg->handshake, "\tmutual-auth");
114 str_append_c(reg->handshake, '\n');
146 reg->handshake = str_new(pool, 512);