Lines Matching defs:authmsg
872 struct ibuf *authmsg;
907 if ((authmsg = ikev2_msg_auth(env, sa,
919 authmsg);
920 ibuf_free(authmsg);
929 if ((authmsg = ikev2_msg_auth(env, sa,
938 ret = ikev2_msg_authsign(env, sa, &ikeauth, authmsg);
939 ibuf_free(authmsg);
961 struct ibuf *authmsg, *buf;
1057 if ((authmsg = ikev2_msg_auth(env, sa,
1064 ca_setauth(env, sa, authmsg, PROC_CERT);
1065 ibuf_free(authmsg);
1571 struct ibuf *authmsg;
1581 if ((authmsg = ikev2_msg_auth(env, sa,
1587 if (ca_setauth(env, sa, authmsg, PROC_CERT) == -1) {
1589 ibuf_free(authmsg);
1592 ibuf_free(authmsg);