Searched refs:xor_iv_with_seq (Results 1 – 2 of 2) sorted by relevance
572 static inline void xor_iv_with_seq(struct tls_prot_info *prot, char *iv, char *seq) in xor_iv_with_seq() function
524 xor_iv_with_seq(prot, rec->iv_data + iv_offset, tls_ctx->tx.rec_seq); in tls_do_encryption()1502 xor_iv_with_seq(prot, iv + iv_offset, tls_ctx->rx.rec_seq); in decrypt_internal()
Completed in 10 milliseconds