HomeSort by: relevance | last modified time | path
    Searched defs:ciphers (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/net80211/
ieee80211_crypto.c 72 static const struct ieee80211_cipher *ciphers[IEEE80211_CIPHER_MAX]; variable in typeref:typename:const struct ieee80211_cipher * []
174 ciphers[IEEE80211_CIPHER_NONE] = &ieee80211_cipher_none;
209 if (ciphers[cip->ic_cipher] != NULL && ciphers[cip->ic_cipher] != cip) {
214 ciphers[cip->ic_cipher] = cip;
228 if (ciphers[cip->ic_cipher] != NULL && ciphers[cip->ic_cipher] != cip) {
235 ciphers[cip->ic_cipher] = NULL;
241 return cipher < IEEE80211_CIPHER_MAX && ciphers[cipher] != NULL;
285 cip = ciphers[cipher]
    [all...]
  /src/libexec/httpd/
ssl-bozo.c 76 char *ciphers; member in struct:sslinfo_t
273 sslinfo->ciphers ? sslinfo->ciphers : BOZO_SSL_CIPHERS))
275 "Error setting cipher list '%s'", sslinfo->ciphers);
375 bozo_ssl_set_ciphers(bozohttpd_t *httpd, const char *ciphers)
379 sslinfo->ciphers = bozostrdup(httpd, NULL, ciphers);
380 debug((httpd, DEBUG_NORMAL, "using ciphers: %s", sslinfo->ciphers));
  /src/sys/dev/pci/
if_ipwreg.h 229 u_int32_t ciphers; member in struct:ipw_security
  /src/sys/dev/ic/
ath.c 1508 static const char *ciphers[] = { local in function:ath_keyprint
1518 printf("%s: [%02u] %-7s ", tag, ix, ciphers[hk->kv_type]);

Completed in 37 milliseconds