HomeSort by relevance Sort by last modified time
    Searched refs:BIO_CB_RETURN (Results 1 - 5 of 5) sorted by null

  /external/openssl/crypto/bio/
bio_cb.c 75 if (BIO_CB_RETURN & cmd)
115 case BIO_CB_RETURN|BIO_CB_READ:
118 case BIO_CB_RETURN|BIO_CB_WRITE:
121 case BIO_CB_RETURN|BIO_CB_GETS:
124 case BIO_CB_RETURN|BIO_CB_PUTS:
127 case BIO_CB_RETURN|BIO_CB_CTRL:
bio_lib.c 217 i=(int)cb(b,BIO_CB_READ|BIO_CB_RETURN,out,outl,
252 i=(int)cb(b,BIO_CB_WRITE|BIO_CB_RETURN,in,inl,
285 i=(int)cb(b,BIO_CB_PUTS|BIO_CB_RETURN,in,0,
316 i=(int)cb(b,BIO_CB_GETS|BIO_CB_RETURN,in,inl,
373 ret=cb(b,BIO_CB_CTRL|BIO_CB_RETURN,parg,cmd,
400 ret=cb(b,BIO_CB_CTRL|BIO_CB_RETURN,(void *)&fp,cmd,
bio.h 252 * The BIO_CB_RETURN flag indicates if it is after the call */
253 #define BIO_CB_RETURN 0x80
254 #define BIO_CB_return(a) ((a)|BIO_CB_RETURN))
255 #define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN))
256 #define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
  /external/openssl/apps/
s_cb.c 289 if (cmd == (BIO_CB_READ|BIO_CB_RETURN))
296 else if (cmd == (BIO_CB_WRITE|BIO_CB_RETURN))
  /external/openssl/include/openssl/
bio.h 252 * The BIO_CB_RETURN flag indicates if it is after the call */
253 #define BIO_CB_RETURN 0x80
254 #define BIO_CB_return(a) ((a)|BIO_CB_RETURN))
255 #define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN))
256 #define BIO_cb_post(a) ((a)&BIO_CB_RETURN)

Completed in 76 milliseconds