Searched refs:BIO_reset (Results 1 – 9 of 9) sorted by relevance
201 ERR(BIO_reset(b) != 0, "%s", x509_name); in read_x509()366 ERR(BIO_reset(bm) < 0, "%s", module_name); in main()
87 if(be != NULL) { BIO_flush(be); BIO_reset(be); BIO_free_all(be); be = NULL; } \88 if(cl != NULL) { BIO_flush(cl); BIO_reset(cl); BIO_free_all(cl); cl = NULL; } \
158 OPENSSL_EXPORT int BIO_reset(BIO *bio);
154 OPENSSL_EXPORT int BIO_reset(BIO *bio);
587 # define BIO_reset(b) (int)BIO_ctrl(b,BIO_CTRL_RESET,0,NULL) macro