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

/freebsd-10.0-release/crypto/openssl/ssl/
H A Dssl_txt.c134 if (((x->cipher_id) & 0xff000000) == 0x02000000)
136 if (BIO_printf(bp," Cipher : %06lX\n",x->cipher_id&0xffffff) <= 0)
141 if (BIO_printf(bp," Cipher : %04lX\n",x->cipher_id&0xffff) <= 0)
H A Dssl_asn1.c143 if ((in == NULL) || ((in->cipher == NULL) && (in->cipher_id == 0)))
165 l=in->cipher_id;
439 ret->cipher_id=id;
H A Dssl_ciph.c921 static void ssl_cipher_apply_rule(unsigned long cipher_id, argument
1115 unsigned long cipher_id = 0; local
1209 cipher_id = 0;
1296 cipher_id = ca_list[j]->id;
1343 ssl_cipher_apply_rule(cipher_id,
H A Dssl_sess.c599 l=ret->cipher_id;
H A Ds3_clnt.c961 and/or cipher_id values may not be set. Make sure that
962 cipher_id is set and use it for comparison. */
964 s->session->cipher_id = s->session->cipher->id;
965 if (s->hit && (s->session->cipher_id != c->id))
H A Dssl.h521 unsigned long cipher_id; /* when ASN.1 loaded, this member in struct:ssl_session_st

Completed in 197 milliseconds