Searched refs:new_cipher (Results 26 - 37 of 37) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_both.c218 if (s->s3->tmp.new_cipher == NULL)
H A Ds3_pkt.c1507 if (s->s3->tmp.new_cipher == NULL) {
1658 s->session->cipher = s->s3->tmp.new_cipher;
H A Ds3_lib.c3450 cipher = s->s3->tmp.new_cipher;
4260 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
4531 long alg2 = s->s3->tmp.new_cipher->algorithm2;
H A Dssl_lib.c2463 const SSL_CIPHER *cs = s->s3->tmp.new_cipher;
2527 idx = ssl_cipher_get_cert_index(s->s3->tmp.new_cipher);
2541 if (!s->s3 || !s->s3->tmp.new_cipher)
2543 ssl_set_cert_masks(c, s->s3->tmp.new_cipher);
H A Dt1_trce.c771 unsigned long alg_k = ssl->s3->tmp.new_cipher->algorithm_mkey;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_both.c218 if (s->s3->tmp.new_cipher == NULL)
H A Ds3_pkt.c1507 if (s->s3->tmp.new_cipher == NULL) {
1658 s->session->cipher = s->s3->tmp.new_cipher;
H A Ds3_lib.c3450 cipher = s->s3->tmp.new_cipher;
4260 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
4531 long alg2 = s->s3->tmp.new_cipher->algorithm2;
H A Dssl_lib.c2463 const SSL_CIPHER *cs = s->s3->tmp.new_cipher;
2527 idx = ssl_cipher_get_cert_index(s->s3->tmp.new_cipher);
2541 if (!s->s3 || !s->s3->tmp.new_cipher)
2543 ssl_set_cert_masks(c, s->s3->tmp.new_cipher);
H A Dt1_trce.c771 unsigned long alg_k = ssl->s3->tmp.new_cipher->algorithm_mkey;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_lib.c1794 ssl_set_cert_masks(c, s->s3->tmp.new_cipher);
1795 alg=s->s3->tmp.new_cipher->algorithms;
1796 is_export=SSL_C_IS_EXPORT(s->s3->tmp.new_cipher);
H A Ds3_lib.c2190 alg=s->s3->tmp.new_cipher->algorithms;

Completed in 107 milliseconds

12