Searched refs:rc4_key (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/ |
| H A D | rc4.c | 30 typedef struct rc4_key { struct 34 } rc4_key; argument 36 static rc4_key rc4key; 41 prepare_key(unsigned char *key_data_ptr, int key_data_len, rc4_key *key) in prepare_key() 65 rc4(unsigned char *buffer_ptr, int buffer_len, int skip, rc4_key *key) in rc4()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | rkcommon.c | 165 static unsigned char rc4_key[16] = { variable 330 rc4_encode(buf, RK_BLK_SIZE, rc4_key); in rkcommon_set_header0() 414 rc4_encode((void *)header0, sizeof(struct header0_info), rc4_key); in rkcommon_parse_header() 541 rc4_encode(buf + offset, step, rc4_key); in rkcommon_rc4_encode_spl()
|