Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_aeap.c53 int iov_count) in gss_wrap_iov() argument
64 if (iov == NULL && iov_count != 0) in gss_wrap_iov()
74 iov, iov_count); in gss_wrap_iov()
90 int iov_count) in gss_unwrap_iov() argument
103 if (iov == NULL && iov_count != 0) in gss_unwrap_iov()
113 iov, iov_count); in gss_unwrap_iov()
134 int iov_count) in gss_wrap_iov_length() argument
145 if (iov == NULL && iov_count != 0) in gss_wrap_iov_length()
155 iov, iov_count); in gss_wrap_iov_length()
168 int iov_count) in gss_release_iov_buffer() argument
[all …]
/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Daeap.c46 int iov_count)
56 iov, iov_count);
67 int iov_count)
76 conf_state, qop_state, iov, iov_count);
89 int iov_count) in _gk_wrap_iov_length() argument
99 iov, iov_count); in _gk_wrap_iov_length()
H A Dcfx.c206 _gk_find_buffer(gss_iov_buffer_desc *iov, int iov_count, OM_uint32 type) in _gk_find_buffer() argument
210 for (i = 0; i < iov_count; i++) in _gk_find_buffer()
283 int iov_count)
297 header = _gk_find_buffer(iov, iov_count, GSS_IOV_BUFFER_TYPE_HEADER);
303 padding = _gk_find_buffer(iov, iov_count, GSS_IOV_BUFFER_TYPE_PADDING);
308 trailer = _gk_find_buffer(iov, iov_count, GSS_IOV_BUFFER_TYPE_TRAILER);
321 for (i = 0; i < iov_count; i++) {
487 data = calloc(iov_count + 3, sizeof(data[0]));
514 for (i = 1; i < iov_count + 1; i++) {
578 for (i = 0; i < iov_count; i++) {
[all …]
/freebsd/crypto/heimdal/lib/gssapi/spnego/
H A Dcontext_stubs.c652 int iov_count)
663 iov, iov_count);
672 int iov_count)
684 iov, iov_count);
694 int iov_count)
705 iov, iov_count);
/freebsd/crypto/heimdal/lib/gssapi/
H A Dgssapi_mech.h317 int iov_count);
325 int iov_count);
334 int iov_count);