Home
last modified time | relevance | path

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

/dports/textproc/iksemel/iksemel-978b733/src/
H A Dstream.c77 unsigned char a1_h[16], a1[33], a2[33], response_value[33]; in make_sasl_response() local
108 iks_md5_digest (md5, a1_h); in make_sasl_response()
111 iks_md5_hash (md5, (const unsigned char*)a1_h, 16, 0); in make_sasl_response()
/dports/net-im/climm/climm-0.7.1/iksemel-1.4/src/
H A Dstream.c155 unsigned char a1_h[16], a1[33], a2[33], response_value[33]; in make_sasl_response() local
186 iks_md5_digest (md5, a1_h); in make_sasl_response()
189 iks_md5_hash (md5, (const unsigned char*)a1_h, 16, 0); in make_sasl_response()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/iksemel/src/
H A Dstream.c426 unsigned char a1_h[16], a1[33], a2[33], response_value[33]; in make_sasl_response() local
457 iks_md5_digest (md5, a1_h); in make_sasl_response()
460 iks_md5_hash (md5, (const unsigned char*)a1_h, 16, 0); in make_sasl_response()
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtc/
H A DResample_vs.cpp354 const double a1_h = get_arg_flt (in, out, "a1h", a1, -plane_index, &a1_h_flag); in Resample() local
412 (a1_flag || a1_h_flag), a1_h, in Resample()
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtcavs/
H A DResample_avs.cpp362 const double a1_h = fmtcl::get_arr_elt (a1h_arr , plane_index, a1 ); in Resample() local
420 (a1_flag || a1_h_flag), a1_h, in Resample()
/dports/net-im/gloox/gloox-1.0.24/src/
H A Dclientbase.cpp796 const std::string& a1_h = md5.binary(); in processSASLChallenge() local
798 md5.feed( a1_h ); in processSASLChallenge()