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

/external/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;
436 ret->cipher_id=id;
H A Dssl_ciph.c919 static void ssl_cipher_apply_rule(unsigned long cipher_id, argument
1109 unsigned long cipher_id = 0; local
1203 cipher_id = 0;
1290 cipher_id = ca_list[j]->id;
1337 ssl_cipher_apply_rule(cipher_id,
H A Dssl_sess.c592 l=ret->cipher_id;
H A Ds3_clnt.c1027 and/or cipher_id values may not be set. Make sure that
1028 cipher_id is set and use it for comparison. */
1030 s->session->cipher_id = s->session->cipher->id;
1031 if (s->hit && (s->session->cipher_id != c->id))
H A Dssl.h517 unsigned long cipher_id; /* when ASN.1 loaded, this member in struct:ssl_session_st
/external/openssl/include/openssl/
H A Dssl.h517 unsigned long cipher_id; /* when ASN.1 loaded, this member in struct:ssl_session_st

Completed in 76 milliseconds