Searched refs:SSL3_CT_NUMBER (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl3.h322 /* SSL3_CT_NUMBER is used to size arrays and it must be large
326 #define SSL3_CT_NUMBER 7 macro
425 char ctype[SSL3_CT_NUMBER];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl3.h322 /* SSL3_CT_NUMBER is used to size arrays and it must be large
326 #define SSL3_CT_NUMBER 7 macro
425 char ctype[SSL3_CT_NUMBER];
H A Ds3_clnt.c1500 if (ctype_num > SSL3_CT_NUMBER)
1501 ctype_num=SSL3_CT_NUMBER;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl3.h459 * SSL3_CT_NUMBER is used to size arrays and it must be large enough to
462 # define SSL3_CT_NUMBER 9 macro
577 char ctype[SSL3_CT_NUMBER];
H A Ds3_clnt.c2111 if (ctype_num > SSL3_CT_NUMBER) {
2116 ctype_num = SSL3_CT_NUMBER;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl3.h459 * SSL3_CT_NUMBER is used to size arrays and it must be large enough to
462 # define SSL3_CT_NUMBER 9 macro
577 char ctype[SSL3_CT_NUMBER];
H A Ds3_clnt.c2111 if (ctype_num > SSL3_CT_NUMBER) {
2116 ctype_num = SSL3_CT_NUMBER;

Completed in 188 milliseconds