Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dcfx.c321 gss_cfx_wrap_token token; in _gssapi_wrap_cfx_iov()
452 token = (gss_cfx_wrap_token)header->buffer.value; in _gssapi_wrap_cfx_iov()
755 gss_cfx_wrap_token token, ttoken; in _gssapi_unwrap_cfx_iov()
788 token = (gss_cfx_wrap_token)header->buffer.value; in _gssapi_unwrap_cfx_iov()
930 ttoken = (gss_cfx_wrap_token)(((uint8_t *)data[i].data.data) + ec); in _gssapi_unwrap_cfx_iov()
1013 token = (gss_cfx_wrap_token)header->buffer.value; in _gssapi_unwrap_cfx_iov()
1198 gss_cfx_wrap_token token; in _gssapi_wrap_cfx()
1228 token = (gss_cfx_wrap_token)p; in _gssapi_wrap_cfx()
1408 gss_cfx_wrap_token token; in _gssapi_unwrap_cfx()
1426 token = (gss_cfx_wrap_token)p; in _gssapi_unwrap_cfx()
[all …]
H A Dcfx.h58 } gss_cfx_wrap_token_desc, *gss_cfx_wrap_token; typedef