Home
last modified time | relevance | path

Searched refs:dh_dsa (Results 1 – 1 of 1) sorted by relevance

/external/openssl/ssl/
Dssl_lib.c1983 int rsa_enc,rsa_tmp,rsa_sign,dh_tmp,dh_rsa,dh_dsa,dsa_sign; in ssl_set_cert_masks() local
2029 dh_dsa= (cpk->x509 != NULL && cpk->privatekey != NULL); in ssl_set_cert_masks()
2030 dh_dsa_export=(dh_dsa && EVP_PKEY_size(cpk->privatekey)*8 <= kl); in ssl_set_cert_masks()
2043 rsa_enc,rsa_enc_export,rsa_sign,dsa_sign,dh_rsa,dh_dsa); in ssl_set_cert_masks()
2064 if ( (dh_tmp || dh_rsa || dh_dsa) && in ssl_set_cert_masks()
2081 if (dh_dsa) mask_k|=SSL_kDHd; in ssl_set_cert_masks()