Home
last modified time | relevance | path

Searched refs:cipher_id (Results 1 – 7 of 7) sorted by relevance

/openssl/test/
H A Dcipherlist_test.c153 uint32_t expected_cipher_id, cipher_id; in test_default_cipherlist() local
169 cipher_id = SSL_CIPHER_get_id(sk_SSL_CIPHER_value(ciphers, i)); in test_default_cipherlist()
170 if (!TEST_int_eq(cipher_id, expected_cipher_id)) { in test_default_cipherlist()
H A Dsslapitest.c4562 clntsess->cipher_id = clntsess->cipher->id; in test_ciphersuite_change()
/openssl/ssl/
H A Dssl_txt.c48 if (((x->cipher_id) & 0xff000000) == 0x02000000) { in SSL_SESSION_print()
50 x->cipher_id & 0xffffff) <= 0) in SSL_SESSION_print()
54 x->cipher_id & 0xffff) <= 0) in SSL_SESSION_print()
H A Dssl_asn1.c131 if ((in == NULL) || ((in->cipher == NULL) && (in->cipher_id == 0))) in i2d_SSL_SESSION()
142 l = in->cipher_id; in i2d_SSL_SESSION()
289 ret->cipher_id = id; in d2i_SSL_SESSION()
H A Dssl_ciph.c808 static void ssl_cipher_apply_rule(uint32_t cipher_id, uint32_t alg_mkey, in ssl_cipher_apply_rule() argument
871 if (cipher_id != 0 && (cipher_id != cp->id)) in ssl_cipher_apply_rule()
1003 uint32_t cipher_id = 0; in ssl_cipher_process_rulestr() local
1096 cipher_id = 0; in ssl_cipher_process_rulestr()
1197 cipher_id = ca_list[j]->id; in ssl_cipher_process_rulestr()
1247 ssl_cipher_apply_rule(cipher_id, in ssl_cipher_process_rulestr()
H A Dssl_local.h609 unsigned long cipher_id; /* when ASN.1 loaded, this needs to be used to member
/openssl/ssl/statem/
H A Dstatem_clnt.c1359 s->session->cipher_id = s->session->cipher->id; in set_client_ciphersuite()
1360 if (s->hit && (s->session->cipher_id != c->id)) { in set_client_ciphersuite()

Completed in 61 milliseconds