Searched defs:txp_el (Results 1 – 1 of 1) sorted by relevance
100 struct txp_el { struct101 unsigned char *scratch; /* scratch buffer for packet assembly */102 size_t scratch_len; /* number of bytes allocated for scratch */103 OSSL_QTX_IOVEC *iovec; /* scratch iovec array for use with QTX */104 size_t alloc_iovec; /* size of iovec array */
Completed in 18 milliseconds