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

  /external/openssl/crypto/bio/
bio.h 488 #define BIO_do_connect(b) BIO_do_handshake(b)
489 #define BIO_do_accept(b) BIO_do_handshake(b)
490 #define BIO_do_handshake(b) BIO_ctrl(b,BIO_C_DO_STATE_MACHINE,0,NULL)
    [all...]
  /external/openssl/include/openssl/
bio.h 488 #define BIO_do_connect(b) BIO_do_handshake(b)
489 #define BIO_do_accept(b) BIO_do_handshake(b)
490 #define BIO_do_handshake(b) BIO_ctrl(b,BIO_C_DO_STATE_MACHINE,0,NULL)
    [all...]

Completed in 140 milliseconds