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

  /external/openssl/ssl/
ssl_lib.c 632 BIO_get_fd(r,&ret);
644 BIO_get_fd(r,&ret);
674 || ((int)BIO_get_fd(s->rbio,NULL) != fd))
696 || ((int)BIO_get_fd(s->wbio,NULL) != fd))
    [all...]
  /external/openssl/apps/
ocsp.c 1299 if (BIO_get_fd(cbio, &fd) <= 0)
    [all...]
  /external/openssl/crypto/bio/
bio.h 444 #define BIO_get_fd(b,c) BIO_ctrl(b,BIO_C_GET_FD,0,(char *)c)
  /external/openssl/include/openssl/
bio.h 444 #define BIO_get_fd(b,c) BIO_ctrl(b,BIO_C_GET_FD,0,(char *)c)

Completed in 512 milliseconds