Searched refs:cipher_id (Results 1 – 6 of 6) sorted by relevance
48 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()
129 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()
773 static void ssl_cipher_apply_rule(uint32_t cipher_id, uint32_t alg_mkey, in ssl_cipher_apply_rule() argument835 if (cipher_id != 0 && (cipher_id != cp->id)) in ssl_cipher_apply_rule()966 uint32_t cipher_id = 0; in ssl_cipher_process_rulestr() local1057 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()
554 unsigned long cipher_id; /* when ASN.1 loaded, this needs to be used to member
1371 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()
979 \ Stack: is_client prf_id mac_id cipher_id981 \ and replace the cipher_id with the key and tag lengths.