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

  /external/openssl/crypto/bio/
bss_bio.c 573 case BIO_C_GET_READ_REQUEST:
848 return BIO_ctrl(bio, BIO_C_GET_READ_REQUEST, 0, NULL);
bio.h 442 #define BIO_C_GET_READ_REQUEST 141
592 #define BIO_get_read_request(b) (int)BIO_ctrl(b,BIO_C_GET_READ_REQUEST,0,NULL)
    [all...]
  /external/openssl/include/openssl/
bio.h 442 #define BIO_C_GET_READ_REQUEST 141
592 #define BIO_get_read_request(b) (int)BIO_ctrl(b,BIO_C_GET_READ_REQUEST,0,NULL)
    [all...]

Completed in 20 milliseconds