HomeSort by: relevance | last modified time | path
    Searched refs:new_cipher (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/crypto/external/bsd/openssl/dist/ssl/
ktls.c 36 switch (s->s3.tmp.new_cipher->algorithm_enc) {
44 switch (s->s3.tmp.new_cipher->algorithm_mac) {
65 switch (s->s3.tmp.new_cipher->algorithm_enc) {
79 switch (s->s3.tmp.new_cipher->algorithm_mac) {
s3_msg.c 28 s->session->cipher = s->s3.tmp.new_cipher;
t1_enc.c 226 if (s->s3.tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC)
231 if (s->s3.tmp.new_cipher->algorithm2 & TLS1_TLSTREE)
279 if (s->s3.tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC)
284 if (s->s3.tmp.new_cipher->algorithm2 & TLS1_TLSTREE)
404 new_cipher->algorithm_enc & (SSL_AES128CCM8 | SSL_AES256CCM8))
619 if (s->s3.tmp.new_cipher->algorithm_mkey & SSL_kGOST18)
tls13_enc.c 317 s->session->cipher = s->s3.tmp.new_cipher;
364 if (s->s3.tmp.new_cipher != NULL) {
365 algenc = s->s3.tmp.new_cipher->algorithm_enc;
  /src/crypto/external/bsd/openssl/dist/ssl/record/
ssl3_record_tls13.c 88 if (!ossl_assert(s->s3.tmp.new_cipher != NULL)) {
92 alg_enc = s->s3.tmp.new_cipher->algorithm_enc;
  /src/crypto/external/bsd/openssl.old/dist/ssl/record/
ssl3_record_tls13.c 87 if (!ossl_assert(s->s3->tmp.new_cipher != NULL)) {
92 alg_enc = s->s3->tmp.new_cipher->algorithm_enc;
  /src/crypto/external/apache2/openssl/dist/ssl/
t1_enc.c 179 if ((s->s3.tmp.new_cipher->algorithm_enc
202 if (s->s3.tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC)
207 if (s->s3.tmp.new_cipher->algorithm2 & TLS1_TLSTREE)
219 if (s->s3.tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC)
224 if (s->s3.tmp.new_cipher->algorithm2 & TLS1_TLSTREE)
342 if (s->s3.tmp.new_cipher->algorithm_mkey & SSL_kGOST18)
s3_msg.c 30 s->session->cipher = s->s3.tmp.new_cipher;
tls13_enc.c 330 s->session->cipher = s->s3.tmp.new_cipher;
398 if (s->s3.tmp.new_cipher != NULL) {
399 algenc = s->s3.tmp.new_cipher->algorithm_enc;
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_clnt.c 46 && (s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL))
47 || (s->s3->tmp.new_cipher->algorithm_auth & (SSL_aSRP | SSL_aPSK)))
62 long alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
274 } else if (!(s->s3->tmp.new_cipher->algorithm_auth
284 || ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_PSK)
316 if (ske_expected || ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_PSK)
799 s->session->cipher = s->s3->tmp.new_cipher;
1357 if (SSL_IS_TLS13(s) && s->s3->tmp.new_cipher != NULL
1358 && s->s3->tmp.new_cipher->id != c->id) {
1395 s->s3->tmp.new_cipher = c
    [all...]
extensions_srvr.c 842 || s->s3->tmp.new_cipher
894 || !s->method->put_cipher_by_char(s->s3->tmp.new_cipher, &hrrpkt,
1238 if (md != ssl_md(s->s3->tmp.new_cipher->algorithm2)) {
1386 unsigned long alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
1387 unsigned long alg_a = s->s3->tmp.new_cipher->algorithm_auth;
1622 if (s->s3->tmp.new_cipher->algorithm_mac == SSL_AEAD
1623 || s->s3->tmp.new_cipher->algorithm_enc == SSL_RC4
1624 || s->s3->tmp.new_cipher->algorithm_enc == SSL_eGOST2814789CNT
1625 || s->s3->tmp.new_cipher->algorithm_enc == SSL_eGOST2814789CNT12) {
1798 || !s->method->put_cipher_by_char(s->s3->tmp.new_cipher, pkt
    [all...]
statem_srvr.c 326 unsigned long alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
388 && (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
396 && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aSRP)
401 && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK)) {
608 if (!(s->s3->tmp.new_cipher->algorithm_auth &
748 s->session->cipher = s->s3->tmp.new_cipher;
749 } else if (s->session->cipher != s->s3->tmp.new_cipher) {
1257 if ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) &&
1785 && (s->s3->tmp.new_cipher == NULL
1786 || s->s3->tmp.new_cipher->id != cipher->id))
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/ssl/
s3_msg.c 28 s->session->cipher = s->s3->tmp.new_cipher;
t1_enc.c 111 if (s->s3->tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC)
159 if (s->s3->tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC)
287 new_cipher->algorithm_enc & (SSL_AES128CCM8 | SSL_AES256CCM8))
t1_lib.c 298 unsigned long cid = s->s3->tmp.new_cipher->id;
491 if (tls1_suiteb(s) && s->s3->tmp.new_cipher != NULL) {
492 unsigned long cid = s->s3->tmp.new_cipher->id;
869 if (clu->amask & s->s3->tmp.new_cipher->algorithm_auth) {
878 if (idx == SSL_PKEY_GOST01 && s->s3->tmp.new_cipher->algorithm_auth != SSL_aGOST01) {
2445 if (s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aPSK)) {
2446 if (s->s3->tmp.new_cipher->strength_bits == 256)
2587 || (clu->amask & s->s3->tmp.new_cipher->algorithm_auth) == 0
2589 && (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kRSA) != 0))
2765 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aCERT)
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
tls13encryptiontest.c 342 s->s3.tmp.new_cipher = SSL_CIPHER_find(s, TLS13_AES_128_GCM_SHA256_BYTES);
343 if (!TEST_ptr(s->s3.tmp.new_cipher)) {
  /src/crypto/external/bsd/openssl.old/dist/test/
tls13encryptiontest.c 353 s->s3->tmp.new_cipher = SSL_CIPHER_find(s, TLS13_AES_128_GCM_SHA256_BYTES);
354 if (!TEST_ptr(s->s3->tmp.new_cipher)) {
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
extensions_srvr.c 795 || s->s3.tmp.new_cipher
843 || !s->method->put_cipher_by_char(s->s3.tmp.new_cipher, &hrrpkt,
1174 s->s3.tmp.new_cipher->algorithm2)))) {
1317 unsigned long alg_k = s->s3.tmp.new_cipher->algorithm_mkey;
1318 unsigned long alg_a = s->s3.tmp.new_cipher->algorithm_auth;
1539 if (s->s3.tmp.new_cipher->algorithm_mac == SSL_AEAD
1540 || s->s3.tmp.new_cipher->algorithm_enc == SSL_RC4
1541 || s->s3.tmp.new_cipher->algorithm_enc == SSL_eGOST2814789CNT
1542 || s->s3.tmp.new_cipher->algorithm_enc == SSL_eGOST2814789CNT12
1543 || s->s3.tmp.new_cipher->algorithm_enc == SSL_MAGM
    [all...]
statem_clnt.c 50 && (s->s3.tmp.new_cipher->algorithm_auth & SSL_aNULL))
51 || (s->s3.tmp.new_cipher->algorithm_auth & (SSL_aSRP | SSL_aPSK)))
66 long alg_k = s->s3.tmp.new_cipher->algorithm_mkey;
279 } else if (!(s->s3.tmp.new_cipher->algorithm_auth
289 || ((s->s3.tmp.new_cipher->algorithm_mkey & SSL_PSK)
321 if (ske_expected || ((s->s3.tmp.new_cipher->algorithm_mkey & SSL_PSK)
796 s->session->cipher = s->s3.tmp.new_cipher;
1333 if (SSL_IS_TLS13(s) && s->s3.tmp.new_cipher != NULL
1334 && s->s3.tmp.new_cipher->id != c->id) {
1371 s->s3.tmp.new_cipher = c
    [all...]
statem_srvr.c 325 unsigned long alg_k = s->s3.tmp.new_cipher->algorithm_mkey;
387 && (!(s->s3.tmp.new_cipher->algorithm_auth & SSL_aNULL)
395 && !(s->s3.tmp.new_cipher->algorithm_auth & SSL_aSRP)
400 && !(s->s3.tmp.new_cipher->algorithm_auth & SSL_aPSK)) {
609 if (!(s->s3.tmp.new_cipher->algorithm_auth &
751 s->session->cipher = s->s3.tmp.new_cipher;
752 } else if (s->session->cipher != s->s3.tmp.new_cipher) {
1250 if ((s->s3.tmp.new_cipher->algorithm_mkey & SSL_kSRP) &&
1746 && (s->s3.tmp.new_cipher == NULL
1747 || s->s3.tmp.new_cipher->id != cipher->id))
    [all...]
extensions_clnt.c 1708 && s->s3.tmp.new_cipher->algorithm_mac != SSL_AEAD
1709 && s->s3.tmp.new_cipher->algorithm_enc != SSL_RC4
1710 && s->s3.tmp.new_cipher->algorithm_enc != SSL_eGOST2814789CNT
1711 && s->s3.tmp.new_cipher->algorithm_enc != SSL_eGOST2814789CNT12
1712 && s->s3.tmp.new_cipher->algorithm_enc != SSL_MAGMA
1713 && s->s3.tmp.new_cipher->algorithm_enc != SSL_KUZNYECHIK)
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
statem_clnt.c 59 && (s->s3.tmp.new_cipher->algorithm_auth & SSL_aNULL))
60 || (s->s3.tmp.new_cipher->algorithm_auth & (SSL_aSRP | SSL_aPSK)))
75 long alg_k = s->s3.tmp.new_cipher->algorithm_mkey;
304 } else if (!(s->s3.tmp.new_cipher->algorithm_auth
314 || ((s->s3.tmp.new_cipher->algorithm_mkey & SSL_PSK)
347 if (ske_expected || ((s->s3.tmp.new_cipher->algorithm_mkey & SSL_PSK) && mt == SSL3_MT_SERVER_KEY_EXCHANGE)) {
855 s->session->cipher = s->s3.tmp.new_cipher;
1419 if (SSL_CONNECTION_IS_TLS13(s) && s->s3.tmp.new_cipher != NULL
1420 && s->s3.tmp.new_cipher->id != c->id) {
1461 s->s3.tmp.new_cipher = c
    [all...]
extensions_srvr.c 1110 || s->s3.tmp.new_cipher
1160 || !ssl->method->put_cipher_by_char(s->s3.tmp.new_cipher, &hrrpkt,
1503 s->s3.tmp.new_cipher->algorithm2)))) {
1654 unsigned long alg_k = s->s3.tmp.new_cipher->algorithm_mkey;
1655 unsigned long alg_a = s->s3.tmp.new_cipher->algorithm_auth;
1878 if (s->s3.tmp.new_cipher->algorithm_mac == SSL_AEAD
1879 || s->s3.tmp.new_cipher->algorithm_enc == SSL_RC4
1880 || s->s3.tmp.new_cipher->algorithm_enc == SSL_eGOST2814789CNT
1881 || s->s3.tmp.new_cipher->algorithm_enc == SSL_eGOST2814789CNT12
1882 || s->s3.tmp.new_cipher->algorithm_enc == SSL_MAGM
    [all...]
statem_srvr.c 353 unsigned long alg_k = s->s3.tmp.new_cipher->algorithm_mkey;
436 && (!(s->s3.tmp.new_cipher->algorithm_auth & SSL_aNULL)
444 && !(s->s3.tmp.new_cipher->algorithm_auth & SSL_aSRP)
449 && !(s->s3.tmp.new_cipher->algorithm_auth & SSL_aPSK)) {
672 if (!(s->s3.tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP | SSL_aPSK))) {
816 s->session->cipher = s->s3.tmp.new_cipher;
817 } else if (s->session->cipher != s->s3.tmp.new_cipher) {
1356 if ((s->s3.tmp.new_cipher->algorithm_mkey & SSL_kSRP) && (s->srp_ctx.TLS_ext_srp_username_callback != NULL)) {
1862 && (s->s3.tmp.new_cipher == NULL
1863 || s->s3.tmp.new_cipher->id != cipher->id))
    [all...]
extensions_clnt.c 1813 && s->s3.tmp.new_cipher->algorithm_mac != SSL_AEAD
1814 && s->s3.tmp.new_cipher->algorithm_enc != SSL_RC4
1815 && s->s3.tmp.new_cipher->algorithm_enc != SSL_eGOST2814789CNT
1816 && s->s3.tmp.new_cipher->algorithm_enc != SSL_eGOST2814789CNT12
1817 && s->s3.tmp.new_cipher->algorithm_enc != SSL_MAGMA
1818 && s->s3.tmp.new_cipher->algorithm_enc != SSL_KUZNYECHIK)

Completed in 47 milliseconds

1 2