Searched defs:ciphers (Results 1 - 5 of 5) sorted by relevance
| /illumos-gate/usr/src/lib/sasl_plugins/digestmd5/ |
| H A D | digestmd5.c | 2702 * 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 D | ath_aux.c | 812 static const char *ciphers[] = { local 824 tag, ix, ciphers[hk->kv_type]);
|
| /illumos-gate/usr/src/uts/common/io/ipw/ |
| H A D | ipw2100_impl.h | 455 uint32_t ciphers; member in struct:ipw2100_security
|
| /openjdk7/jdk/test/javax/rmi/ssl/ |
| H A D | SSLSocketParametersTest.java | 99 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 D | SocketFactoryTest.java | 63 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