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

  /external/openssl/crypto/bio/
bss_null.c 121 case BIO_CTRL_EOF:
bss_mem.c 222 case BIO_CTRL_EOF:
bss_rtcp.c 257 case BIO_CTRL_EOF:
bss_file.c 283 case BIO_CTRL_EOF:
bio.h 113 #define BIO_CTRL_EOF 2 /* opt - are we at the eof */
504 #define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL)
bss_bio.c 676 case BIO_CTRL_EOF:
  /external/openssl/crypto/evp/
bio_enc.c 305 case BIO_CTRL_EOF: /* More to read */
bio_b64.c 507 case BIO_CTRL_EOF: /* More to read */
bio_ok.c 367 case BIO_CTRL_EOF: /* More to read */
  /external/openssl/crypto/pkcs7/
bio_ber.c 346 case BIO_CTRL_EOF: /* More to read */
  /external/openssl/include/openssl/
bio.h 113 #define BIO_CTRL_EOF 2 /* opt - are we at the eof */
504 #define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL)

Completed in 69 milliseconds