Searched refs:BIO_C_GET_WRITE_GUARANTEE (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Dbss_bio.c564 case BIO_C_GET_WRITE_GUARANTEE:
843 return BIO_ctrl(bio, BIO_C_GET_WRITE_GUARANTEE, 0, NULL);
H A Dbio.h381 #define BIO_C_GET_WRITE_GUARANTEE 140 macro
523 #define BIO_get_write_guarantee(b) (int)BIO_ctrl(b,BIO_C_GET_WRITE_GUARANTEE,0,NULL)

Completed in 50 milliseconds