Searched refs:ssl_session_strndup (Results 1 – 1 of 1) sorted by relevance
215 static int ssl_session_strndup(char **pdst, ASN1_OCTET_STRING *src) in ssl_session_strndup() function326 if (!ssl_session_strndup(&ret->ext.hostname, as->tlsext_hostname)) in d2i_SSL_SESSION()330 if (!ssl_session_strndup(&ret->psk_identity_hint, as->psk_identity_hint)) in d2i_SSL_SESSION()332 if (!ssl_session_strndup(&ret->psk_identity, as->psk_identity)) in d2i_SSL_SESSION()359 if (!ssl_session_strndup(&ret->srp_username, as->srp_username)) in d2i_SSL_SESSION()
Completed in 2 milliseconds