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

/openbsd-current/usr.bin/openssl/
H A Dsess_id.c222 i = PEM_write_bio_SSL_SESSION(out, x);
H A Ds_client.c1300 PEM_write_bio_SSL_SESSION(stmp,
H A Ds_server.c1822 PEM_write_bio_SSL_SESSION(bio_s_out, SSL_get_session(con));
/openbsd-current/lib/libssl/hidden/openssl/
H A Dssl.h65 LSSL_USED(PEM_write_bio_SSL_SESSION); variable
/openbsd-current/lib/libtls/
H A Dtls_client.c255 if (PEM_write_bio_SSL_SESSION(bio, ss) == 0)
/openbsd-current/lib/libssl/
H A Dssl_sess.c1356 PEM_write_bio_SSL_SESSION(BIO *bp, SSL_SESSION *x) function
1361 LSSL_ALIAS(PEM_write_bio_SSL_SESSION); variable
H A Dssl.h763 int PEM_write_bio_SSL_SESSION(BIO *bp, SSL_SESSION *x);

Completed in 197 milliseconds