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

/openbsd-current/lib/libkeynote/
H A Dsample-app.c170 j = kn_add_assertion(sessionid, decomposed[i],
250 * The value returned by kn_add_assertion() is an ID for that
266 j = kn_add_assertion(sessionid, decomposed[i],
H A Dkeynote.h145 int kn_add_assertion(int, char *, int, int);
H A Dkeynote-verify.c259 p = kn_add_assertion(sessid, buf, i, ASSERT_FLAG_LOCAL);
343 p = kn_add_assertion(sessid, buf, i, 0);
H A Denvironment.c747 if ((kn_add_assertion(sessid, trusted[i], trustedlen[i],
758 if ((kn_add_assertion(sessid, untrusted[i], untrustedlen[i], 0) == -1)
H A Dauxil.c367 kn_add_assertion(int sessid, char *asrt, int len, int assertion_flags) function
/openbsd-current/sbin/isakmpd/
H A Dx509.c426 if (kn_add_assertion(id, buf, strlen(buf), ASSERT_FLAG_LOCAL) == -1) {
455 if (kn_add_assertion(id, buf, strlen(buf), ASSERT_FLAG_LOCAL) == -1) {
H A Dpolicy.c2063 kn_add_assertion(sid, foo[num], strlen(foo[num]), 0);
2252 sid = kn_add_assertion(kid, foo[num - 1], strlen(foo[num - 1]), 0);
H A Dike_quick_mode.c137 keynote_ids[i] = kn_add_assertion(isakmp_sa->policy_id,

Completed in 179 milliseconds