Lines Matching refs:cipher
115 * ECC cipher suite support in OpenSSL originally developed by
207 * the old cipher. It is sort of a SSL_clear_lite :-) */
1332 * was unable to find a cipher matching the given rule string
1333 * (for example if the rule string specifies a cipher which
1889 /* ret->cipher=NULL;*/
2180 void ssl_set_cert_masks(CERT *c, const SSL_CIPHER *cipher)
2197 kl=SSL_C_EXPORT_PKEYLENGTH(cipher);
2307 * ECDSA cipher suites depending on the key usage extension.
2534 EVP_PKEY *ssl_get_sign_pkey(SSL *s,const SSL_CIPHER *cipher, const EVP_MD **pmd)
2539 alg_a = cipher->algorithm_auth;
2757 /* clear the current cipher */
2769 /* clear the current cipher */
3017 if ((s->session != NULL) && (s->session->cipher != NULL))
3018 return(s->session->cipher);
3470 /* require a strong enough cipher */
3484 /* require a forward-secret cipher */