Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/ssl/
HDssl_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()
HDssl_asn1.c129 if ((in == NULL) || ((in->cipher == NULL) && (in->cipher_id == 0))) in i2d_SSL_SESSION()
138 l = in->cipher_id; in i2d_SSL_SESSION()
283 ret->cipher_id = id; in d2i_SSL_SESSION()
HDssl_ciph.c773 static void ssl_cipher_apply_rule(uint32_t cipher_id, uint32_t alg_mkey, in ssl_cipher_apply_rule() argument
835 if (cipher_id != 0 && (cipher_id != cp->id)) in ssl_cipher_apply_rule()
966 uint32_t cipher_id = 0; in ssl_cipher_process_rulestr() local
1057 cipher_id = 0; in ssl_cipher_process_rulestr()
1153 cipher_id = ca_list[j]->id; in ssl_cipher_process_rulestr()
1204 ssl_cipher_apply_rule(cipher_id, in ssl_cipher_process_rulestr()
HDssl_local.h554 unsigned long cipher_id; /* when ASN.1 loaded, this needs to be used to member
/freebsd-13-stable/crypto/openssl/ssl/statem/
HDstatem_clnt.c1371 s->session->cipher_id = s->session->cipher->id; in set_client_ciphersuite()
1372 if (s->hit && (s->session->cipher_id != c->id)) { in set_client_ciphersuite()
/freebsd-13-stable/contrib/bearssl/src/ssl/
HDssl_hs_common.t0979 \ Stack: is_client prf_id mac_id cipher_id
981 \ and replace the cipher_id with the key and tag lengths.