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

/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_txt.c137 if (((x->cipher_id) & 0xff000000) == 0x02000000) {
139 (bp, " Cipher : %06lX\n", x->cipher_id & 0xffffff) <= 0)
143 (bp, " Cipher : %04lX\n", x->cipher_id & 0xffff) <= 0)
H A Dssl_ciph.c963 static void ssl_cipher_apply_rule(unsigned long cipher_id, argument
1029 if (cipher_id && cipher_id != cp->id)
1161 unsigned long cipher_id = 0; local
1252 cipher_id = 0;
1346 cipher_id = ca_list[j]->id;
1390 ssl_cipher_apply_rule(cipher_id,
H A Dssl_asn1.c145 if ((in == NULL) || ((in->cipher == NULL) && (in->cipher_id == 0)))
168 l = in->cipher_id;
444 ret->cipher_id = id;
H A Dssl_sess.c694 l = ret->cipher_id;
H A Ds3_clnt.c1086 * and/or cipher_id values may not be set. Make sure that cipher_id is
1090 s->session->cipher_id = s->session->cipher->id;
1091 if (s->hit && (s->session->cipher_id != c->id)) {
H A Dssl.h549 unsigned long cipher_id; /* when ASN.1 loaded, this needs to be used member in struct:ssl_session_st

Completed in 142 milliseconds