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 646 BIO_get_fd(r,&ret);
658 BIO_get_fd(r,&ret);
688 || ((int)BIO_get_fd(s->rbio,NULL) != fd))
710 || ((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 508 #define BIO_get_fd(b,c) BIO_ctrl(b,BIO_C_GET_FD,0,(char *)c)
    [all...]
  /external/openssl/include/openssl/
bio.h 508 #define BIO_get_fd(b,c) BIO_ctrl(b,BIO_C_GET_FD,0,(char *)c)
    [all...]

Completed in 61 milliseconds