Searched refs:ssl3_write_pending (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_pkt.c665 * this in ssl3_write_pending/SSL_R_BAD_WRITE_RETRY as it must never be
680 i = ssl3_write_pending(s, type, &buf[tot], s->s3->wpend_tot);
797 i = ssl3_write_pending(s, type, &buf[tot], nw);
875 return (ssl3_write_pending(s, type, buf, len));
1071 * memorize arguments so that ssl3_write_pending can detect bad write
1080 return ssl3_write_pending(s, type, buf, len);
1086 int ssl3_write_pending(SSL *s, int type, const unsigned char *buf, function
H A Dd1_pkt.c1506 return (ssl3_write_pending(s, type, buf, len));
1704 * memorize arguments so that ssl3_write_pending can detect bad write
1713 return ssl3_write_pending(s, type, buf, len);
H A Dssl_locl.h1227 int ssl3_write_pending(SSL *s, int type, const unsigned char *buf,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_pkt.c665 * this in ssl3_write_pending/SSL_R_BAD_WRITE_RETRY as it must never be
680 i = ssl3_write_pending(s, type, &buf[tot], s->s3->wpend_tot);
797 i = ssl3_write_pending(s, type, &buf[tot], nw);
875 return (ssl3_write_pending(s, type, buf, len));
1071 * memorize arguments so that ssl3_write_pending can detect bad write
1080 return ssl3_write_pending(s, type, buf, len);
1086 int ssl3_write_pending(SSL *s, int type, const unsigned char *buf, function
H A Dd1_pkt.c1506 return (ssl3_write_pending(s, type, buf, len));
1704 * memorize arguments so that ssl3_write_pending can detect bad write
1713 return ssl3_write_pending(s, type, buf, len);
H A Dssl_locl.h1227 int ssl3_write_pending(SSL *s, int type, const unsigned char *buf,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_pkt.c579 return(ssl3_write_pending(s,type,buf,len));
707 /* memorize arguments so that ssl3_write_pending can detect bad write retries later */
714 return ssl3_write_pending(s,type,buf,len);
720 int ssl3_write_pending(SSL *s, int type, const unsigned char *buf, function
H A Dd1_pkt.c1276 return(ssl3_write_pending(s,type,buf,len));
1447 /* memorize arguments so that ssl3_write_pending can detect bad write retries later */
1454 return ssl3_write_pending(s,type,buf,len);
H A Dssl_locl.h841 int ssl3_write_pending(SSL *s, int type, const unsigned char *buf,

Completed in 100 milliseconds