Home | History | Annotate | Download | only in tunnel

Lines Matching refs:INITIATOR

170 // containing the initiator's SecureTunnelContentDescription,
172 // <iq from="INITIATOR@gmail.com/pcpE101B7F4"
177 // initiator="INITIATOR@gmail.com/pcpE101B7F4">
182 // INITIATOR'S CERTIFICATE IN PERM FORMAT (ASCII GIBBERISH)
191 // echoing the initiator's certificate, looks something like this:
193 // to="INITIATOR@gmail.com/pcpE101B7F4"
197 // initiator="sdoyon911@gmail.com/pcpE101B7F4">
202 // INITIATOR'S CERTIFICATE IN PERM FORMAT (ASCII GIBBERISH)
277 // We are the initiator so we are the client. Put our cert into the
327 // certificate to allow for our peer. If we are the initiator, we do
357 role_ == INITIATOR ? remote_tunnel->server_pem_certificate :
362 ASSERT(role_ == INITIATOR); // when RESPONDER we validated it earlier