OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSL_ImplementedCiphers
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/third_party/nss/ssl/
sslenum.c
51
const PRUint16
SSL_ImplementedCiphers
[] = {
149
(sizeof
SSL_ImplementedCiphers
) / (sizeof
SSL_ImplementedCiphers
[0]) - 1;
154
return
SSL_ImplementedCiphers
;
ssl.h
29
SSL_IMPORT const PRUint16
SSL_ImplementedCiphers
[];
[
all
...]
sslsock.c
[
all
...]
ssl3con.c
113
* in this table must match the ordering in
SSL_ImplementedCiphers
(sslenum.c)
207
/* Verify that
SSL_ImplementedCiphers
and cipherSuites are in consistent order.
214
/* Note that
SSL_ImplementedCiphers
has more elements than cipherSuites
215
* because it
SSL_ImplementedCiphers
includes SSL 2.0 cipher suites.
220
PORT_Assert(
SSL_ImplementedCiphers
[i] == cipherSuites[i].cipher_suite);
[
all
...]
Completed in 4752 milliseconds