Home
last modified time | relevance | path

Searched refs:encrypt_compl_lock (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/net/tls/
H A Dtls_sw.c482 spin_lock_bh(&ctx->encrypt_compl_lock); in tls_encrypt_done()
487 spin_unlock_bh(&ctx->encrypt_compl_lock); in tls_encrypt_done()
1114 spin_lock_bh(&ctx->encrypt_compl_lock); in tls_sw_sendmsg()
1118 spin_unlock_bh(&ctx->encrypt_compl_lock); in tls_sw_sendmsg()
2162 spin_lock_bh(&ctx->encrypt_compl_lock); in tls_sw_release_resources_tx()
2165 spin_unlock_bh(&ctx->encrypt_compl_lock); in tls_sw_release_resources_tx()
2350 spin_lock_init(&sw_ctx_tx->encrypt_compl_lock); in tls_set_sw_offload()
/OK3568_Linux_fs/kernel/include/net/
H A Dtls.h143 spinlock_t encrypt_compl_lock; member