HomeSort by relevance Sort by last modified time
    Searched refs:cipher_id (Results 1 - 7 of 7) sorted by null

  /external/openssl/ssl/
ssl_txt.c 130 if (((x->cipher_id) & 0xff000000) == 0x02000000)
132 if (BIO_printf(bp," Cipher : %06lX\n",x->cipher_id&0xffffff) <= 0)
137 if (BIO_printf(bp," Cipher : %04lX\n",x->cipher_id&0xffff) <= 0)
ssl_asn1.c 137 if ((in == NULL) || ((in->cipher == NULL) && (in->cipher_id == 0)))
159 l=in->cipher_id;
414 ret->cipher_id=id;
ssl_ciph.c 842 static void ssl_cipher_apply_rule(unsigned long cipher_id,
1032 unsigned long cipher_id = 0; local
    [all...]
ssl_sess.c 546 l=ret->cipher_id;
    [all...]
s3_clnt.c 940 and/or cipher_id values may not be set. Make sure that
941 cipher_id is set and use it for comparison. */
943 s->session->cipher_id = s->session->cipher->id;
944 if (s->hit && (s->session->cipher_id != c->id))
    [all...]
ssl.h 491 unsigned long cipher_id; /* when ASN.1 loaded, this member in struct:ssl_session_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 491 unsigned long cipher_id; /* when ASN.1 loaded, this member in struct:ssl_session_st
    [all...]

Completed in 909 milliseconds