Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/heimdal/lib/gssapi/mech/
Dgss_aeap.c179 if ((iov[i].type & GSS_IOV_BUFFER_FLAG_ALLOCATED) == 0) in gss_release_iov_buffer()
182 iov[i].type &= ~GSS_IOV_BUFFER_FLAG_ALLOCATED; in gss_release_iov_buffer()
/freebsd-10-stable/crypto/heimdal/lib/gssapi/gssapi/
Dgssapi.h267 #define GSS_IOV_BUFFER_FLAG_ALLOCATED 0x00020000 macro
/freebsd-10-stable/crypto/heimdal/lib/gssapi/krb5/
Dcfx.c219 if (buffer->type & GSS_IOV_BUFFER_FLAG_ALLOCATED) { in _gk_allocate_buffer()
231 buffer->type |= GSS_IOV_BUFFER_FLAG_ALLOCATED; in _gk_allocate_buffer()