Searched refs:SSL3_CK_SCSV (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl3.h135 # define SSL3_CK_SCSV 0x030000FF macro
H A Dssl_lib.c1469 if (c->id == SSL3_CK_SCSV) {
1486 0, NULL, SSL3_CK_SCSV, 0, 0, 0, 0, 0, 0, 0, 0, 0
1547 (p[n - 2] == ((SSL3_CK_SCSV >> 8) & 0xff)) &&
1548 (p[n - 1] == (SSL3_CK_SCSV & 0xff))) {
H A Ds3_lib.c2068 SSL3_CK_SCSV,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl3.h135 # define SSL3_CK_SCSV 0x030000FF macro
H A Dssl_lib.c1469 if (c->id == SSL3_CK_SCSV) {
1486 0, NULL, SSL3_CK_SCSV, 0, 0, 0, 0, 0, 0, 0, 0, 0
1547 (p[n - 2] == ((SSL3_CK_SCSV >> 8) & 0xff)) &&
1548 (p[n - 1] == (SSL3_CK_SCSV & 0xff))) {
H A Ds3_lib.c2068 SSL3_CK_SCSV,

Completed in 54 milliseconds