HomeSort by relevance Sort by last modified time
    Searched refs:new_cipher (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/openssl/openssl/ssl/
d1_srvr.c 421 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
422 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
450 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
479 || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)
480 && EVP_PKEY_size(s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey)*8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)
508 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
513 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)
516 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
714 s->session->cipher=s->s3->tmp.new_cipher;
956 if (s->s3->tmp.new_cipher == NULL
    [all...]
s3_srvr.c 192 if ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) &&
416 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
417 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)
418 && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
445 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
488 || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)
489 && EVP_PKEY_size(s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey)*8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)
516 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
521 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)
524 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)
    [all...]
s3_clnt.c 349 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
350 !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
404 if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP)
491 s->session->cipher=s->s3->tmp.new_cipher;
1062 s->s3->tmp.new_cipher=c;
1175 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) &&
    [all...]
t1_enc.c 370 (s->s3->tmp.new_cipher->algorithm2 & SSL_CIPHER_ALGORITHM2_VARIABLE_NONCE_INCLUDED_IN_RECORD) != 0;
394 const char is_export = SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) != 0;
406 if (s->s3->tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC)
427 if (s->s3->tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC)
562 const char is_export = SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) != 0;
620 iv_len = SSL_CIPHER_AEAD_FIXED_NONCE_LEN(s->s3->tmp.new_cipher);
625 if (is_export && key_len > SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher))
626 key_len = SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher);
    [all...]
t1_lib.c 798 if (((s->s3->tmp.new_cipher->id & 0xFFFF)==0x80 || (s->s3->tmp.new_cipher->id & 0xFFFF)==0x81)
    [all...]
d1_clnt.c 388 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
389 !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
551 s->session->cipher=s->s3->tmp.new_cipher;
981 alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
    [all...]
ssl3.h 494 const SSL_CIPHER *new_cipher; member in struct:ssl3_state_st::__anon13778
s3_enc.c 232 is_exp=SSL_C_IS_EXPORT(s->s3->tmp.new_cipher);
321 j=is_exp ? (cl < SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher) ?
322 cl : SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher)) : cl;
s3_pkt.c     [all...]
ssl_lib.c     [all...]
s3_lib.c     [all...]
  /external/openssl/ssl/
d1_srvr.c 421 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
422 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
450 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
479 || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)
480 && EVP_PKEY_size(s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey)*8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)
508 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
513 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)
516 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
714 s->session->cipher=s->s3->tmp.new_cipher;
956 if (s->s3->tmp.new_cipher == NULL
    [all...]
s3_srvr.c 192 if ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) &&
416 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
417 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)
418 && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
445 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
488 || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)
489 && EVP_PKEY_size(s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey)*8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)
516 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
521 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)
524 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)
    [all...]
s3_clnt.c 349 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
350 !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
404 if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP)
491 s->session->cipher=s->s3->tmp.new_cipher;
1062 s->s3->tmp.new_cipher=c;
1175 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) &&
    [all...]
t1_enc.c 343 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,
370 if (s->s3->tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC)
413 if (s->s3->tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC)
456 j=is_export ? (cl < SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher) ?
457 cl : SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher)) : cl;
    [all...]
t1_lib.c 829 if (((s->s3->tmp.new_cipher->id & 0xFFFF)==0x80 || (s->s3->tmp.new_cipher->id & 0xFFFF)==0x81)
    [all...]
d1_clnt.c 388 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
389 !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
551 s->session->cipher=s->s3->tmp.new_cipher;
981 alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
    [all...]
s3_enc.c 232 is_exp=SSL_C_IS_EXPORT(s->s3->tmp.new_cipher);
321 j=is_exp ? (cl < SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher) ?
322 cl : SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher)) : cl;
ssl3.h 494 const SSL_CIPHER *new_cipher; member in struct:ssl3_state_st::__anon24350
s3_pkt.c     [all...]
ssl_lib.c     [all...]
s3_lib.c     [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl3.h 494 const SSL_CIPHER *new_cipher; member in struct:ssl3_state_st::__anon13764
  /external/openssl/include/openssl/
ssl3.h 494 const SSL_CIPHER *new_cipher; member in struct:ssl3_state_st::__anon24336

Completed in 117 milliseconds