Lines Matching refs:stmp
754 BIO *stmp = BIO_new_file(sess_out, "w");
756 if (stmp == NULL) {
759 PEM_write_bio_SSL_SESSION(stmp, sess);
760 BIO_free(stmp);
1809 BIO *stmp = BIO_new_file(psksessf, "r");
1811 if (stmp == NULL) {
1816 psksess = PEM_read_bio_SSL_SESSION(stmp, NULL, 0, NULL);
1817 BIO_free(stmp);
1954 BIO *stmp = BIO_new_file(sess_in, "r");
1955 if (stmp == NULL) {
1960 sess = PEM_read_bio_SSL_SESSION(stmp, NULL, 0, NULL);
1961 BIO_free(stmp);