• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/kgssapi/krb5/

Lines Matching refs:mbuf

40 #include <sys/mbuf.h>
543 * pointer to the TOK_ID of the token. A new mbuf is allocated with
557 krb5_make_token(char tok_id[2], size_t hlen, size_t len, struct mbuf **mp)
561 struct mbuf *m;
646 krb5_verify_token(char tok_id[2], size_t len, struct mbuf **mp,
649 struct mbuf *m;
860 krb5_get_mic_old(struct krb5_context *kc, struct mbuf *m,
861 struct mbuf **micp, uint8_t sgn_alg[2])
863 struct mbuf *mlast, *mic, *tm;
947 krb5_get_mic_new(struct krb5_context *kc, struct mbuf *m,
948 struct mbuf **micp)
951 struct mbuf *mlast, *mic;
960 KASSERT(16 + cklen <= MLEN, ("checksum too large for an mbuf"));
1012 gss_qop_t qop_req, struct mbuf *m, struct mbuf **micp)
1043 krb5_verify_mic_old(struct krb5_context *kc, struct mbuf *m, struct mbuf *mic,
1046 struct mbuf *mlast, *tm;
1141 krb5_verify_mic_new(struct krb5_context *kc, struct mbuf *m, struct mbuf *mic)
1145 struct mbuf *mlast;
1222 struct mbuf *m, struct mbuf *mic, gss_qop_t *qop_state)
1253 struct mbuf **mp, int *conf_state,
1256 struct mbuf *m, *mlast, *tm, *cm, *pm;
1401 struct mbuf **mp, int *conf_state)
1407 struct mbuf *m, *mlast, *tm;
1549 struct mbuf **mp, int *conf_state)
1585 m_trim(struct mbuf *m, int len)
1587 struct mbuf *n;
1603 krb5_unwrap_old(struct krb5_context *kc, struct mbuf **mp, int *conf_state,
1607 struct mbuf *m, *mlast, *hm, *cm, *n;
1718 * in the mbuf list, m_getptr() will return the last mbuf in
1719 * the list and an off == m_len for that mbuf, so that case
1739 * padded message. We do a little mbuf surgery to trim out the
1778 krb5_unwrap_new(struct krb5_context *kc, struct mbuf **mp, int *conf_state)
1785 struct mbuf *m, *mlast, *hm, *cm;
1860 struct mbuf *rm;
1873 * More complicated - rearrange the mbuf
1977 struct mbuf **mp, int *conf_state, gss_qop_t *qop_state)