Searched refs:rc4_state (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/zencod/
H A Dhw_zencod.c1332 unsigned char rc4_state[260]; member in struct:__anon4977
1611 tmp_rc4_key->rc4_state[0] = 0x00;
1612 tmp_rc4_key->rc4_state[2] = 0x00;
1615 memcpy(&(tmp_rc4_key->rc4_state[4 + i * ctx->key_len]), key,
1641 rc4key.data = &(tmp_rc4_key->rc4_state[0]);
1646 &(tmp_rc4_key->rc4_state[0]),
1647 &(tmp_rc4_key->rc4_state[3]),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/zencod/
H A Dhw_zencod.c1269 unsigned char rc4_state [ 260 ] ; member in struct:__anon7189
1557 tmp_rc4_key->rc4_state [ 0 ] = 0x00 ;
1558 tmp_rc4_key->rc4_state [ 2 ] = 0x00 ;
1561 memcpy ( &( tmp_rc4_key->rc4_state [ 4 + i*ctx->key_len ] ), key, ctx->key_len ) ;
1586 rc4key.data = &( tmp_rc4_key->rc4_state [ 0 ] ) ;
1589 to_return = ptr_zencod_rc4_cipher ( &output, &input, (const zen_nb_t *) &rc4key, &( tmp_rc4_key->rc4_state [0] ), &( tmp_rc4_key->rc4_state [3] ), !tmp_rc4_key->first ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/zencod/
H A Dhw_zencod.c1332 unsigned char rc4_state[260]; member in struct:__anon4628
1611 tmp_rc4_key->rc4_state[0] = 0x00;
1612 tmp_rc4_key->rc4_state[2] = 0x00;
1615 memcpy(&(tmp_rc4_key->rc4_state[4 + i * ctx->key_len]), key,
1641 rc4key.data = &(tmp_rc4_key->rc4_state[0]);
1646 &(tmp_rc4_key->rc4_state[0]),
1647 &(tmp_rc4_key->rc4_state[3]),

Completed in 89 milliseconds