Searched refs:d2i_SSL_SESSION (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/lib/libssl/man/
H A DMakefile127 d2i_SSL_SESSION.3 \
/openbsd-current/lib/libssl/
H A Dssl_asn1.c244 d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp, long length) function
420 LSSL_ALIAS(d2i_SSL_SESSION); variable
H A Dssl_sess.c1342 return PEM_ASN1_read((d2i_of_void *)d2i_SSL_SESSION,
1350 return PEM_ASN1_read_bio((d2i_of_void *)d2i_SSL_SESSION,
H A Dt1_lib.c1108 if ((sess = d2i_SSL_SESSION(NULL, &p, slen)) == NULL)
H A Dssl.h756 #define d2i_SSL_SESSION_bio(bp,s_id) ASN1_d2i_bio_of(SSL_SESSION,SSL_SESSION_new,d2i_SSL_SESSION,bp,s_id)
1226 SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp,
/openbsd-current/lib/libssl/hidden/openssl/
H A Dssl.h201 LSSL_USED(d2i_SSL_SESSION); variable
/openbsd-current/regress/lib/libssl/asn1/
H A Dasn1test.c29 SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp,
318 /* d2i_SSL_SESSION uses the current time if decoding a zero value. */
324 /* d2i_SSL_SESSION uses a timeout of 3 if decoding a zero value. */
433 if ((sp = d2i_SSL_SESSION(NULL, &pp, sat->asn1_len)) == NULL) {

Completed in 206 milliseconds