Searched refs:pkl (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ssl/
H A Dssl_ciph.c925 int is_export,pkl,kl; local
940 pkl=SSL_C_EXPORT_PKEYLENGTH(cipher);
954 kx=is_export?(pkl == 512 ? "RSA(512)" : "RSA(1024)"):"RSA";
970 kx=is_export?(pkl == 512 ? "DH(512)" : "DH(1024)"):"DH";
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_ciph.c1080 int is_export,pkl,kl; local
1095 pkl=SSL_C_EXPORT_PKEYLENGTH(cipher);
1109 kx=is_export?(pkl == 512 ? "RSA(512)" : "RSA(1024)"):"RSA";
1125 kx=is_export?(pkl == 512 ? "DH(512)" : "DH(1024)"):"DH";

Completed in 97 milliseconds