Home
last modified time | relevance | path

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

/external/openssh/
Djpake.c105 #define JPAKE_BUF_CLEAR_FREE(v, l) \ in jpake_free() macro
128 JPAKE_BUF_CLEAR_FREE(pctx->client_id, pctx->client_id_len); in jpake_free()
129 JPAKE_BUF_CLEAR_FREE(pctx->server_id, pctx->server_id_len); in jpake_free()
130 JPAKE_BUF_CLEAR_FREE(pctx->h_k_cid_sessid, pctx->h_k_cid_sessid_len); in jpake_free()
131 JPAKE_BUF_CLEAR_FREE(pctx->h_k_sid_sessid, pctx->h_k_sid_sessid_len); in jpake_free()
134 #undef JPAKE_BUF_CLEAR_FREE in jpake_free()