Home
last modified time | relevance | path

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

/dports/security/s2n/s2n-tls-1.1.2/tls/
H A Ds2n_connection.h392 S2N_RESULT s2n_connection_wipe_all_keyshares(struct s2n_connection *conn);
H A Ds2n_tls13_handshake.c158 POSIX_GUARD_RESULT(s2n_connection_wipe_all_keyshares(conn)); in s2n_tls13_compute_shared_secret()
H A Ds2n_connection.c192 S2N_RESULT s2n_connection_wipe_all_keyshares(struct s2n_connection *conn) in s2n_connection_wipe_all_keyshares() function
225 POSIX_GUARD_RESULT(s2n_connection_wipe_all_keyshares(conn)); in s2n_connection_wipe_keys()