Lines Matching refs:decrypted
207 /* Free the destination pages if skb was not decrypted inplace */
1559 if (!ctx->decrypted) {
1566 /* Still not decrypted after tls_device */
1567 if (!ctx->decrypted) {
1591 ctx->decrypted = 1;
1634 * decrypted records into the buffer provided by caller zero copy is not
1754 ssize_t decrypted = 0;
1777 /* Process pending decrypted records. It must be non-zero-copy */
1794 while (len && (decrypted + copied < target || ctx->recv_pkt)) {
1809 decrypted += ret;
1919 decrypted += chunk;
1943 /* Wait for all previously submitted records to be decrypted */
1954 decrypted = 0;
1969 decrypted, false, is_peek);
1972 decrypted, true, is_peek);
1980 copied += decrypted;
2123 ctx->decrypted = 0;