| /OK3568_Linux_fs/kernel/lib/crypto/ |
| H A D | arc4.c | 37 void arc4_crypt(struct arc4_ctx *ctx, u8 *out, const u8 *in, unsigned int len) in arc4_crypt() function 72 EXPORT_SYMBOL(arc4_crypt);
|
| /OK3568_Linux_fs/kernel/drivers/net/ppp/ |
| H A D | ppp_mppe.c | 154 arc4_crypt(&state->arc4, state->session_key, state->sha1_digest, in mppe_rekey() 392 arc4_crypt(&state->arc4, obuf, ibuf, isize); in mppe_compress() 566 arc4_crypt(&state->arc4, obuf, ibuf, 1); in mppe_decompress() 581 arc4_crypt(&state->arc4, obuf + 1, ibuf + 1, isize - 1); in mppe_decompress()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/ |
| H A D | ieee80211_crypt_wep.c | 119 arc4_crypt(&wep->tx_ctx_arc4, pos, pos, len + 4); in prism2_wep_encrypt() 164 arc4_crypt(&wep->rx_ctx_arc4, pos, pos, plen + 4); in prism2_wep_decrypt()
|
| H A D | ieee80211_crypt_tkip.c | 326 arc4_crypt(&tkey->tx_ctx_arc4, pos, pos, len + 4); in ieee80211_tkip_encrypt() 404 arc4_crypt(&tkey->rx_ctx_arc4, pos, pos, plen + 4); in ieee80211_tkip_decrypt()
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | lib80211_crypt_wep.c | 139 arc4_crypt(&wep->tx_ctx, pos, pos, len + 4); in lib80211_wep_encrypt() 178 arc4_crypt(&wep->rx_ctx, pos, pos, plen + 4); in lib80211_wep_decrypt()
|
| H A D | lib80211_crypt_tkip.c | 358 arc4_crypt(&tkey->tx_ctx_arc4, pos, pos, len + 4); in lib80211_tkip_encrypt() 440 arc4_crypt(&tkey->rx_ctx_arc4, pos, pos, plen + 4); in lib80211_tkip_decrypt()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/ |
| H A D | rtllib_crypt_wep.c | 117 arc4_crypt(&wep->tx_ctx_arc4, pos, pos, len + 4); in prism2_wep_encrypt() 163 arc4_crypt(&wep->rx_ctx_arc4, pos, pos, plen + 4); in prism2_wep_decrypt()
|
| H A D | rtllib_crypt_tkip.c | 327 arc4_crypt(&tkey->tx_ctx_arc4, pos, pos, len + 4); in rtllib_tkip_encrypt() 415 arc4_crypt(&tkey->rx_ctx_arc4, pos, pos, plen + 4); in rtllib_tkip_decrypt()
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | arc4.h | 21 void arc4_crypt(struct arc4_ctx *ctx, u8 *out, const u8 *in, unsigned int len);
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | wep.c | 117 arc4_crypt(ctx, data, data, data_len + IEEE80211_WEP_ICV_LEN); in ieee80211_wep_encrypt_data() 171 arc4_crypt(ctx, data, data, data_len + IEEE80211_WEP_ICV_LEN); in ieee80211_wep_decrypt_data()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | arc4.c | 36 arc4_crypt(ctx, walk.dst.virt.addr, walk.src.virt.addr, in crypto_arc4_crypt()
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | handshake.h | 41 #define RC4_encrypt(h,l,d) arc4_crypt(h,l,(unsigned char *)d,(unsigned char *)d) 42 #define RC4_encrypt2(h,l,s,d) arc4_crypt(h,l,(unsigned char *)s,(unsigned char *)d)
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifsencrypt.c | 791 arc4_crypt(ctx_arc4, ses->ntlmssp->ciphertext, sec_key, in calc_seckey()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_virtual_device | 751 arc4_crypt
|
| H A D | abi_gki_aarch64_generic | 27 arc4_crypt
|
| H A D | abi_gki_aarch64_db845c | 991 arc4_crypt
|
| H A D | abi_gki_aarch64_imx | 1676 arc4_crypt
|
| H A D | abi_gki_aarch64_qcom | 39 arc4_crypt
|
| H A D | abi_gki_aarch64_mtk | 30 arc4_crypt
|
| H A D | abi_gki_aarch64_rockchip | 1919 arc4_crypt
|
| H A D | abi_gki_aarch64_oplus | 42 arc4_crypt
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | compat-1.3.h | 1734 #define arc4_crypt mbedtls_arc4_crypt macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | compat-1.3.h | 1734 #define arc4_crypt mbedtls_arc4_crypt macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | compat-1.3.h | 1734 #define arc4_crypt mbedtls_arc4_crypt macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | compat-1.3.h | 1734 #define arc4_crypt mbedtls_arc4_crypt macro
|