Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Dssl_sess.c1213 return PEM_ASN1_read((d2i_of_void *)d2i_SSL_SESSION, in PEM_read_SSL_SESSION()
1220 return PEM_ASN1_read_bio((d2i_of_void *)d2i_SSL_SESSION, in PEM_read_bio_SSL_SESSION()
H A Dssl_asn1.c243 d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp, long length) in d2i_SSL_SESSION() function
H A Dt1_lib.c1106 if ((sess = d2i_SSL_SESSION(NULL, &p, slen)) == NULL) in tls_decrypt_ticket()
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h772 #define d2i_SSL_SESSION_bio(bp,s_id) ASN1_d2i_bio_of(SSL_SESSION,SSL_SESSION_new,d2i_SSL_SESSION,bp…
1248 SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp,
/dragonfly/crypto/libressl/
H A DREADME.DELETED698 man/d2i_SSL_SESSION.3