Searched refs:tmp_rc4_key (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/demos/engines/zencod/
H A Dhw_zencod.c1606 NEW_ZEN_RC4_KEY *tmp_rc4_key = NULL; local
1608 tmp_rc4_key = (NEW_ZEN_RC4_KEY *) (ctx->cipher_data);
1609 tmp_rc4_key->first = 0;
1610 tmp_rc4_key->len = ctx->key_len;
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,
1631 NEW_ZEN_RC4_KEY *tmp_rc4_key = NULL; local
1639 tmp_rc4_key = ((NEW_ZEN_RC4_KEY *) (ctx->cipher_data));
1641 rc4key.data = &(tmp_rc4_key
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/demos/engines/zencod/
H A Dhw_zencod.c1552 NEW_ZEN_RC4_KEY *tmp_rc4_key = NULL ; local
1554 tmp_rc4_key = (NEW_ZEN_RC4_KEY *) ( ctx->cipher_data ) ;
1555 tmp_rc4_key->first = 0 ;
1556 tmp_rc4_key->len = ctx->key_len ;
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 ) ;
1576 NEW_ZEN_RC4_KEY *tmp_rc4_key = NULL ; local
1584 tmp_rc4_key = ( (NEW_ZEN_RC4_KEY *) ( ctx->cipher_data ) ) ;
1586 rc4key.data = &( tmp_rc4_key
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/demos/engines/zencod/
H A Dhw_zencod.c1552 NEW_ZEN_RC4_KEY *tmp_rc4_key = NULL ; local
1554 tmp_rc4_key = (NEW_ZEN_RC4_KEY *) ( ctx->cipher_data ) ;
1555 tmp_rc4_key->first = 0 ;
1556 tmp_rc4_key->len = ctx->key_len ;
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 ) ;
1576 NEW_ZEN_RC4_KEY *tmp_rc4_key = NULL ; local
1584 tmp_rc4_key = ( (NEW_ZEN_RC4_KEY *) ( ctx->cipher_data ) ) ;
1586 rc4key.data = &( tmp_rc4_key
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/demos/engines/zencod/
H A Dhw_zencod.c1606 NEW_ZEN_RC4_KEY *tmp_rc4_key = NULL; local
1608 tmp_rc4_key = (NEW_ZEN_RC4_KEY *) (ctx->cipher_data);
1609 tmp_rc4_key->first = 0;
1610 tmp_rc4_key->len = ctx->key_len;
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,
1631 NEW_ZEN_RC4_KEY *tmp_rc4_key = NULL; local
1639 tmp_rc4_key = ((NEW_ZEN_RC4_KEY *) (ctx->cipher_data));
1641 rc4key.data = &(tmp_rc4_key
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/demos/engines/zencod/
H A Dhw_zencod.c1606 NEW_ZEN_RC4_KEY *tmp_rc4_key = NULL; local
1608 tmp_rc4_key = (NEW_ZEN_RC4_KEY *) (ctx->cipher_data);
1609 tmp_rc4_key->first = 0;
1610 tmp_rc4_key->len = ctx->key_len;
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,
1631 NEW_ZEN_RC4_KEY *tmp_rc4_key = NULL; local
1639 tmp_rc4_key = ((NEW_ZEN_RC4_KEY *) (ctx->cipher_data));
1641 rc4key.data = &(tmp_rc4_key
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/demos/engines/zencod/
H A Dhw_zencod.c1552 NEW_ZEN_RC4_KEY *tmp_rc4_key = NULL ; local
1554 tmp_rc4_key = (NEW_ZEN_RC4_KEY *) ( ctx->cipher_data ) ;
1555 tmp_rc4_key->first = 0 ;
1556 tmp_rc4_key->len = ctx->key_len ;
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 ) ;
1576 NEW_ZEN_RC4_KEY *tmp_rc4_key = NULL ; local
1584 tmp_rc4_key = ( (NEW_ZEN_RC4_KEY *) ( ctx->cipher_data ) ) ;
1586 rc4key.data = &( tmp_rc4_key
[all...]

Completed in 186 milliseconds