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

/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dtls.c57 static void tls_clear_cipher ( struct tls_session *tls,
189 tls_clear_cipher ( tls, &tls->tx_cipherspec );
190 tls_clear_cipher ( tls, &tls->tx_cipherspec_pending );
191 tls_clear_cipher ( tls, &tls->rx_cipherspec );
192 tls_clear_cipher ( tls, &tls->rx_cipherspec_pending );
598 static void tls_clear_cipher ( struct tls_session *tls __unused, function
628 tls_clear_cipher ( tls, cipherspec );
706 tls_clear_cipher ( tls, active );
2379 tls_clear_cipher ( tls, &tls->tx_cipherspec );
2380 tls_clear_cipher ( tl
[all...]

Completed in 69 milliseconds