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

  /external/openssl/crypto/bio/
bio_cb.c 86 case BIO_CB_READ:
115 case BIO_CB_RETURN|BIO_CB_READ:
bio_lib.c 203 ((i=(int)cb(b,BIO_CB_READ,out,outl,0L,1L)) <= 0))
217 i=(int)cb(b,BIO_CB_READ|BIO_CB_RETURN,out,outl,
bio.h 272 #define BIO_CB_READ 0x02
    [all...]
  /external/openssl/apps/
s_cb.c 289 if (cmd == (BIO_CB_READ|BIO_CB_RETURN))
  /external/openssl/include/openssl/
bio.h 272 #define BIO_CB_READ 0x02
    [all...]

Completed in 40 milliseconds