Home | History | Annotate | Download | only in ssl

Lines Matching defs:cp

1005   const SSL_CIPHER *cp;
1042 cp = curr->cipher;
1047 if (cipher_id != cp->id) {
1051 if (strength_bits != SSL_CIPHER_get_bits(cp, NULL)) {
1054 } else if (!(alg_mkey & cp->algorithm_mkey) ||
1055 !(alg_auth & cp->algorithm_auth) ||
1056 !(alg_enc & cp->algorithm_enc) ||
1057 !(alg_mac & cp->algorithm_mac) ||
1059 SSL_CIPHER_get_min_version(cp) != min_version)) {