HomeSort by: relevance | last modified time | path
    Searched defs:SSL_IS_FIRST_HANDSHAKE (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_local.h 277 #define SSL_IS_FIRST_HANDSHAKE(s) ((s)->s3.tmp.finish_md_len == 0 \
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_local.h 355 # define SSL_IS_FIRST_HANDSHAKE(S) ((s)->s3.tmp.finish_md_len == 0 \
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_local.h 333 # define SSL_IS_FIRST_HANDSHAKE(S) ((s)->s3->tmp.finish_md_len == 0 \

Completed in 36 milliseconds