Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/kcm/
H A Dprotocol.c1749 krb5_storage *req_sp = NULL; in kcm_dispatch() local
1764 req_sp = krb5_storage_from_data(req_data); in kcm_dispatch()
1765 if (req_sp == NULL) { in kcm_dispatch()
1772 ret = krb5_ret_uint16(req_sp, &opcode); in kcm_dispatch()
1795 ret = (*method)(context, client, opcode, req_sp, resp_sp); in kcm_dispatch()
1798 if (req_sp != NULL) { in kcm_dispatch()
1799 krb5_storage_free(req_sp); in kcm_dispatch()