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

  /external/chromium_org/third_party/openssl/openssl/ssl/
s3_pkt.c 651 return(ssl3_write_pending(s,type,buf,len));
846 /* memorize arguments so that ssl3_write_pending can detect bad write retries later */
853 return ssl3_write_pending(s,type,buf,len);
859 int ssl3_write_pending(SSL *s, int type, const unsigned char *buf, function
    [all...]
  /external/openssl/ssl/
s3_pkt.c 651 return(ssl3_write_pending(s,type,buf,len));
846 /* memorize arguments so that ssl3_write_pending can detect bad write retries later */
853 return ssl3_write_pending(s,type,buf,len);
859 int ssl3_write_pending(SSL *s, int type, const unsigned char *buf, function
    [all...]

Completed in 31 milliseconds