Searched refs:alg_k (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/lib/libssl/
H A Dssl_clnt.c1288 long alg_k, alg_a; local
1293 alg_k = s->s3->hs.cipher->algorithm_mkey;
1317 if (alg_k & (SSL_kDHE|SSL_kECDHE)) {
1337 if (alg_k & SSL_kDHE) {
1340 } else if (alg_k & SSL_kECDHE) {
1343 } else if (alg_k != 0) {
1924 unsigned long alg_k; local
1930 alg_k = s->s3->hs.cipher->algorithm_mkey;
1936 if (alg_k & SSL_kRSA) {
1939 } else if (alg_k
2234 long alg_k, alg_a; local
[all...]
H A Ds3_lib.c2486 unsigned long alg_k, alg_a, mask_k, mask_a; local
2538 alg_k = c->algorithm_mkey;
2541 ok = (alg_k & mask_k) && (alg_a & mask_a);
2553 if (alg_k & SSL_kECDHE)
2574 unsigned long alg_k; local
2576 alg_k = s->s3->hs.cipher->algorithm_mkey;
2578 if ((alg_k & SSL_kDHE) != 0) {
H A Dssl_srvr.c192 unsigned long alg_k; local
435 alg_k = s->s3->hs.cipher->algorithm_mkey;
445 if (alg_k & (SSL_kDHE|SSL_kECDHE)) {
563 alg_k = s->s3->hs.cipher->algorithm_mkey;
1813 unsigned long alg_k; local
1827 alg_k = s->s3->hs.cipher->algorithm_mkey;
1829 if (alg_k & SSL_kRSA) {
1832 } else if (alg_k & SSL_kDHE) {
1835 } else if (alg_k & SSL_kECDHE) {
H A Dssl_lib.c1580 unsigned long alg_k, alg_a; local
1590 alg_k = cipher->algorithm_mkey;
1593 if ((alg_k & SSL_kECDHE) || (alg_a & SSL_aECDSA))
2336 unsigned long alg_a, alg_k; local
2339 alg_k = s->s3->hs.cipher->algorithm_mkey;
2343 ((alg_k & SSL_kECDHE) || (alg_a & SSL_aECDSA));

Completed in 200 milliseconds