HomeSort by relevance Sort by last modified time
    Searched defs:BIO_CTRL_RESET (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/bio/
bio.h 112 #define BIO_CTRL_RESET 1 /* opt - rewind/zero etc */
503 #define BIO_reset(b) (int)BIO_ctrl(b,BIO_CTRL_RESET,0,NULL)
  /external/openssl/include/openssl/
bio.h 112 #define BIO_CTRL_RESET 1 /* opt - rewind/zero etc */
503 #define BIO_reset(b) (int)BIO_ctrl(b,BIO_CTRL_RESET,0,NULL)

Completed in 133 milliseconds