Home
last modified time | relevance | path

Searched refs:state (Results 7601 - 7625 of 21081) sorted by relevance

1...<<301302303304305306307308309310>>...844

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c99 const struct drm_connector_state *state, in nouveau_conn_atomic_get_property()
102 struct nouveau_conn_atom *asyc = nouveau_conn_atom(state); in nouveau_conn_atomic_get_property()
130 struct drm_connector_state *state, in nouveau_conn_atomic_set_property()
134 struct nouveau_conn_atom *asyc = nouveau_conn_atom(state); in nouveau_conn_atomic_set_property()
223 struct drm_connector_state *state) in nouveau_conn_atomic_destroy_state()
225 struct nouveau_conn_atom *asyc = nouveau_conn_atom(state); in nouveau_conn_atomic_destroy_state()
226 __drm_atomic_helper_connector_destroy_state(&asyc->state); in nouveau_conn_atomic_destroy_state()
233 struct nouveau_conn_atom *armc = nouveau_conn_atom(connector->state); in nouveau_conn_atomic_duplicate_state()
237 __drm_atomic_helper_connector_duplicate_state(connector, &asyc->state); in nouveau_conn_atomic_duplicate_state()
242 return &asyc->state; in nouveau_conn_atomic_duplicate_state()
98 nouveau_conn_atomic_get_property(struct drm_connector *connector, const struct drm_connector_state *state, struct drm_property *property, u64 *val) nouveau_conn_atomic_get_property() argument
129 nouveau_conn_atomic_set_property(struct drm_connector *connector, struct drm_connector_state *state, struct drm_property *property, u64 val) nouveau_conn_atomic_set_property() argument
222 nouveau_conn_atomic_destroy_state(struct drm_connector *connector, struct drm_connector_state *state) nouveau_conn_atomic_destroy_state() argument
[all...]
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-s3c64xx.c165 * @state: Set of FLAGS to indicate status.
188 unsigned state; member
261 sdd->state &= ~RXBUSY; in s3c64xx_spi_dmacb()
262 if (!(sdd->state & TXBUSY)) in s3c64xx_spi_dmacb()
265 sdd->state &= ~TXBUSY; in s3c64xx_spi_dmacb()
266 if (!(sdd->state & RXBUSY)) in s3c64xx_spi_dmacb()
397 sdd->state |= TXBUSY; in s3c64xx_enable_datapath()
421 sdd->state |= RXBUSY; in s3c64xx_enable_datapath()
536 sdd->state &= ~TXBUSY; in s3c64xx_wait_for_pio()
572 sdd->state in s3c64xx_wait_for_pio()
[all...]
/kernel/linux/linux-5.10/fs/nfs/
H A Ddelegation.c145 static int nfs_delegation_claim_locks(struct nfs4_state *state, const nfs4_stateid *stateid) in nfs_delegation_claim_locks() argument
147 struct inode *inode = state->inode; in nfs_delegation_claim_locks()
160 if (nfs_file_open_context(fl->fl_file)->state != state) in nfs_delegation_claim_locks()
163 status = nfs4_lock_delegation_recall(fl, state, stateid); in nfs_delegation_claim_locks()
183 struct nfs4_state *state; in nfs_delegation_claim_opens() local
190 state = ctx->state; in nfs_delegation_claim_opens()
191 if (state == NULL) in nfs_delegation_claim_opens()
193 if (!test_bit(NFS_DELEGATED_STATE, &state in nfs_delegation_claim_opens()
[all...]
/kernel/linux/linux-6.6/drivers/misc/
H A Dxilinx_sdfec.c200 * @state: State of the SDFEC device
211 * This structure contains necessary state for SDFEC driver to operate
222 enum xsdfec_state state; member
289 xsdfec->state = XSDFEC_STARTED; in update_config_from_hw()
291 xsdfec->state = XSDFEC_STOPPED; in update_config_from_hw()
301 status.state = xsdfec->state; in xsdfec_get_status()
670 if (xsdfec->state == XSDFEC_STARTED) { in xsdfec_add_ldpc()
747 if (xsdfec->state == XSDFEC_STARTED) in xsdfec_set_order()
767 if (xsdfec->state in xsdfec_set_bypass()
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_tnrdmd_dvbt2.c858 if (tnr_dmd->state != CXD2880_TNRDMD_STATE_SLEEP && in cxd2880_tnrdmd_dvbt2_tune1()
859 tnr_dmd->state != CXD2880_TNRDMD_STATE_ACTIVE) in cxd2880_tnrdmd_dvbt2_tune1()
922 if (tnr_dmd->state != CXD2880_TNRDMD_STATE_SLEEP && in cxd2880_tnrdmd_dvbt2_tune2()
923 tnr_dmd->state != CXD2880_TNRDMD_STATE_ACTIVE) in cxd2880_tnrdmd_dvbt2_tune2()
951 tnr_dmd->state = CXD2880_TNRDMD_STATE_ACTIVE; in cxd2880_tnrdmd_dvbt2_tune2()
957 tnr_dmd->diver_sub->state = CXD2880_TNRDMD_STATE_ACTIVE; in cxd2880_tnrdmd_dvbt2_tune2()
977 if (tnr_dmd->state != CXD2880_TNRDMD_STATE_SLEEP && in cxd2880_tnrdmd_dvbt2_sleep_setting()
978 tnr_dmd->state != CXD2880_TNRDMD_STATE_ACTIVE) in cxd2880_tnrdmd_dvbt2_sleep_setting()
1010 if (tnr_dmd->state != CXD2880_TNRDMD_STATE_ACTIVE) in cxd2880_tnrdmd_dvbt2_check_demod_lock()
1070 if (tnr_dmd->state ! in cxd2880_tnrdmd_dvbt2_check_ts_lock()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Defx_common.c527 BUG_ON(efx->state == STATE_DISABLED); in efx_start_all()
544 /* Link state detection is normally event-driven; we have in efx_start_all()
563 * times with the NIC in almost any state, but interrupts should be
702 /* Tears down the entire software state and most of the hardware state
804 * fail, in which case the card will be left in an unusable state.
860 efx->state = STATE_DISABLED; in efx_reset()
893 /* We checked the state in efx_schedule_reset() but it may in efx_reset_work()
897 if (efx_net_active(efx->state)) in efx_reset_work()
907 if (efx_recovering(efx->state)) { in efx_schedule_reset()
1199 efx_io_error_detected(struct pci_dev *pdev, pci_channel_state_t state) efx_io_error_detected() argument
[all...]
/kernel/linux/linux-6.6/drivers/auxdisplay/
H A Dpanel.c145 enum input_state state; member
579 unsigned int bit, state; in lcd_get_bits() local
582 state = test_bit(bit, bits) ? BIT_SET : BIT_CLR; in lcd_get_bits()
584 *val |= lcd_bits[port][bit][state]; in lcd_get_bits()
1188 input->state = INPUT_ST_LOW; /* invalidate */ in input_state_high()
1233 input->state = INPUT_ST_FALLING; in input_state_high()
1245 input->state = INPUT_ST_LOW; /* invalidate */ in input_state_falling()
1271 input->state = INPUT_ST_HIGH; in input_state_falling()
1289 input->state = INPUT_ST_LOW; in input_state_falling()
1303 switch (input->state) { in panel_process_inputs()
[all...]
/kernel/linux/linux-6.6/fs/nfs/
H A Ddelegation.c145 static int nfs_delegation_claim_locks(struct nfs4_state *state, const nfs4_stateid *stateid) in nfs_delegation_claim_locks() argument
147 struct inode *inode = state->inode; in nfs_delegation_claim_locks()
160 if (nfs_file_open_context(fl->fl_file)->state != state) in nfs_delegation_claim_locks()
163 status = nfs4_lock_delegation_recall(fl, state, stateid); in nfs_delegation_claim_locks()
183 struct nfs4_state *state; in nfs_delegation_claim_opens() local
190 state = ctx->state; in nfs_delegation_claim_opens()
191 if (state == NULL) in nfs_delegation_claim_opens()
193 if (!test_bit(NFS_DELEGATED_STATE, &state in nfs_delegation_claim_opens()
[all...]
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-s3c64xx.c171 * @state: Set of FLAGS to indicate status.
194 unsigned state; member
267 sdd->state &= ~RXBUSY; in s3c64xx_spi_dmacb()
268 if (!(sdd->state & TXBUSY)) in s3c64xx_spi_dmacb()
271 sdd->state &= ~TXBUSY; in s3c64xx_spi_dmacb()
272 if (!(sdd->state & RXBUSY)) in s3c64xx_spi_dmacb()
443 sdd->state |= TXBUSY; in s3c64xx_enable_datapath()
467 sdd->state |= RXBUSY; in s3c64xx_enable_datapath()
595 sdd->state &= ~TXBUSY; in s3c64xx_wait_for_pio()
631 sdd->state in s3c64xx_wait_for_pio()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_midi.c55 STATE_INITIAL = 0, /* pseudo state */
63 STATE_FINISHED, /* pseudo state */
75 uint8_t state; member
458 next_state = port->state; in f_midi_transmit_byte()
459 port->state = STATE_REAL_TIME; in f_midi_transmit_byte()
464 switch (port->state) { in f_midi_transmit_byte()
485 next_state = port->state; in f_midi_transmit_byte()
486 port->state = STATE_INITIAL; in f_midi_transmit_byte()
493 port->state = STATE_INITIAL; in f_midi_transmit_byte()
528 port->state in f_midi_transmit_byte()
[all...]
/kernel/linux/linux-6.6/drivers/target/iscsi/
H A Discsi_target_util.c125 static int iscsit_wait_for_tag(struct se_session *se_sess, int state, int *cpup) in iscsit_wait_for_tag() argument
132 if (state == TASK_RUNNING) in iscsit_wait_for_tag()
138 sbitmap_prepare_to_wait(sbq, ws, &wait, state); in iscsit_wait_for_tag()
139 if (signal_pending_state(state, current)) in iscsit_wait_for_tag()
155 struct iscsit_cmd *iscsit_allocate_cmd(struct iscsit_conn *conn, int state) in iscsit_allocate_cmd() argument
163 tag = iscsit_wait_for_tag(se_sess, state, &cpu); in iscsit_allocate_cmd()
503 u8 state) in iscsit_add_cmd_to_immediate_queue()
515 qr->state = state; in iscsit_add_cmd_to_immediate_queue()
579 u8 state) in iscsit_add_cmd_to_response_queue()
500 iscsit_add_cmd_to_immediate_queue( struct iscsit_cmd *cmd, struct iscsit_conn *conn, u8 state) iscsit_add_cmd_to_immediate_queue() argument
576 iscsit_add_cmd_to_response_queue( struct iscsit_cmd *cmd, struct iscsit_conn *conn, u8 state) iscsit_add_cmd_to_response_queue() argument
872 u8 state; iscsit_add_nopin() local
[all...]
/kernel/linux/linux-6.6/drivers/char/
H A Drandom.c283 * the resultant ChaCha state to the user, along with the second
287 * The returned ChaCha state contains within it a copy of the old
288 * key value, at index 4, so the state should always be zeroed out
290 * If the state cannot be erased in a timely manner, then it is
313 * This function returns a ChaCha state that you may use for generating
367 * some random data and a ChaCha state for the caller. All other in crng_make_state()
482 * block from the detached ChaCha state. We can increase \
787 * entropy pool. Note that high-speed solid state drives with very low
914 * the entropy pool having similar initial state across largely
1017 * four-word SipHash state, whil
1127 add_timer_randomness(struct timer_rand_state *state, unsigned int num) add_timer_randomness() argument
1220 struct timer_rand_state *state; rand_initialize_disk() local
1254 struct entropy_timer_state *state = container_of(timer, struct entropy_timer_state, timer); entropy_timer() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dsoc15.c1393 enum amd_clockgating_state state) in soc15_common_set_clockgating_state()
1405 state == AMD_CG_STATE_GATE); in soc15_common_set_clockgating_state()
1407 state == AMD_CG_STATE_GATE); in soc15_common_set_clockgating_state()
1409 state == AMD_CG_STATE_GATE); in soc15_common_set_clockgating_state()
1411 state == AMD_CG_STATE_GATE); in soc15_common_set_clockgating_state()
1413 state == AMD_CG_STATE_GATE); in soc15_common_set_clockgating_state()
1415 state == AMD_CG_STATE_GATE); in soc15_common_set_clockgating_state()
1417 state == AMD_CG_STATE_GATE); in soc15_common_set_clockgating_state()
1423 state == AMD_CG_STATE_GATE); in soc15_common_set_clockgating_state()
1425 state in soc15_common_set_clockgating_state()
1392 soc15_common_set_clockgating_state(void *handle, enum amd_clockgating_state state) soc15_common_set_clockgating_state() argument
1479 soc15_common_set_powergating_state(void *handle, enum amd_powergating_state state) soc15_common_set_powergating_state() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_psp.c76 display->state = MOD_HDCP_DISPLAY_ACTIVE; in remove_display_from_topology_v2()
113 display->state = MOD_HDCP_DISPLAY_INACTIVE; in remove_display_from_topology_v3()
115 display->state = MOD_HDCP_DISPLAY_ACTIVE; in remove_display_from_topology_v3()
132 display->state = MOD_HDCP_DISPLAY_INACTIVE; in add_display_to_topology_v2()
159 display->state = MOD_HDCP_DISPLAY_INACTIVE; in add_display_to_topology_v2()
179 display->state = MOD_HDCP_DISPLAY_INACTIVE; in add_display_to_topology_v3()
216 display->state = MOD_HDCP_DISPLAY_INACTIVE; in add_display_to_topology_v3()
312 hdcp->displays[i].state = in mod_hdcp_hdcp1_destroy_session()
383 display->state = MOD_HDCP_DISPLAY_ENCRYPTION_ENABLED; in mod_hdcp_hdcp1_enable_encryption()
445 if (hdcp->displays[i].adjust.disable || hdcp->displays[i].state ! in mod_hdcp_hdcp1_enable_dp_stream_encryption()
[all...]
/kernel/linux/linux-6.6/drivers/s390/char/
H A Draw3270.c43 unsigned int state; member
62 /* raw3270->state */
63 #define RAW3270_STATE_INIT 0 /* Initial state */
115 return rp->state == RAW3270_STATE_READY; in raw3270_state_ready()
181 * Reset request to initial state.
360 if (rp->state > RAW3270_STATE_RESET) in raw3270_irq()
557 rp->state = RAW3270_STATE_READY; in raw3270_size_device_done()
572 if (rp->state != RAW3270_STATE_W4ATTN) in raw3270_read_modified()
583 rp->state = RAW3270_STATE_READMOD; in raw3270_read_modified()
601 rp->state in raw3270_writesf_readpart()
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_nat_core.c210 old_state = READ_ONCE(ct->proto.tcp.state); in nf_nat_may_kill()
247 ignored_conntrack->proto.tcp.state != TCP_CONNTRACK_SYN_SENT) in nf_nat_used_tuple_harder()
251 * action: evict colliding if its in timewait state and the in nf_nat_used_tuple_harder()
786 static bool in_vrf_postrouting(const struct nf_hook_state *state) in in_vrf_postrouting() argument
789 if (state->hook == NF_INET_POST_ROUTING && in in_vrf_postrouting()
790 netif_is_l3_master(state->out)) in in_vrf_postrouting()
798 const struct nf_hook_state *state) in nf_nat_inet_fn()
804 enum nf_nat_manip_type maniptype = HOOK2MANIP(state->hook); in nf_nat_inet_fn()
812 if (!ct || in_vrf_postrouting(state)) in nf_nat_inet_fn()
836 state); in nf_nat_inet_fn()
797 nf_nat_inet_fn(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) nf_nat_inet_fn() argument
[all...]
/test/xts/acts/multimedia/audio_ndk/oh_audio_render_test/src/
H A Doh_audio_render_unit_test.cpp191 * @tc.name : Test OH_AudioStreamBuilder_GenerateRenderer API via legal state.
225 * @tc.name : Test OH_AudioRenderer_Start API via legal state.
244 * @tc.name : Test OH_AudioRenderer_Start API via illegal state.
265 * @tc.name : Test OH_AudioRenderer_Pause API via legal state.
285 * @tc.name : Test OH_AudioRenderer_Pause API via illegal state, Pause without Start first.
304 * @tc.name : Test OH_AudioRenderer_Stop API via legal state.
324 * @tc.name : Test OH_AudioRenderer_Stop API via illegal state, Stop without Start first.
343 * @tc.name : Test OH_AudioRenderer_Flush API via legal state.
363 * @tc.name : Test OH_AudioRenderer_Flush API via illegal state.
382 * @tc.name : Test OH_AudioRenderer_Release API via legal state
431 OH_AudioStream_State state; HWTEST() local
452 OH_AudioStream_State state; HWTEST() local
474 OH_AudioStream_State state; HWTEST() local
496 OH_AudioStream_State state; HWTEST() local
518 OH_AudioStream_State state; HWTEST() local
[all...]
/third_party/mesa3d/src/intel/isl/
H A Disl.h827 * so the surface is in the pass-through state.
856 * Enum for keeping track of the state an auxiliary compressed surface.
924 * "Compressed w/o Clear" state is to render with HiZ when the surface is
943 * an ambiguate so it goes directly into the pass-through state. CCS_E also
948 * The state machine above isn't quite correct for CCS on TGL. There is a HW
950 * the fast-clear state as a side-effect of a regular draw call. This means
952 * the compressed with clear state, not the compressed without clear state.
960 * In this state, each block in the auxiliary surface contains a magic
961 * value that indicates that the block is in the clear state
2175 isl_aux_state_has_valid_primary(enum isl_aux_state state) isl_aux_state_has_valid_primary() argument
2183 isl_aux_state_has_valid_aux(enum isl_aux_state state) isl_aux_state_has_valid_aux() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DContextGL.cpp38 ContextGL::ContextGL(const gl::State &state, in ContextGL() argument
42 : ContextImpl(state, errorSet), in ContextGL()
82 TextureImpl *ContextGL::createTexture(const gl::TextureState &state) in createTexture() argument
89 stateManager->bindTexture(state.getType(), texture); in createTexture()
91 return new TextureGL(state, texture); in createTexture()
94 RenderbufferImpl *ContextGL::createRenderbuffer(const gl::RenderbufferState &state) in createRenderbuffer() argument
103 return new RenderbufferGL(state, renderbuffer); in createRenderbuffer()
106 BufferImpl *ContextGL::createBuffer(const gl::BufferState &state) in createBuffer() argument
113 return new BufferGL(state, buffer); in createBuffer()
168 TransformFeedbackImpl *ContextGL::createTransformFeedback(const gl::TransformFeedbackState &state) in createTransformFeedback() argument
173 createSampler(const gl::SamplerState &state) createSampler() argument
203 createOverlay(const gl::OverlayState &state) createOverlay() argument
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djchuff-sse2.asm183 ; jsimd_huff_encode_one_block_sse2(working_state *state, JOCTET *buffer,
216 ; r10 - state
241 %define state r10
264 ; rcx = working_state *state
282 mov state, rcx
295 ; rdi = working_state *state
308 mov state, rdi
466 mov free_bitsd, [state+working_state.cur.free_bits]
467 ;Z: free_bits = state->cur.free_bits;
470 mov put_buffer, [state
[all...]
/third_party/python/Lib/test/
H A Dtest_memoryio.py710 """Test if pickle restores properly the internal state of StringIO.
729 state = memio.__getstate__()
730 self.assertEqual(len(state), 3)
731 bytearray(state[0]) # Check if state[0] supports the buffer interface.
732 self.assertIsInstance(state[1], int)
733 if state[2] is not None:
734 self.assertIsInstance(state[2], dict)
795 state = memio.__getstate__()
797 memio.__setstate__(state)
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Dsor.c455 to_sor_state(struct drm_connector_state *state) in to_sor_state() argument
457 return container_of(state, struct tegra_sor_state, base); in to_sor_state()
1284 struct tegra_sor_state *state) in tegra_sor_mode_set()
1310 switch (state->bpc) { in tegra_sor_mode_set()
1498 if (!crtc || !crtc->state->active) { in tegra_sor_show_crc()
1660 if (!crtc || !crtc->state->active) { in tegra_sor_show_regs()
1717 struct tegra_sor_state *state; in tegra_sor_connector_reset() local
1719 state = kzalloc(sizeof(*state), GFP_KERNEL); in tegra_sor_connector_reset()
1720 if (!state) in tegra_sor_connector_reset()
1282 tegra_sor_mode_set(struct tegra_sor *sor, const struct drm_display_mode *mode, struct tegra_sor_state *state) tegra_sor_mode_set() argument
1746 struct tegra_sor_state *state = to_sor_state(connector->state); tegra_sor_connector_duplicate_state() local
1804 struct tegra_sor_state *state = to_sor_state(conn_state); tegra_sor_encoder_atomic_check() local
2254 struct tegra_sor_state *state; tegra_sor_hdmi_enable() local
2724 struct tegra_sor_state *state; tegra_sor_dp_enable() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Dsor.c455 to_sor_state(struct drm_connector_state *state) in to_sor_state() argument
457 return container_of(state, struct tegra_sor_state, base); in to_sor_state()
1285 struct tegra_sor_state *state) in tegra_sor_mode_set()
1311 switch (state->bpc) { in tegra_sor_mode_set()
1499 if (!crtc || !crtc->state->active) { in tegra_sor_show_crc()
1661 if (!crtc || !crtc->state->active) { in tegra_sor_show_regs()
1718 struct tegra_sor_state *state; in tegra_sor_connector_reset() local
1720 state = kzalloc(sizeof(*state), GFP_KERNEL); in tegra_sor_connector_reset()
1721 if (!state) in tegra_sor_connector_reset()
1283 tegra_sor_mode_set(struct tegra_sor *sor, const struct drm_display_mode *mode, struct tegra_sor_state *state) tegra_sor_mode_set() argument
1747 struct tegra_sor_state *state = to_sor_state(connector->state); tegra_sor_connector_duplicate_state() local
1805 struct tegra_sor_state *state = to_sor_state(conn_state); tegra_sor_encoder_atomic_check() local
2250 struct tegra_sor_state *state; tegra_sor_hdmi_enable() local
2720 struct tegra_sor_state *state; tegra_sor_dp_enable() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/aes/
H A Daes_core.c425 static void ShiftRows(u64 *state) in ShiftRows() argument
431 s0 = (unsigned char *)state; in ShiftRows()
444 static void InvShiftRows(u64 *state) in InvShiftRows() argument
450 s0 = (unsigned char *)state; in InvShiftRows()
463 static void MixColumns(u64 *state) in MixColumns() argument
470 s1.d = state[c]; in MixColumns()
487 state[c] = s.d; in MixColumns()
491 static void InvMixColumns(u64 *state) in InvMixColumns() argument
498 s1.d = state[c]; in InvMixColumns()
523 state[ in InvMixColumns()
527 AddRoundKey(u64 *state, const u64 *w) AddRoundKey() argument
536 u64 state[2]; Cipher() local
563 u64 state[2]; InvCipher() local
[all...]
/third_party/openssl/crypto/aes/
H A Daes_core.c425 static void ShiftRows(u64 *state) in ShiftRows() argument
431 s0 = (unsigned char *)state; in ShiftRows()
444 static void InvShiftRows(u64 *state) in InvShiftRows() argument
450 s0 = (unsigned char *)state; in InvShiftRows()
463 static void MixColumns(u64 *state) in MixColumns() argument
470 s1.d = state[c]; in MixColumns()
487 state[c] = s.d; in MixColumns()
491 static void InvMixColumns(u64 *state) in InvMixColumns() argument
498 s1.d = state[c]; in InvMixColumns()
523 state[ in InvMixColumns()
527 AddRoundKey(u64 *state, const u64 *w) AddRoundKey() argument
536 u64 state[2]; Cipher() local
563 u64 state[2]; InvCipher() local
[all...]

Completed in 44 milliseconds

1...<<301302303304305306307308309310>>...844