/external/chromium_org/third_party/openssl/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 | 961 static void ssl_cipher_apply_rule(unsigned long cipher_id, 1151 unsigned long cipher_id = 0; local [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_sess.c | 592 l=ret->cipher_id; [all...] |
ssl.h | 523 unsigned long cipher_id; /* when ASN.1 loaded, this member in struct:ssl_session_st [all...] |
/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...] |
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_sess.c | 592 l=ret->cipher_id; [all...] |
ssl.h | 520 unsigned long cipher_id; /* when ASN.1 loaded, this member in struct:ssl_session_st [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
nssstreamadapter.cc | 75 PRUint16 cipher_id; member in struct:talk_base::SrtpCipherMapEntry 891 for (const SrtpCipherMapEntry *entry = kSrtpCipherMap; entry->cipher_id; 895 internal_ciphers.push_back(entry->cipher_id); 930 entry->cipher_id; ++entry) { 931 if (selected_cipher == entry->cipher_id) {
|
/libcore/crypto/src/main/native/ |
org_conscrypt_NativeCrypto.cpp | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
infinite_recursion.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
infinite_recursion.py | [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
ssl.h | 523 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...] |