OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ssl3_write_pending
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/boringssl/src/ssl/
s3_pkt.c
571
* the check for this in
ssl3_write_pending
/SSL_R_BAD_WRITE_RETRY as
654
return(
ssl3_write_pending
(s,type,buf,len));
831
/* memorize arguments so that
ssl3_write_pending
can detect bad write retries later */
838
return
ssl3_write_pending
(s,type,buf,len);
844
int
ssl3_write_pending
(SSL *s, int type, const unsigned char *buf,
function
856
OPENSSL_PUT_ERROR(SSL,
ssl3_write_pending
, SSL_R_BAD_WRITE_RETRY);
872
OPENSSL_PUT_ERROR(SSL,
ssl3_write_pending
, SSL_R_BIO_NOT_SET);
[
all
...]
/external/openssl/ssl/
s3_pkt.c
623
* the check for this in
ssl3_write_pending
/SSL_R_BAD_WRITE_RETRY as
709
return(
ssl3_write_pending
(s,type,buf,len));
893
/* memorize arguments so that
ssl3_write_pending
can detect bad write retries later */
900
return
ssl3_write_pending
(s,type,buf,len);
906
int
ssl3_write_pending
(SSL *s, int type, const unsigned char *buf,
function
[
all
...]
Completed in 66 milliseconds