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

  /external/openssl/crypto/bio/
bss_conn.c 591 case BIO_CTRL_GET_CALLBACK:
bio.h 138 #define BIO_CTRL_GET_CALLBACK 15 /* opt - set callback function */
577 #define BIO_get_info_callback(b,cbp) (int)BIO_ctrl(b,BIO_CTRL_GET_CALLBACK,0, \
    [all...]
  /external/openssl/ssl/
bio_ssl.c 472 case BIO_CTRL_GET_CALLBACK:
  /external/openssl/include/openssl/
bio.h 138 #define BIO_CTRL_GET_CALLBACK 15 /* opt - set callback function */
577 #define BIO_get_info_callback(b,cbp) (int)BIO_ctrl(b,BIO_CTRL_GET_CALLBACK,0, \
    [all...]

Completed in 24 milliseconds