Home | History | Annotate | Download | only in ssl

Lines Matching refs:mkey

697 static void ssl_cipher_get_disabled(unsigned long *mkey, unsigned long *auth, unsigned long *enc, unsigned long *mac, unsigned long *ssl)
699 *mkey = 0;
706 *mkey |= SSL_kRSA;
712 *mkey |= SSL_kDHr|SSL_kDHd; /* no such ciphersuites supported! */
715 *mkey |= SSL_kDHr|SSL_kDHd|SSL_kEDH;
719 *mkey |= SSL_kKRB5;
726 *mkey |= SSL_kECDHe|SSL_kECDHr;
730 *mkey |= SSL_kPSK;
734 *mkey |= SSL_kSRP;
746 *mkey |= SSL_kGOST;