Lines Matching refs:decrypted
227 /* Free the destination pages if skb was not decrypted inplace */
1781 * decrypted records into the buffer provided by caller zero copy is not
1871 size_t len_left, size_t decrypted, ssize_t done,
1876 if (len_left <= decrypted)
1959 ssize_t decrypted = 0, async_copy_bytes = 0;
1990 /* Process pending decrypted records. It must be non-zero-copy */
2004 decrypted = 0;
2005 while (len && (decrypted + copied < target || tls_strp_msg_ready(ctx))) {
2016 decrypted += chunk;
2067 decrypted + copied,
2086 decrypted += chunk;
2128 decrypted += chunk;
2143 /* Wait for all previously submitted records to be decrypted */
2150 decrypted = 0;
2157 decrypted - peeked, is_peek, NULL);
2163 copied += decrypted;
2256 ssize_t decrypted;
2273 decrypted = 0;
2295 0, decrypted,
2300 decrypted += rxm->full_len;