Home
last modified time | relevance | path

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

/linux-6.1.9/net/tls/
Dtls.h262 tls_xor_iv_with_seq(struct tls_prot_info *prot, char *iv, char *seq) in tls_xor_iv_with_seq() function
Dtls_sw.c508 tls_xor_iv_with_seq(prot, rec->iv_data + iv_offset, in tls_do_encryption()
1526 tls_xor_iv_with_seq(prot, &dctx->iv[iv_offset], tls_ctx->rx.rec_seq); in tls_decrypt_sg()