Searched refs:rsa_enc (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.c1559 int rsa_enc,rsa_tmp,rsa_sign,dh_tmp,dh_rsa,dh_dsa,dsa_sign; local
1594 rsa_enc= (cpk->x509 != NULL && cpk->privatekey != NULL);
1595 rsa_enc_export=(rsa_enc && EVP_PKEY_size(cpk->privatekey)*8 <= kl);
1615 rsa_enc,rsa_enc_export,rsa_sign,dsa_sign,dh_rsa,dh_dsa);
1618 if (rsa_enc || (rsa_tmp && rsa_sign))
1620 if (rsa_enc_export || (rsa_tmp_export && (rsa_sign || rsa_enc)))
1626 (rsa_enc || rsa_sign || dsa_sign))
1629 (rsa_enc || rsa_sign || dsa_sign))
1645 if (rsa_enc || rsa_sign)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_lib.c2242 int rsa_enc, rsa_tmp, rsa_sign, dh_tmp, dh_rsa, dh_dsa, dsa_sign; local
2281 rsa_enc = cpk->valid_flags & CERT_PKEY_VALID;
2282 rsa_enc_export = (rsa_enc && EVP_PKEY_size(cpk->privatekey) * 8 <= kl);
2306 rsa_tmp, rsa_tmp_export, dh_tmp, have_ecdh_tmp, rsa_enc,
2321 if (rsa_enc || (rsa_tmp && rsa_sign))
2323 if (rsa_enc_export || (rsa_tmp_export && (rsa_sign || rsa_enc)))
2328 if ((dh_tmp || dh_rsa || dh_dsa) && (rsa_enc || rsa_sign || dsa_sign))
2331 (rsa_enc || rsa_sign || dsa_sign))
2354 if (rsa_enc || rsa_sign) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_lib.c2242 int rsa_enc, rsa_tmp, rsa_sign, dh_tmp, dh_rsa, dh_dsa, dsa_sign; local
2281 rsa_enc = cpk->valid_flags & CERT_PKEY_VALID;
2282 rsa_enc_export = (rsa_enc && EVP_PKEY_size(cpk->privatekey) * 8 <= kl);
2306 rsa_tmp, rsa_tmp_export, dh_tmp, have_ecdh_tmp, rsa_enc,
2321 if (rsa_enc || (rsa_tmp && rsa_sign))
2323 if (rsa_enc_export || (rsa_tmp_export && (rsa_sign || rsa_enc)))
2328 if ((dh_tmp || dh_rsa || dh_dsa) && (rsa_enc || rsa_sign || dsa_sign))
2331 (rsa_enc || rsa_sign || dsa_sign))
2354 if (rsa_enc || rsa_sign) {

Completed in 103 milliseconds