Searched refs:tls_do_decryption (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/net/tls/ |
| D | tls_sw.c | 227 static int tls_do_decryption(struct sock *sk, in tls_do_decryption() function 1536 err = tls_do_decryption(sk, skb, sgin, sgout, iv, in decrypt_internal()
|
| /kernel/linux/linux-6.6/net/tls/ |
| D | tls_sw.c | 252 static int tls_do_decryption(struct sock *sk, in tls_do_decryption() function 1598 err = tls_do_decryption(sk, sgin, sgout, dctx->iv, in tls_decrypt_sg()
|