Home
last modified time | relevance | path

Searched refs:BIO_CB_WRITE (Results 1 – 5 of 5) sorted by relevance

/external/openssl/crypto/bio/
Dbio_cb.c96 case BIO_CB_WRITE: in BIO_debug_callback()
118 case BIO_CB_RETURN|BIO_CB_WRITE: in BIO_debug_callback()
Dbio_lib.c238 ((i=(int)cb(b,BIO_CB_WRITE,in,inl,0L,1L)) <= 0)) in BIO_write()
252 i=(int)cb(b,BIO_CB_WRITE|BIO_CB_RETURN,in,inl, in BIO_write()
Dbio.h273 #define BIO_CB_WRITE 0x03 macro
/external/openssl/apps/
Ds_cb.c296 else if (cmd == (BIO_CB_WRITE|BIO_CB_RETURN)) in bio_dump_callback()
/external/openssl/include/openssl/
Dbio.h273 #define BIO_CB_WRITE 0x03 macro