netbsd man page for krb5_mk_priv

Query: krb5_mk_priv

OS: netbsd

Section: 3

Links: netbsd man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

KRB5_MK_SAFE(3) 					   BSD Library Functions Manual 					   KRB5_MK_SAFE(3)

NAME
krb5_mk_safe, krb5_mk_priv -- generates integrity protected and/or encrypted messages
LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5)
SYNOPSIS
#include <krb5/krb5.h> krb5_error_code krb5_mk_priv(krb5_context context, krb5_auth_context auth_context, const krb5_data *userdata, krb5_data *outbuf, krb5_replay_data *outdata); krb5_error_code krb5_mk_safe(krb5_context context, krb5_auth_context auth_context, const krb5_data *userdata, krb5_data *outbuf, krb5_replay_data *outdata);
DESCRIPTION
krb5_mk_safe() and krb5_mk_priv() formats KRB-SAFE (integrity protected) and KRB-PRIV (also encrypted) messages into outbuf. The actual mes- sage data is taken from userdata. If the KRB5_AUTH_CONTEXT_DO_SEQUENCE or KRB5_AUTH_CONTEXT_DO_TIME flags are set in the auth_context, sequence numbers and time stamps are generated. If the KRB5_AUTH_CONTEXT_RET_SEQUENCE or KRB5_AUTH_CONTEXT_RET_TIME flags are set they are also returned in the outdata parameter.
SEE ALSO
krb5_auth_con_init(3), krb5_rd_priv(3), krb5_rd_safe(3)
BSD
May 1, 2006 BSD
Related Man Pages
krb5_build_ap_req(3) - netbsd
krb5_mk_rep(3) - netbsd
krb5_mk_rep_exact(3) - netbsd
krb5_rd_priv(3) - netbsd
krb5_mk_priv(3) - freebsd
Similar Topics in the Unix Linux Community
sorting left-justified numeric values
BSD Unix Toolbox: 1000+ Commands for FreeBSD, OpenBSD, and NetBSD
Grep command to show the number of results