Searched refs:ecc_pkey_size (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_lib.c1563 int have_ecc_cert, ecdh_ok, ecdsa_ok, ecc_pkey_size; local
1678 ecc_pkey_size = (ecc_pkey != NULL) ?
1691 if (ecc_pkey_size <= 163)
1697 if (ecc_pkey_size <= 163)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_lib.c2247 int have_ecc_cert, ecdsa_ok, ecc_pkey_size; local
2393 ecc_pkey_size = (ecc_pkey != NULL) ? EVP_PKEY_bits(ecc_pkey) : 0;
2405 if (ecc_pkey_size <= 163) {
2414 if (ecc_pkey_size <= 163) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_lib.c2247 int have_ecc_cert, ecdsa_ok, ecc_pkey_size; local
2393 ecc_pkey_size = (ecc_pkey != NULL) ? EVP_PKEY_bits(ecc_pkey) : 0;
2405 if (ecc_pkey_size <= 163) {
2414 if (ecc_pkey_size <= 163) {

Completed in 118 milliseconds