Searched refs:state (Results 26 - 50 of 201) sorted by relevance

123456789

/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/crypto/
H A Dmd5_ubicom32.c44 u32 state[MD5_HASH_WORDS]; member in struct:ubicom32_md5_ctx
51 mctx->state[0] = 0x01234567;
52 mctx->state[1] = 0x89abcdef;
53 mctx->state[2] = 0xfedcba98;
54 mctx->state[3] = 0x76543210;
83 _md5_ip5k_init_digest(mctx->state);
88 _md5_process(mctx->state, data);
99 _md5_process(mctx->state, mctx->buf);
112 _md5_process(mctx->state, mctx->buf);
118 _md5_ip5k_get_digest(mctx->state);
[all...]
H A Dsha1_ubicom32.c40 u32 state[5]; member in struct:ubicom32_sha1_ctx
57 /* only wipe out count, state, and 1st half of buf - 9 bytes at most */
136 sctx->state[0] = SHA1_H0;
137 sctx->state[1] = SHA1_H1;
138 sctx->state[2] = SHA1_H2;
139 sctx->state[3] = SHA1_H3;
140 sctx->state[4] = SHA1_H4;
163 sha1_init_digest(sctx->state);
276 sha1_output_digest(sctx->state);
312 SEC_COPY_5W(out, sctx->state);
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/cesa/
H A DmvSHA1.h75 MV_U32 state[5]; member in struct:__anon504
H A DmvSHA1.c77 static void mvSHA1Transform(MV_U32 state[5], const MV_U8 *buffer);
108 static void mvSHA1Transform(MV_U32 state[5], const MV_U8 *buffer) argument
121 /* Copy context->state[] to working vars */
122 a = state[0];
123 b = state[1];
124 c = state[2];
125 d = state[3];
126 e = state[4];
148 /* Add the working vars back into context.state[] */
149 state[
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_mtdif1.h26 yaffs_block_state_t *state, __u32 *seq_number);
H A Dyaffs_mtdif2.h27 yaffs_block_state_t *state, __u32 *seq_number);
H A Dyaffs_nand.h35 yaffs_block_state_t *state,
H A Dyaffs_nandemul2k.h31 yaffs_block_state_t *state, __u32 *seq_number);
H A Dyaffs_tagscompat.h32 yaffs_block_state_t *state,
H A Dyaffs_yaffs1.c33 yaffs_block_state_t state; local
58 /* Scan all the blocks to determine their state */
65 yaffs_query_init_block_state(dev, blk, &state, &seq_number);
67 bi->block_state = state;
71 bi->block_state = state = YAFFS_BLOCK_STATE_DEAD;
74 (TSTR("Block scanning block %d state %d seq %d" TENDSTR), blk,
75 state, seq_number));
77 if (state == YAFFS_BLOCK_STATE_DEAD) {
80 } else if (state == YAFFS_BLOCK_STATE_EMPTY) {
103 state
[all...]
/netgear-R7800-V1.0.2.28/target/linux/adm5120/files/drivers/leds/
H A Dledtrig-adm5120-switch.c55 struct port_state *state = led_cdev->trigger_data; local
61 if (&port_states[i] == state)
99 struct port_state *state = port_states; local
102 led_cdev->trigger_data = state;
108 led_set_brightness(led_cdev, state->value);
117 struct port_state *state = led_cdev->trigger_data; local
119 if (!state)
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/nss_qdisc/
H A Dnss_qdisc.c124 atomic_set(&nq->state, NSS_QDISC_STATE_FAILED_RESPONSE);
129 atomic_set(&nq->state, NSS_QDISC_STATE_READY);
140 int32_t state, rc; local
145 state = atomic_read(&nq->state);
146 if (state != NSS_QDISC_STATE_READY) {
148 __func__, sch, nq->type, state);
153 * Set shaper node state to IDLE
155 atomic_set(&nq->state, NSS_QDISC_STATE_IDLE);
174 atomic_set(&nq->state, NSS_QDISC_STATE_READ
223 int32_t state, rc; local
1119 int32_t state, rc; local
1225 int32_t state, rc; local
1315 int32_t state, rc, msg_type; local
1403 int32_t state, rc; local
1465 int32_t state; local
1541 int32_t state; local
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/
H A DmvCtrlEnvLib.c713 /* Check pex power state */
721 /* Return to power off state */
1473 MV_BOOL state = MV_TRUE; local
1481 state = MV_FALSE;
1483 else state = MV_TRUE;
1491 state = MV_FALSE;
1493 else state = MV_TRUE;
1500 state = MV_FALSE;
1502 else state = MV_TRUE;
1509 state
1688 MV_BOOL state = MV_TRUE; local
[all...]
/netgear-R7800-V1.0.2.28/package/streamboost-misc/files/usr/local/bin/
H A Djiggle_firewall4 $LOGGER Checking firewall state...
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dbuffalo-lib.c90 unsigned char *state; local
95 state = malloc(state_len);
96 if (state == NULL)
101 ctx->state = state;
105 state[i] = i;
110 t = state[i];
112 state[i] = state[k];
113 state[
122 unsigned char *state = ctx->state; local
[all...]
H A Dsha1.h20 ulong state[5]; member in struct:__anon1050
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/kernel/
H A Dsemaphore.c100 current->state = (task_state); \
121 current->state = (task_state); \
123 current->state = TASK_RUNNING; \
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/spi/
H A Dspi-falcon.c114 } state = state_init; local
117 switch (state) {
147 state = state_command_prepare;
156 state = state_write;
161 state = state_read;
166 state = state_disable_cs;
168 state = state_end;
206 state = state_write;
209 state = state_disable_cs;
215 state
[all...]
/netgear-R7800-V1.0.2.28/target/linux/adm5120/image/lzma-loader/src/
H A DLzmaDecode.c181 int state = vs->State; local
215 state = 0;
245 int state = 0; local
285 prob = p + IsMatch + (state << kNumPosBitsMax) + posState;
299 if (state >= kNumLitStates)
337 if (state < 4) state = 0;
338 else if (state < 10) state -= 3;
339 else state
[all...]
/netgear-R7800-V1.0.2.28/target/linux/adm8668/image/lzma-loader/src/
H A DLzmaDecode.c187 int state = vs->State; local
221 state = 0;
251 int state = 0; local
291 prob = p + IsMatch + (state << kNumPosBitsMax) + posState;
305 if (state >= kNumLitStates)
343 if (state < 4) state = 0;
344 else if (state < 10) state -= 3;
345 else state
[all...]
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/image/lzma-loader/src/
H A DLzmaDecode.c181 int state = vs->State; local
215 state = 0;
245 int state = 0; local
285 prob = p + IsMatch + (state << kNumPosBitsMax) + posState;
299 if (state >= kNumLitStates)
337 if (state < 4) state = 0;
338 else if (state < 10) state -= 3;
339 else state
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/image/lzma-loader/src/
H A DLzmaDecode.c187 int state = vs->State; local
221 state = 0;
251 int state = 0; local
291 prob = p + IsMatch + (state << kNumPosBitsMax) + posState;
305 if (state >= kNumLitStates)
343 if (state < 4) state = 0;
344 else if (state < 10) state -= 3;
345 else state
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/
H A Dnss_cmn.c49 if (unlikely(nss_ctx->state != NSS_CORE_STATE_INITIALIZED)) {
80 if (unlikely(nss_ctx->state != NSS_CORE_STATE_INITIALIZED)) {
119 * return the NSS initialization state
124 nss_state_t state = NSS_STATE_UNINITIALIZED; local
128 if (nss_ctx->state == NSS_CORE_STATE_INITIALIZED) {
129 state = NSS_STATE_INITIALIZED;
133 return state;
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/arch/arm/mach-s3c2442/
H A Dgta02-pm-wlan.c49 * preserve rfkill state, as required in clause 7 of section 3.1 in rfkill.txt,
50 * we therefore need to maintain rfkill state outside the driver.
61 * gta02_wlan_query_rfkill_lock is used to obtain the rfkill state before the
62 * driver is ready to process rfkill callbacks. To prevent the state from
103 static int gta02_wlan_toggle_radio(void *data, enum rfkill_state state) argument
106 int on = state == RFKILL_STATE_UNBLOCKED;
109 dev_dbg(dev, "gta02_wlan_toggle_radio: state %d (%p)\n",
110 state, gta02_wlan_rfkill_cb);
140 rfkill->state = default_state ? RFKILL_STATE_ON : RFKILL_STATE_OFF;
143 * ready, the driver is now in an unknown state, whic
[all...]
/netgear-R7800-V1.0.2.28/package/px5g/src/polarssl/
H A Dsha1.h44 unsigned long state[5]; /*!< intermediate digest state */ member in struct:__anon21

Completed in 154 milliseconds

123456789