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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/engines/zencod/
H A Dhw_zencod.c1269 unsigned char rc4_state [ 260 ] ; member in struct:__anon1452
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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/zencod/
H A Dhw_zencod.c1269 unsigned char rc4_state [ 260 ] ; member in struct:__anon2959
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 ) ;

Completed in 45 milliseconds