Searched refs:new_cipher (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
H A Dd1_srvr.c470 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
471 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) {
496 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
520 || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)
523 8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)
554 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
564 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)
569 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) {
791 s->session->cipher = s->s3->tmp.new_cipher;
H A Ds3_clnt.c348 new_cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP))
349 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) {
405 if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) {
490 s->session->cipher = s->s3->tmp.new_cipher;
1103 s->s3->tmp.new_cipher = c;
1199 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) &&
1263 && !((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) &&
1264 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
1296 need_cert = ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) &&
1297 (s->s3->tmp.new_cipher
[all...]
H A Ds3_srvr.c195 if ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) &&
434 new_cipher->algorithm_auth & (SSL_aNULL | SSL_aKRB5 |
436 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) {
460 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
492 || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)
495 8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)
525 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
535 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) ||
537 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aSRP)
542 || (s->s3->tmp.new_cipher
[all...]
H A Dt1_enc.c343 is_export = SSL_C_IS_EXPORT(s->s3->tmp.new_cipher);
354 s->s3->tmp.new_cipher->algorithm_mkey,
355 s->s3->tmp.new_cipher->algorithm_auth, comp);
370 if (s->s3->tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC)
416 if (s->s3->tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC)
465 j = is_export ? (cl < SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher) ?
466 cl : SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher)) : cl;
H A Dd1_clnt.c418 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
419 !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) {
580 s->session->cipher = s->s3->tmp.new_cipher;
H A Ds3_enc.c239 is_exp = SSL_C_IS_EXPORT(s->s3->tmp.new_cipher);
333 j = is_exp ? (cl < SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher) ?
334 cl : SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher)) : cl;
H A Dssl3.h564 const SSL_CIPHER *new_cipher; member in struct:ssl3_state_st::__anon6476
H A Dt1_lib.c538 unsigned long cid = s->s3->tmp.new_cipher->id;
579 unsigned long cid = s->s3->tmp.new_cipher->id;
1679 unsigned long alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
1680 unsigned long alg_a = s->s3->tmp.new_cipher->algorithm_auth;
1833 if (((s->s3->tmp.new_cipher->id & 0xFFFF) == 0x80
1834 || (s->s3->tmp.new_cipher->id & 0xFFFF) == 0x81)
3245 unsigned long alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
3246 unsigned long alg_a = s->s3->tmp.new_cipher->algorithm_auth;
H A Ds3_both.c218 if (s->s3->tmp.new_cipher == NULL)
H A Ds3_lib.c3486 cipher = s->s3->tmp.new_cipher;
4305 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
4578 if (s->s3 == NULL || s->s3->tmp.new_cipher == NULL)
4580 alg2 = s->s3->tmp.new_cipher->algorithm2;
H A Ds3_pkt.c1534 if (s->s3->tmp.new_cipher == NULL) {
1682 s->session->cipher = s->s3->tmp.new_cipher;
H A Dssl_lib.c2480 const SSL_CIPHER *cs = s->s3->tmp.new_cipher;
2544 idx = ssl_cipher_get_cert_index(s->s3->tmp.new_cipher);
2558 if (!s->s3 || !s->s3->tmp.new_cipher)
2560 ssl_set_cert_masks(c, s->s3->tmp.new_cipher);
H A Dt1_trce.c773 unsigned long alg_k = ssl->s3->tmp.new_cipher->algorithm_mkey;

Completed in 153 milliseconds