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

  /external/boringssl/src/ssl/
d1_pkt.c 248 if (!ssl->in_handshake && SSL_in_init(ssl)) {
302 if (SSL_in_init(ssl) && (type == SSL3_RT_APPLICATION_DATA) &&
463 if (SSL_in_init(ssl) && !ssl->in_handshake) {
s3_pkt.c 201 if (!ssl->in_handshake && SSL_in_init(ssl) && !SSL_in_false_start(ssl)) {
395 while (!ssl->in_handshake && SSL_in_init(ssl)) {
439 if (SSL_in_init(ssl) && type == SSL3_RT_APPLICATION_DATA &&
ssl_lib.c 558 if (!SSL_in_init(ssl)) {
649 if (SSL_in_init(ssl)) {
    [all...]
ssl_session.c 650 !SSL_in_init(ssl)) {
d1_both.c 694 if (!SSL_in_init(ssl)) {
  /external/boringssl/src/include/openssl/
ssl.h 620 * handshake is completely finished, see |SSL_in_false_start|, |SSL_in_init|,
    [all...]

Completed in 343 milliseconds