Home
last modified time | relevance | path

Searched refs:cipher_id (Results 1 – 9 of 9) 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.c4897 clntsess->cipher_id = clntsess->cipher->id; in test_ciphersuite_change()
/openssl/ssl/
H A Dssl_txt.c50 if (((x->cipher_id) & 0xff000000) == 0x02000000) { in SSL_SESSION_print()
52 x->cipher_id & 0xffffff) <= 0) in SSL_SESSION_print()
56 x->cipher_id & 0xffff) <= 0) in SSL_SESSION_print()
H A Dssl_asn1.c136 if ((in == NULL) || ((in->cipher == NULL) && (in->cipher_id == 0))) in i2d_SSL_SESSION()
147 l = in->cipher_id; in i2d_SSL_SESSION()
309 ret->cipher_id = id; in d2i_SSL_SESSION_ex()
H A Dssl_ciph.c775 static void ssl_cipher_apply_rule(uint32_t cipher_id, uint32_t alg_mkey, in ssl_cipher_apply_rule() argument
843 if (cipher_id != 0 && (cipher_id != cp->id)) in ssl_cipher_apply_rule()
973 uint32_t cipher_id = 0; in ssl_cipher_process_rulestr() local
1064 cipher_id = 0; in ssl_cipher_process_rulestr()
1165 cipher_id = ca_list[j]->id; in ssl_cipher_process_rulestr()
1215 ssl_cipher_apply_rule(cipher_id, in ssl_cipher_process_rulestr()
H A Dssl_local.h527 unsigned long cipher_id; /* when ASN.1 loaded, this needs to be used to member
/openssl/ssl/quic/
H A Dquic_wire_pkt.c17 uint32_t cipher_id, in ossl_quic_hdr_protector_init() argument
23 switch (cipher_id) { in ossl_quic_hdr_protector_init()
59 hpr->cipher_id = cipher_id; in ossl_quic_hdr_protector_init()
85 if (hpr->cipher_id == QUIC_HDR_PROT_CIPHER_AES_128 in hdr_generate_mask()
86 || hpr->cipher_id == QUIC_HDR_PROT_CIPHER_AES_256) { in hdr_generate_mask()
100 } else if (hpr->cipher_id == QUIC_HDR_PROT_CIPHER_CHACHA) { in hdr_generate_mask()
/openssl/include/internal/
H A Dquic_wire_pkt.h162 uint32_t cipher_id; member
191 uint32_t cipher_id,
/openssl/ssl/statem/
H A Dstatem_clnt.c1422 s->session->cipher_id = s->session->cipher->id; in set_client_ciphersuite()
1423 if (s->hit && (s->session->cipher_id != c->id)) { in set_client_ciphersuite()

Completed in 111 milliseconds