Home
last modified time | relevance | path

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

/openssl-master/ssl/
A Dssl_asn1.c229 static int ssl_session_memcpy(unsigned char *dst, size_t *pdstlen, in ssl_session_memcpy() function
294 if (!ssl_session_memcpy(ret->session_id, &ret->session_id_length, in d2i_SSL_SESSION()
298 if (!ssl_session_memcpy(ret->master_key, &tmpl, in d2i_SSL_SESSION()
319 if (!ssl_session_memcpy(ret->sid_ctx, &ret->sid_ctx_length, in d2i_SSL_SESSION()

Completed in 3 milliseconds