Searched defs:ciphers (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c2702 * Cipheropts - list of ciphers server supports
4222 int ciphers = 0; local
4352 ciphers |= cipher->flag;
4522 (ciphers & cipher->flag) &&
4533 /* we didn't find any ciphers we like */
5371 /* adjust the available ciphers */
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_aux.c812 static const char *ciphers[] = { local
824 tag, ix, ciphers[hk->kv_type]);
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100_impl.h455 uint32_t ciphers; member in struct:ipw2100_security
/openjdk7/jdk/test/javax/rmi/ssl/
H A DSSLSocketParametersTest.java99 public ServerFactory(String[] ciphers, argument
102 super(ciphers, protocols, need);
106 String[] ciphers,
109 super(context, ciphers, protocols, need);
105 ServerFactory(SSLContext context, String[] ciphers, String[] protocols, boolean need) argument
H A DSocketFactoryTest.java63 public MySslRMIServerSocketFactory(String[] ciphers, argument
66 super(ciphers, protocols, need);
69 String[] ciphers,
72 super(context, ciphers, protocols, need);
68 MySslRMIServerSocketFactory(SSLContext context, String[] ciphers, String[] protocols, boolean need) argument

Completed in 105 milliseconds