Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/tests/gssapi/
H A Dt_iov.c134 (void)gss_release_iov_buffer(&minor, iov, 4); in test_standard_wrap()
150 (void)gss_release_iov_buffer(&minor, iov, 4); in test_standard_wrap()
171 (void)gss_release_iov_buffer(&minor, iov, 4); in test_standard_wrap()
196 (void)gss_release_iov_buffer(&minor, stiov, 2); in test_standard_wrap()
323 (void)gss_release_iov_buffer(&minor, iov, 4); in test_aead()
351 (void)gss_release_iov_buffer(&minor, stiov, 3); in test_aead()
425 (void)gss_release_iov_buffer(&minor, iov, 4); in test_mic()
490 (void)gss_release_iov_buffer(&minor, iov, 4); in test_dce()
/freebsd/crypto/heimdal/doc/doxyout/gssapi/
H A Dmanpages10 gssapi/man/man3/gss_release_iov_buffer.3
/freebsd/crypto/krb5/src/lib/gssapi/
H A Dlibgssapi_krb5.exports133 gss_release_iov_buffer
/freebsd/krb5/lib/gssapi/
H A Dversion.map62 gss_release_iov_buffer;
/freebsd/crypto/heimdal/lib/gssapi/
H A Dversion-script.map77 gss_release_iov_buffer;
/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_aeap.c166 gss_release_iov_buffer(OM_uint32 *minor_status, in gss_release_iov_buffer() function
/freebsd/crypto/krb5/src/lib/
H A Dgssapi32.def128 gss_release_iov_buffer @96
/freebsd/crypto/krb5/src/lib/gssapi/mechglue/
H A Dg_wrap_iov.c221 gss_release_iov_buffer(OM_uint32 * minor_status, gss_iov_buffer_desc *iov, in gss_release_iov_buffer() function
/freebsd/crypto/krb5/src/lib/gssapi/generic/
H A Dgssapi_ext.h401 OM_uint32 KRB5_CALLCONV gss_release_iov_buffer
/freebsd/crypto/heimdal/lib/gssapi/gssapi/
H A Dgssapi.h935 gss_release_iov_buffer(OM_uint32 *, gss_iov_buffer_desc *, int);
/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dcfx.c637 gss_release_iov_buffer(&junk, iov, iov_count);
1010 gss_release_iov_buffer(&junk, iov, iov_count);
/freebsd/crypto/heimdal/appl/gssmask/
H A Dgssmask.c956 gss_release_iov_buffer(NULL, iov, iov_len); in HandleOP()