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

  /external/openssl/ssl/
ssl_txt.c 134 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)
ssl_asn1.c 143 if ((in == NULL) || ((in->cipher == NULL) && (in->cipher_id == 0)))
165 l=in->cipher_id;
436 ret->cipher_id=id;
ssl_ciph.c 920 static void ssl_cipher_apply_rule(unsigned long cipher_id,
1110 unsigned long cipher_id = 0; local
    [all...]
ssl_sess.c 592 l=ret->cipher_id;
    [all...]
s3_clnt.c 1045 and/or cipher_id values may not be set. Make sure that
1046 cipher_id is set and use it for comparison. */
1048 s->session->cipher_id = s->session->cipher->id;
1049 if (s->hit && (s->session->cipher_id != c->id))
    [all...]
ssl.h 520 unsigned long cipher_id; /* when ASN.1 loaded, this member in struct:ssl_session_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 520 unsigned long cipher_id; /* when ASN.1 loaded, this member in struct:ssl_session_st
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]

Completed in 238 milliseconds