Home
last modified time | relevance | path

Searched refs:ciphers (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_crypto.c58 static const struct ieee80211_cipher *ciphers[IEEE80211_CIPHER_MAX]; variable
146 ciphers[IEEE80211_CIPHER_NONE] = &ieee80211_cipher_none; in ieee80211_crypto_attach()
202 if (ciphers[cip->ic_cipher] != NULL && ciphers[cip->ic_cipher] != cip) { in ieee80211_crypto_register()
207 ciphers[cip->ic_cipher] = cip; in ieee80211_crypto_register()
221 if (ciphers[cip->ic_cipher] != NULL && ciphers[cip->ic_cipher] != cip) { in ieee80211_crypto_unregister()
228 ciphers[cip->ic_cipher] = NULL; in ieee80211_crypto_unregister()
234 return cipher < IEEE80211_CIPHER_MAX && ciphers[cipher] != NULL; in ieee80211_crypto_available()
286 cip = ciphers[cipher]; in ieee80211_crypto_newkey()
303 cip = ciphers[cipher]; in ieee80211_crypto_newkey()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_ssl_module.h46 ngx_str_t ciphers; member
H A Dngx_stream_ssl_module.c126 offsetof(ngx_stream_ssl_conf_t, ciphers),
651 ngx_conf_merge_str_value(conf->ciphers, prev->ciphers, NGX_DEFAULT_CIPHERS); in ngx_stream_ssl_merge_conf()
737 if (ngx_ssl_ciphers(cf, &conf->ssl, &conf->ciphers, in ngx_stream_ssl_merge_conf()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_ssl_module.h48 ngx_str_t ciphers; member
H A Dngx_mail_ssl_module.c126 offsetof(ngx_mail_ssl_conf_t, ciphers),
317 ngx_conf_merge_str_value(conf->ciphers, prev->ciphers, NGX_DEFAULT_CIPHERS); in ngx_mail_ssl_merge_conf()
416 if (ngx_ssl_ciphers(cf, &conf->ssl, &conf->ciphers, in ngx_mail_ssl_merge_conf()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssl_module.h48 ngx_str_t ciphers; member
H A Dngx_http_ssl_module.c137 offsetof(ngx_http_ssl_srv_conf_t, ciphers),
642 ngx_conf_merge_str_value(conf->ciphers, prev->ciphers, NGX_DEFAULT_CIPHERS); in ngx_http_ssl_merge_srv_conf()
767 if (ngx_ssl_ciphers(cf, &conf->ssl, &conf->ciphers, in ngx_http_ssl_merge_srv_conf()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl.h172 ngx_int_t ngx_ssl_ciphers(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *ciphers,
H A Dngx_event_openssl.c842 ngx_ssl_ciphers(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *ciphers, in ngx_ssl_ciphers() argument
845 if (SSL_CTX_set_cipher_list(ssl->ctx, (char *) ciphers->data) == 0) { in ngx_ssl_ciphers()
848 ciphers); in ngx_ssl_ciphers()
4232 u_char *ciphers, *p; in ngx_ssl_get_ciphers() local
4236 n = SSL_get0_raw_cipherlist(c->ssl->connection, &ciphers); in ngx_ssl_get_ciphers()
4247 cipher = SSL_CIPHER_find(c->ssl->connection, ciphers + i * bytes); in ngx_ssl_get_ciphers()
4267 cipher = SSL_CIPHER_find(c->ssl->connection, ciphers + i * bytes); in ngx_ssl_get_ciphers()
4274 p = ngx_hex_dump(p, ciphers + i * bytes, bytes); in ngx_ssl_get_ciphers()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dfips_validation.rst37 program/block-ciphers>`_ website. To obtain the ``.req`` files you need to
/f-stack/app/nginx-1.16.1/
H A DCHANGES894 *) Change: to use DHE ciphers it is now required to specify parameters
2979 *) Feature: now nginx supports ECDHE key exchange ciphers.
3011 *) Change: now default SSL ciphers are "HIGH:!aNULL:!MD5".
3556 *) Bugfix: nginx did not support all ciphers and digests used in client
3833 *) Change: now default SSL ciphers are "HIGH:!ADH:!MD5".
3859 *) Change: now default SSL ciphers are "ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM".
4539 asymmetric ciphers.
5031 *) Feature: now nginx supports EDH key exchange ciphers.