Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/ssl/
Dssl_txt.c100 if (((x->cipher_id) & 0xff000000) == 0x02000000) in SSL_SESSION_print()
102 if (BIO_printf(bp," Cipher : %06lX\n",x->cipher_id&0xffffff) <= 0) in SSL_SESSION_print()
107 if (BIO_printf(bp," Cipher : %04lX\n",x->cipher_id&0xffff) <= 0) in SSL_SESSION_print()
Dssl_ciph.c570 static void ssl_cipher_apply_rule(unsigned long cipher_id, unsigned long ssl_version, in ssl_cipher_apply_rule() argument
600 if (cipher_id && (cp->algorithms & SSL_SSL_MASK) == ssl_version) in ssl_cipher_apply_rule()
602 if (cp->id != cipher_id) in ssl_cipher_apply_rule()
737 unsigned long cipher_id = 0, ssl_version = 0; in ssl_cipher_process_rulestr() local
827 cipher_id = 0; in ssl_cipher_process_rulestr()
860 cipher_id = ca_list[j]->id; in ssl_cipher_process_rulestr()
894 ssl_cipher_apply_rule(cipher_id, ssl_version, algorithms, mask, in ssl_cipher_process_rulestr()
Dssl_asn1.c93 if ((in == NULL) || ((in->cipher == NULL) && (in->cipher_id == 0))) in i2d_SSL_SESSION()
115 l=in->cipher_id; in i2d_SSL_SESSION()
287 ret->cipher_id=id; in d2i_SSL_SESSION()
Dssl_sess.c364 l=ret->cipher_id; in ssl_get_prev_session()
Ds3_clnt.c712 s->session->cipher_id = s->session->cipher->id; in ssl3_get_server_hello()
713 if (s->hit && (s->session->cipher_id != c->id)) in ssl3_get_server_hello()
Dssl.h453 unsigned long cipher_id; /* when ASN.1 loaded, this member