Searched defs:MAX_ATTRSIZE (Results 1 – 2 of 2) sorted by relevance
148 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()
49 #define MAX_ATTRSIZE (UCHAR_MAX - 2) macro