Lines Matching refs:pending
172 int pending; in tls_decrypt_done() local
220 pending = atomic_dec_return(&ctx->decrypt_pending); in tls_decrypt_done()
222 if (!pending && ctx->async_notify) in tls_decrypt_done()
447 int pending; in tls_encrypt_done() local
483 pending = atomic_dec_return(&ctx->encrypt_pending); in tls_encrypt_done()
485 if (!pending && ctx->async_notify) in tls_encrypt_done()
945 int pending; in tls_sw_sendmsg() local
1118 pending = atomic_read(&ctx->encrypt_pending); in tls_sw_sendmsg()
1120 if (pending) in tls_sw_sendmsg()
1769 int pending; in tls_sw_recvmsg() local
1949 pending = atomic_read(&ctx->decrypt_pending); in tls_sw_recvmsg()
1951 if (pending) { in tls_sw_recvmsg()
2181 int pending; in tls_sw_release_resources_tx() local
2186 pending = atomic_read(&ctx->encrypt_pending); in tls_sw_release_resources_tx()
2189 if (pending) in tls_sw_release_resources_tx()