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

  /external/openssl/crypto/bio/
bio_lib.c 538 if (!BIO_dup_state(bio,(char *)new_bio))
bio.h 565 #define BIO_dup_state(b,ret) BIO_ctrl(b,BIO_CTRL_DUP,0,(char *)(ret))
    [all...]
  /external/openssl/include/openssl/
bio.h 565 #define BIO_dup_state(b,ret) BIO_ctrl(b,BIO_CTRL_DUP,0,(char *)(ret))
    [all...]
  /external/openssl/ssl/
ssl_lib.c     [all...]

Completed in 36 milliseconds