Searched refs:modes (Results 126 - 144 of 144) sorted by relevance

123456

/freebsd-current/secure/lib/libcrypto/
H A DMakefile293 # modes
572 INCS+= kdferr.h lhash.h macros.h md2.h md4.h md5.h mdc2.h modes.h obj_mac.h
673 ${LCRYPTO_SRC}/crypto/modes \
/freebsd-current/share/mk/
H A Dgendirdeps.mk383 # 'cat .depend' should suffice, but if we are mixing build modes
/freebsd-current/contrib/bmake/mk/
H A Dgendirdeps.mk383 # 'cat .depend' should suffice, but if we are mixing build modes
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dmesh.c478 if (ieee80211_is_dfs(ssid->frequency, wpa_s->hw.modes,
H A Dctrl_iface.c4547 switch (wpa_s->hw.modes[j].mode) {
4567 chnl = wpa_s->hw.modes[j].channels;
4568 for (i = 0; i < wpa_s->hw.modes[j].num_channels; i++) {
4597 switch (wpa_s->hw.modes[j].mode) {
4618 chnl = wpa_s->hw.modes[j].channels;
4619 for (i = 0; i < wpa_s->hw.modes[j].num_channels; i++) {
4710 if (os_strcmp(field, "modes") == 0)
7422 if (wpa_s->hw.modes == NULL)
7432 mode = &wpa_s->hw.modes[i];
H A Dsme.c2475 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes,
2592 if (!wpa_s->hw.modes)
2597 hw_mode = &wpa_s->hw.modes[i];
/freebsd-current/crypto/openssl/crypto/evp/
H A De_aria.c16 # include <openssl/modes.h>
20 # include "crypto/modes.h"
197 /* Authenticated cipher modes (GCM/CCM) */
/freebsd-current/crypto/openssl/engines/
H A De_dasync.c38 #include <openssl/modes.h>
/freebsd-current/sys/dev/drm2/
H A Ddrm_crtc.h435 * below allow the core DRM code to control connectors, enumerate available modes,
531 * @interlace_allowed: can this connector handle interlaced modes?
533 * @modes: modes available on this connector (from fill_modes() + user)
535 * @probed_modes: list of modes derived directly from the display
574 struct list_head modes; /* list of modes on this connector */ member in struct:drm_connector
578 /* these are modes added by probing with DDC or the BIOS */
688 * This is used to set modes.
769 struct drm_gem_names crtc_names; /* use this idr for all IDs, fb, crtc, connector, modes
[all...]
/freebsd-current/secure/lib/libcrypto/modules/fips/
H A DMakefile153 # crypto/modes
323 ${LCRYPTO_SRC}/crypto/modes \
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c750 if (cctx->modes.db_push) {
2078 return rdev->chip_ctx->modes.wqe_mode;
5298 resp.modes = genp5 ? cctx->modes.wqe_mode : 0;
5306 if (genp5 && cctx->modes.db_push) {
H A Dqplib_fp.c1176 if (res->cctx->modes.te_bypass)
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c8217 struct hostapd_hw_modes *modes; local
8222 modes = nl80211_get_hw_feature_data(bss, &num_modes,
8225 ieee80211_is_dfs(bss->freq, modes, num_modes))
8227 if (modes) {
8229 os_free(modes[i].channels);
8230 os_free(modes[i].rates);
8232 os_free(modes);
/freebsd-current/crypto/openssl/test/
H A Dmodes_internal_test.c10 /* Internal tests for the modes module */
14 * non-internal use) in order to test the modes code
22 #include <openssl/modes.h>
24 #include "crypto/modes.h"
/freebsd-current/sys/crypto/openssl/arm/
H A Dbsaes-armv7.S16 @ Specific modes and adaptation for Linux kernel by Ard Biesheuvel
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dspa.c1237 static const char *const modes[ZTI_NMODES] = { variable
1280 if (strcmp(tok, modes[mode]) == 0)
1410 modes[zti->zti_mode], zti->zti_count,
1414 modes[zti->zti_mode]);
/freebsd-current/sys/compat/freebsd32/
H A Dfreebsd32_misc.c4019 CP(*src, *dst, modes);
4041 CP(*src, *dst, modes);
/freebsd-current/sys/dev/bxe/
H A Dbxe_elink.c3797 struct elink_vars *vars, uint8_t modes)
3805 if (modes & SHMEM_EEE_10G_ADV) {
3809 if (modes & SHMEM_EEE_1G_ADV) {
3817 vars->eee_status |= (modes << SHMEM_EEE_ADV_STATUS_SHIFT);
11758 * 10G in other modes.
3795 elink_eee_advertise(struct elink_phy *phy, struct elink_params *params, struct elink_vars *vars, uint8_t modes) argument
/freebsd-current/crypto/openssl/apps/
H A Dspeed.c63 #include <openssl/modes.h>

Completed in 782 milliseconds

123456