Searched refs:enc_resp (Results 1 – 1 of 1) sorted by relevance
241 uint8_t *enc_resp = (uint8_t *) malloc(plaintext_resp_len); in protocomm_req_handle() local242 if (!enc_resp) { in protocomm_req_handle()250 enc_resp, &enc_resp_len); in protocomm_req_handle()254 free(enc_resp); in protocomm_req_handle()263 *outbuf = enc_resp; in protocomm_req_handle()