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

  /external/boringssl/src/include/openssl/
ssl23.h 77 #define SSL23_ST_SR_CLNT_HELLO (0x210 | SSL_ST_ACCEPT)
78 #define SSL23_ST_SR_V2_CLNT_HELLO (0x220 | SSL_ST_ACCEPT)
79 #define SSL23_ST_SR_SWITCH_VERSION (0x230 | SSL_ST_ACCEPT)
ssl3.h 597 #define SSL3_ST_SW_FLUSH (0x100 | SSL_ST_ACCEPT)
599 #define SSL3_ST_SR_INITIAL_BYTES (0x240 | SSL_ST_ACCEPT)
600 #define SSL3_ST_SR_V2_CLIENT_HELLO (0x241 | SSL_ST_ACCEPT)
602 #define SSL3_ST_SR_CLNT_HELLO_A (0x110 | SSL_ST_ACCEPT)
603 #define SSL3_ST_SR_CLNT_HELLO_B (0x111 | SSL_ST_ACCEPT)
604 #define SSL3_ST_SR_CLNT_HELLO_C (0x112 | SSL_ST_ACCEPT)
605 #define SSL3_ST_SR_CLNT_HELLO_D (0x115 | SSL_ST_ACCEPT)
607 #define SSL3_ST_SW_HELLO_REQ_A (0x120 | SSL_ST_ACCEPT)
608 #define SSL3_ST_SW_HELLO_REQ_B (0x121 | SSL_ST_ACCEPT)
609 #define SSL3_ST_SW_HELLO_REQ_C (0x122 | SSL_ST_ACCEPT)
    [all...]
ssl2.h 243 #define SSL2_ST_GET_CLIENT_HELLO_A (0x10|SSL_ST_ACCEPT)
244 #define SSL2_ST_GET_CLIENT_HELLO_B (0x11|SSL_ST_ACCEPT)
245 #define SSL2_ST_GET_CLIENT_HELLO_C (0x12|SSL_ST_ACCEPT)
246 #define SSL2_ST_SEND_SERVER_HELLO_A (0x20|SSL_ST_ACCEPT)
247 #define SSL2_ST_SEND_SERVER_HELLO_B (0x21|SSL_ST_ACCEPT)
248 #define SSL2_ST_GET_CLIENT_MASTER_KEY_A (0x30|SSL_ST_ACCEPT)
249 #define SSL2_ST_GET_CLIENT_MASTER_KEY_B (0x31|SSL_ST_ACCEPT)
250 #define SSL2_ST_SEND_SERVER_VERIFY_A (0x40|SSL_ST_ACCEPT)
251 #define SSL2_ST_SEND_SERVER_VERIFY_B (0x41|SSL_ST_ACCEPT)
252 #define SSL2_ST_SEND_SERVER_VERIFY_C (0x42|SSL_ST_ACCEPT)
    [all...]
ssl.h     [all...]
  /external/conscrypt/src/gen/native/
generate_constants.cc 112 CONST(SSL_ST_ACCEPT);
  /external/boringssl/src/ssl/
ssl_stat.c 92 case SSL_ST_ACCEPT:
413 case SSL_ST_ACCEPT:
d1_srvr.c 162 case SSL_ST_ACCEPT:
s3_pkt.c     [all...]
s3_srvr.c 210 case SSL_ST_ACCEPT:
    [all...]
ssl_lib.c     [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 549 else if (w & SSL_ST_ACCEPT)
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 4278 milliseconds