Searched refs:PACKET_strndup (Results 1 – 6 of 6) sorted by relevance
253 || !TEST_true(PACKET_strndup(&pkt, &data)) in test_PACKET_strndup()257 || !TEST_true(PACKET_strndup(&pkt, &data)) in test_PACKET_strndup()
74 || !TEST_true(PACKET_strndup(&pkt5, sni))) in get_sni_from_client_hello()
155 if (!PACKET_strndup(&hostname, &s->ext.hostname)) { in tls_parse_ctos_server_name()237 if (!PACKET_strndup(&srp_I, &s->srp_ctx.login)) { in tls_parse_ctos_srp()1102 if (!PACKET_strndup(&identity, &pskid)) { in tls_parse_ctos_psk()
2017 } else if (!PACKET_strndup(&psk_identity_hint, in tls_process_ske_psk_preamble()
2952 if (!PACKET_strndup(&psk_identity, &s->session->psk_identity)) { in tls_process_cke_psk_preamble()
447 __owur static ossl_inline int PACKET_strndup(const PACKET *pkt, char **data) in PACKET_strndup() function