Searched refs:modes (Results 51 - 75 of 136) sorted by relevance

123456

/freebsd-11-stable/crypto/openssl/apps/
H A Dopenssl.c160 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */ local
176 if (modes[type]) {
184 modes[type] = rw;
186 if (!modes[type]) {
191 if (modes[type] != rw) {
197 modes[type] = 0;
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-amd.c117 static const uint8_t modes[] = local
131 pci_write_config(parent, reg, modes[mode & ATA_MODE_MASK], 1);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dbgscan_learn.c350 struct hostapd_hw_modes *modes; local
354 modes = wpa_s->hw.modes;
355 if (modes == NULL)
359 for (j = 0; j < modes[i].num_channels; j++) {
360 if (modes[i].channels[j].flag & HOSTAPD_CHAN_DISABLED)
362 /* some hw modes (e.g. 11b & 11g) contain same freqs */
363 if (in_array(freqs, modes[i].channels[j].freq))
370 freqs[count] = modes[i].channels[j].freq;
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_crypto_commoncrypto.c45 apr_hash_t *modes; member in struct:apr_crypto_t
217 f->modes = apr_hash_make(pool);
218 if (!f->modes) {
221 apr_hash_set(f->modes, "ecb", APR_HASH_KEY_STRING, &(key_modes[0]));
222 apr_hash_set(f->modes, "cbc", APR_HASH_KEY_STRING, &(key_modes[1]));
247 * @brief Get a hash table of key modes, keyed by the name of the mode against
250 * @param modes - hashtable of key modes keyed to constants.
254 static apr_status_t crypto_get_block_key_modes(apr_hash_t **modes, argument
257 *modes
[all...]
H A Dapr_crypto_openssl.c57 apr_hash_t *modes; member in struct:apr_crypto_t
315 f->modes = apr_hash_make(pool);
316 if (!f->modes) {
319 apr_hash_set(f->modes, "ecb", APR_HASH_KEY_STRING, &(key_modes[0]));
320 apr_hash_set(f->modes, "cbc", APR_HASH_KEY_STRING, &(key_modes[1]));
357 * @brief Get a hash table of key modes, keyed by the name of the mode against
360 * @param modes - hashtable of key modes keyed to constants.
364 static apr_status_t crypto_get_block_key_modes(apr_hash_t **modes, argument
367 *modes
[all...]
H A Dapr_crypto_nss.c55 apr_hash_t *modes; member in struct:apr_crypto_t
338 f->modes = apr_hash_make(pool);
339 if (!f->modes) {
342 apr_hash_set(f->modes, "ecb", APR_HASH_KEY_STRING, &(key_modes[0]));
343 apr_hash_set(f->modes, "cbc", APR_HASH_KEY_STRING, &(key_modes[1]));
368 * @brief Get a hash table of key modes, keyed by the name of the mode against
371 * @param modes - hashtable of key modes keyed to constants.
375 static apr_status_t crypto_get_block_key_modes(apr_hash_t **modes, argument
378 *modes
[all...]
/freebsd-11-stable/contrib/ntp/kernel/sys/
H A Dtimex.h199 * Control mode codes (timex.modes)
260 unsigned int modes; /* clock mode bits (wo) */ member in struct:timex
/freebsd-11-stable/sys/sys/
H A Dtimex.h63 * Control mode codes (timex.modes)
130 unsigned int modes; /* clock mode bits (wo) */ member in struct:timex
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.asm13 ${LCRYPTO_SRC}/crypto/modes/asm \
21 # modes
54 ${LCRYPTO_SRC}/crypto/modes/asm \
77 # modes
123 ${LCRYPTO_SRC}/crypto/modes/asm \
134 # modes
167 ${LCRYPTO_SRC}/crypto/modes/asm \
194 # modes
/freebsd-11-stable/contrib/wpa/src/fst/
H A Dfst.h70 * get_hw_modes - Get hardware modes
72 * @modes: OUT, pointer on array of hw modes
74 * Returns: Number of hw modes available.
76 int (*get_hw_modes)(void *ctx, struct hostapd_hw_modes **modes);
H A Dfst_group.c107 struct hostapd_hw_modes *modes; local
109 int num_modes = fst_iface_get_hw_modes(f, &modes);
113 b = fst_hw_mode_to_band(modes->mode);
114 modes++;
/freebsd-11-stable/contrib/apr-util/include/private/
H A Dapr_crypto_internal.h72 * @brief Get a hash table of key modes, keyed by the name of the mode against
75 * @param modes - hashtable of key modes keyed to constants.
79 apr_status_t (*get_block_key_modes)(apr_hash_t **modes,
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfdio.c65 real_fopen (const char *filename, const char *modes) argument
68 return fopen64 (filename, modes);
70 return fopen (filename, modes);
/freebsd-11-stable/crypto/openssl/crypto/seed/
H A DMakefile86 seed_cbc.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h
92 seed_cfb.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h
104 seed_ofb.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h
/freebsd-11-stable/crypto/openssl/crypto/aes/
H A DMakefile140 aes_cbc.o: ../../include/openssl/aes.h ../../include/openssl/modes.h
142 aes_cfb.o: ../../include/openssl/aes.h ../../include/openssl/modes.h
146 aes_ctr.o: ../../include/openssl/aes.h ../../include/openssl/modes.h
162 aes_ofb.o: ../../include/openssl/aes.h ../../include/openssl/modes.h
168 aes_wrap.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_loopfilter.c766 ntv.modes = MOD_STATUS;
768 ntv.modes = MOD_BITS;
770 clock_offset, &ntv.modes);
838 ntv.modes = MOD_TAI;
1087 ntv.modes = MOD_FREQUENCY;
1111 ntv.modes = MOD_BITS;
1288 ntv.modes = MOD_STATUS;
/freebsd-11-stable/sbin/etherswitchcfg/
H A Difmedia.c438 } modes[3]; member in struct:ifmedia_type_to_subtype
576 for (i = 0; ttos->modes[i].desc != NULL; i++) {
577 rval = lookup_media_word(ttos->modes[i].desc, val);
685 for (i = 0; ttos->modes[i].desc != NULL; i++) {
686 if (ttos->modes[i].alias)
688 for (desc = ttos->modes[i].desc;
/freebsd-11-stable/sbin/ifconfig/
H A Difmedia.c477 } modes[3]; member in struct:ifmedia_type_to_subtype
615 for (i = 0; ttos->modes[i].desc != NULL; i++) {
616 rval = lookup_media_word(ttos->modes[i].desc, val);
724 for (i = 0; ttos->modes[i].desc != NULL; i++) {
725 if (ttos->modes[i].alias)
727 for (desc = ttos->modes[i].desc;
/freebsd-11-stable/sys/dev/fb/
H A Dsplash_bmp.c66 /* currently only 256-color modes are supported XXX */
67 static int modes[] = { local
96 for (i = 0; modes[i] >= 0; ++i) {
97 if ((vidd_get_info(adp, modes[i], &info) == 0) &&
102 splash_mode = modes[i];
297 /* EGA/VGA planar modes */
619 /* XXX: this is ugly, but necessary for EGA/VGA 1bpp/4bpp modes */
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dwrap128.c1 /* crypto/modes/wrap128.c */
56 #include <openssl/modes.h>
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h78 uint8_t modes; member in struct:reg_info
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc_helper.c82 list_for_each_entry(mode, &connector->modes, head) {
95 * drm_helper_probe_single_connector_modes - get complete set of display modes
97 * @maxX: max width for modes
98 * @maxY: max height for modes
104 * valid modes. Modes will first be added to the connector's probed_modes list,
106 * the normal modes list.
113 * Number of modes found on @connector.
127 /* set all modes to the unverified state */
128 list_for_each_entry(mode, &connector->modes, head)
171 drm_mode_validate_size(dev, &connector->modes, max
[all...]
/freebsd-11-stable/usr.bin/tftp/
H A Dmain.c162 static struct modes { struct
165 } modes[] = { variable in typeref:struct:modes
211 * modes table defined earlier on in this file and mapping it on the real
245 for (i = 0; modes[i].m_name != NULL; i++) {
246 if (strcmp(modes[i].m_name, tmode) == 0)
249 if (modes[i].m_name == NULL) {
253 settftpmode(modes[i].m_mode);
360 struct modes *p;
368 for (p = modes; p->m_name; p++)
381 for (p = modes;
[all...]
/freebsd-11-stable/contrib/xz/src/xz/
H A Doptions.c319 static const name_id_map modes[] = { local
341 { "mode", modes, 0, 0 },
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dhw_features.c2 * hostapd / Hardware feature query and different modes
80 struct hostapd_hw_modes *modes; local
85 modes = hostapd_get_hw_feature_data(hapd, &num_modes, &flags,
87 if (modes == NULL) {
99 iface->hw_features = modes;
103 struct hostapd_hw_modes *feature = &modes[i];
960 /* Check other available modes since the channel list for the current

Completed in 167 milliseconds

123456