HomeSort by relevance Sort by last modified time
    Searched full:ssl3_write_pending (Results 1 - 5 of 5) sorted by null

  /external/openssl/ssl/
s3_pkt.c 672 return(ssl3_write_pending(s,type,buf,len));
841 /* memorize arguments so that ssl3_write_pending can detect bad write retries later */
848 return ssl3_write_pending(s,type,buf,len);
854 int ssl3_write_pending(SSL *s, int type, const unsigned char *buf, function
    [all...]
d1_pkt.c     [all...]
ssl_err.c 180 {ERR_FUNC(SSL_F_SSL3_WRITE_PENDING), "SSL3_WRITE_PENDING"},
    [all...]
ssl_locl.h     [all...]
  /external/openssl/patches/
small_records.patch 37 return(ssl3_write_pending(s,type,buf,len));

Completed in 64 milliseconds