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

  /external/openssl/ssl/
d1_srvr.c 327 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
328 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
356 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
385 || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)
386 && EVP_PKEY_size(s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey)*8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)
414 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
419 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)
422 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
573 s->session->cipher=s->s3->tmp.new_cipher;
795 if (s->s3->tmp.new_cipher == NULL
    [all...]
t1_enc.c 288 ret = tls1_PRF(s->s3->tmp.new_cipher->algorithm2,
333 is_export=SSL_C_IS_EXPORT(s->s3->tmp.new_cipher);
345 s->s3->tmp.new_cipher->algorithm_mkey,
346 s->s3->tmp.new_cipher->algorithm_auth,
361 if (s->s3->tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC)
404 if (s->s3->tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC)
447 j=is_export ? (cl < SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher) ?
448 cl : SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher)) : cl;
494 if (!tls1_PRF(s->s3->tmp.new_cipher->algorithm2,
505 if (!tls1_PRF(s->s3->tmp.new_cipher->algorithm2
    [all...]
s3_srvr.c 349 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
350 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)
351 && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
378 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
417 || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)
418 && EVP_PKEY_size(s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey)*8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)
445 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
450 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)
453 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
629 s->session->cipher=s->s3->tmp.new_cipher;
    [all...]
s3_clnt.c 319 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
320 !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
441 s->session->cipher=s->s3->tmp.new_cipher;
936 s->s3->tmp.new_cipher=c;
1044 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) &&
1109 && !((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) &&
1110 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
1136 need_cert = ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) &&
1137 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
1143 printf("cipher, alg, nc = %s, %lx, %lx, %d\n", s->s3->tmp.new_cipher->name
    [all...]
t1_lib.c 606 if (((s->s3->tmp.new_cipher->id & 0xFFFF)==0x80 || (s->s3->tmp.new_cipher->id & 0xFFFF)==0x81)
    [all...]
s3_enc.c 231 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;
614 if ((mask & s->s3->tmp.new_cipher->algorithm2) && md)
d1_clnt.c 303 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
304 !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
417 s->session->cipher=s->s3->tmp.new_cipher;
805 alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
    [all...]
ssl3.h 482 const SSL_CIPHER *new_cipher; member in struct:ssl3_state_st::__anon5493
s3_pkt.c     [all...]
ssl_lib.c     [all...]
s3_lib.c     [all...]
  /external/openssl/include/openssl/
ssl3.h 482 const SSL_CIPHER *new_cipher; member in struct:ssl3_state_st::__anon5480
  /libcore/luni/src/main/native/
NativeCrypto.cpp     [all...]

Completed in 341 milliseconds