Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/quic/
H A Dquic_record_tx.c45 static ossl_inline unsigned char *txe_data(const TXE *e) in txe_data() function
466 unsigned char *data = txe_data(txe) + txe->data_len; in qtx_write_hdr()
558 if (EVP_CipherUpdate(cctx, txe_data(txe) + txe->data_len, in qtx_encrypt_into_txe()
567 memcpy(txe_data(txe) + txe->data_len, src, l); in qtx_encrypt_into_txe()
581 el->tag_len, txe_data(txe) + txe->data_len) in qtx_encrypt_into_txe()
685 hdr_start = txe_data(txe) + txe->data_len; in qtx_write()
691 hdr_len = (txe_data(txe) + txe->data_len) - hdr_start; in qtx_write()
705 memcpy(txe_data(txe) + txe->data_len, src, src_len); in qtx_write()
927 msg->data = txe_data(txe); in txe_to_msg()