Searched defs:plaintext_tlshdr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dtls.c1736 struct tls_header plaintext_tlshdr; local
1749 plaintext_tlshdr.type = type;
1750 plaintext_tlshdr.version = htons ( tls->version );
1751 plaintext_tlshdr.length = htons ( len );
1754 tls_hmac ( tls, cipherspec, tls->tx_seq, &plaintext_tlshdr,
1934 struct tls_header plaintext_tlshdr; local
1971 plaintext_tlshdr.type = tlshdr->type;
1972 plaintext_tlshdr.version = tlshdr->version;
1973 plaintext_tlshdr.length = htons ( len );
1974 tls_hmac ( tls, cipherspec, tls->rx_seq, &plaintext_tlshdr,
[all...]

Completed in 38 milliseconds