Searched refs:PACKET_strndup (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/openssl/ssl/
H A Dpacket_local.h447 __owur static ossl_inline int PACKET_strndup(const PACKET *pkt, char **data) function
/freebsd-13-stable/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c155 if (!PACKET_strndup(&hostname, &s->ext.hostname)) {
237 if (!PACKET_strndup(&srp_I, &s->srp_ctx.login)) {
1102 if (!PACKET_strndup(&identity, &pskid)) {
H A Dstatem_clnt.c2016 } else if (!PACKET_strndup(&psk_identity_hint,
H A Dstatem_srvr.c2952 if (!PACKET_strndup(&psk_identity, &s->session->psk_identity)) {

Completed in 115 milliseconds