Home
last modified time | relevance | path

Searched defs:MAX_ATTRSIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/krb5/src/lib/krad/
H A Dattr.c148 unsigned char outbuf[MAX_ATTRSIZE], size_t *outlen) in user_password_encode()
200 unsigned char outbuf[MAX_ATTRSIZE], size_t *outlen) in user_password_decode()
267 const krb5_data *in, unsigned char outbuf[MAX_ATTRSIZE], in kr_attr_encode()
291 unsigned char outbuf[MAX_ATTRSIZE], size_t *outlen) in kr_attr_decode()
H A Dinternal.h49 #define MAX_ATTRSIZE (UCHAR_MAX - 2) macro