Home
last modified time | relevance | path

Searched defs:chosen_psk (Results 1 – 6 of 6) sorted by relevance

/dports/security/s2n/s2n-tls-1.1.2/tls/
H A Ds2n_psk.c334 struct s2n_psk *chosen_psk = NULL; in s2n_offered_psk_list_choose_psk() local
652 struct s2n_psk *chosen_psk = conn->psk_params.chosen_psk; in s2n_connection_get_negotiated_psk_identity_length() local
669 struct s2n_psk *chosen_psk = conn->psk_params.chosen_psk; in s2n_connection_get_negotiated_psk_identity() local
685 struct s2n_psk *chosen_psk = conn->psk_params.chosen_psk; in s2n_psk_validate_keying_material() local
H A Ds2n_psk.h63 struct s2n_psk *chosen_psk; member
H A Ds2n_resume.c82 struct s2n_psk *chosen_psk = conn->psk_params.chosen_psk; in s2n_tls13_serialize_keying_material_expiration() local
/dports/security/s2n/s2n-tls-1.1.2/tests/unit/
H A Ds2n_client_hello_recv_test.c448 struct s2n_psk chosen_psk = { 0 }; in main() local
H A Ds2n_psk_test.c230 struct s2n_psk *chosen_psk = NULL; in main() local
263 struct s2n_psk *chosen_psk = NULL; in main() local
H A Ds2n_tls13_handshake_test.c412 struct s2n_psk *chosen_psk = NULL; in main() local