Searched refs:BIO_CB_WRITE (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Dbio_cb.c94 case BIO_CB_WRITE:
114 case BIO_CB_RETURN|BIO_CB_WRITE:
H A Dbio_lib.c192 ((i=(int)cb(b,BIO_CB_WRITE,in,inl,0L,1L)) <= 0))
206 i=(int)cb(b,BIO_CB_WRITE|BIO_CB_RETURN,in,inl,
H A Dbio.h237 #define BIO_CB_WRITE 0x03 macro
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Ds_cb.c275 else if (cmd == (BIO_CB_WRITE|BIO_CB_RETURN))

Completed in 104 milliseconds