Home
last modified time | relevance | path

Searched refs:k5psize (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dcfx.c316 size_t k5psize = 0;
352 k5psize = k5pbase - (size % k5pbase);
354 k5psize = 0;
357 if (k5psize == 0 && IS_DCE_STYLE(ctx)) {
364 ec = k5psize;
1082 size_t k5psize = 0; in _gssapi_wrap_iov_length_cfx() local
1108 k5psize = k5pbase - (size % k5pbase); in _gssapi_wrap_iov_length_cfx()
1110 k5psize = 0; in _gssapi_wrap_iov_length_cfx()
1113 if (k5psize == 0 && IS_DCE_STYLE(ctx)) { in _gssapi_wrap_iov_length_cfx()
1121 ec = k5psize; in _gssapi_wrap_iov_length_cfx()