Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/kcm/
H A Dprotocol.c1750 krb5_storage *resp_sp = NULL; in kcm_dispatch() local
1753 resp_sp = krb5_storage_emem(); in kcm_dispatch()
1754 if (resp_sp == NULL) { in kcm_dispatch()
1793 krb5_storage_seek(resp_sp, 4, SEEK_SET); in kcm_dispatch()
1795 ret = (*method)(context, client, opcode, req_sp, resp_sp); in kcm_dispatch()
1802 krb5_storage_seek(resp_sp, 0, SEEK_SET); in kcm_dispatch()
1803 krb5_store_int32(resp_sp, ret); in kcm_dispatch()
1805 ret = krb5_storage_to_data(resp_sp, resp_data); in kcm_dispatch()
1806 krb5_storage_free(resp_sp); in kcm_dispatch()