| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/crypto/ |
| H A D | aes-siv.c | 163 const u8 *iv_crypt, size_t iv_c_len, in aes_siv_decrypt() argument 191 os_memcpy(iv, iv_crypt, AES_BLOCK_SIZE); in aes_siv_decrypt() 192 os_memcpy(out, iv_crypt + AES_BLOCK_SIZE, crypt_len); in aes_siv_decrypt() 204 if (os_memcmp(check, iv_crypt, AES_BLOCK_SIZE) == 0) in aes_siv_decrypt()
|
| H A D | aes_siv.h | 18 const u8 *iv_crypt, size_t iv_c_len,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/crypto/ |
| H A D | aes-siv.c | 162 const u8 *iv_crypt, size_t iv_c_len, in aes_siv_decrypt() argument 190 os_memcpy(iv, iv_crypt, AES_BLOCK_SIZE); in aes_siv_decrypt() 191 os_memcpy(out, iv_crypt + AES_BLOCK_SIZE, crypt_len); in aes_siv_decrypt() 203 if (os_memcmp(check, iv_crypt, AES_BLOCK_SIZE) == 0) in aes_siv_decrypt()
|
| H A D | aes_siv.h | 17 const u8 *iv_crypt, size_t iv_c_len,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/crypto/ |
| H A D | aes-siv.c | 162 const u8 *iv_crypt, size_t iv_c_len, in aes_siv_decrypt() argument 190 os_memcpy(iv, iv_crypt, AES_BLOCK_SIZE); in aes_siv_decrypt() 191 os_memcpy(out, iv_crypt + AES_BLOCK_SIZE, crypt_len); in aes_siv_decrypt() 203 if (os_memcmp(check, iv_crypt, AES_BLOCK_SIZE) == 0) in aes_siv_decrypt()
|
| H A D | aes_siv.h | 17 const u8 *iv_crypt, size_t iv_c_len,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/crypto/ |
| H A D | aes-siv.c | 162 const u8 *iv_crypt, size_t iv_c_len, in aes_siv_decrypt() argument 190 os_memcpy(iv, iv_crypt, AES_BLOCK_SIZE); in aes_siv_decrypt() 191 os_memcpy(out, iv_crypt + AES_BLOCK_SIZE, crypt_len); in aes_siv_decrypt() 203 if (os_memcmp(check, iv_crypt, AES_BLOCK_SIZE) == 0) in aes_siv_decrypt()
|
| H A D | aes_siv.h | 17 const u8 *iv_crypt, size_t iv_c_len,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/crypto/ |
| H A D | aes-siv.c | 162 const u8 *iv_crypt, size_t iv_c_len, in aes_siv_decrypt() argument 190 os_memcpy(iv, iv_crypt, AES_BLOCK_SIZE); in aes_siv_decrypt() 191 os_memcpy(out, iv_crypt + AES_BLOCK_SIZE, crypt_len); in aes_siv_decrypt() 203 if (os_memcmp(check, iv_crypt, AES_BLOCK_SIZE) == 0) in aes_siv_decrypt()
|
| H A D | aes_siv.h | 17 const u8 *iv_crypt, size_t iv_c_len,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/crypto/ |
| H A D | aes-siv.c | 162 const u8 *iv_crypt, size_t iv_c_len, in aes_siv_decrypt() argument 190 os_memcpy(iv, iv_crypt, AES_BLOCK_SIZE); in aes_siv_decrypt() 191 os_memcpy(out, iv_crypt + AES_BLOCK_SIZE, crypt_len); in aes_siv_decrypt() 203 if (os_memcmp(check, iv_crypt, AES_BLOCK_SIZE) == 0) in aes_siv_decrypt()
|
| H A D | aes_siv.h | 17 const u8 *iv_crypt, size_t iv_c_len,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/crypto/ |
| H A D | aes-siv.c | 163 const u8 *iv_crypt, size_t iv_c_len, in aes_siv_decrypt() argument 191 os_memcpy(iv, iv_crypt, AES_BLOCK_SIZE); in aes_siv_decrypt() 192 os_memcpy(out, iv_crypt + AES_BLOCK_SIZE, crypt_len); in aes_siv_decrypt() 204 if (os_memcmp(check, iv_crypt, AES_BLOCK_SIZE) == 0) in aes_siv_decrypt()
|
| H A D | aes_siv.h | 18 const u8 *iv_crypt, size_t iv_c_len,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/crypto/ |
| H A D | aes-siv.c | 162 const u8 *iv_crypt, size_t iv_c_len, in aes_siv_decrypt() argument 190 os_memcpy(iv, iv_crypt, AES_BLOCK_SIZE); in aes_siv_decrypt() 191 os_memcpy(out, iv_crypt + AES_BLOCK_SIZE, crypt_len); in aes_siv_decrypt() 203 if (os_memcmp(check, iv_crypt, AES_BLOCK_SIZE) == 0) in aes_siv_decrypt()
|
| H A D | aes_siv.h | 17 const u8 *iv_crypt, size_t iv_c_len,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/crypto/ |
| H A D | aes-siv.c | 162 const u8 *iv_crypt, size_t iv_c_len, in aes_siv_decrypt() argument 190 os_memcpy(iv, iv_crypt, AES_BLOCK_SIZE); in aes_siv_decrypt() 191 os_memcpy(out, iv_crypt + AES_BLOCK_SIZE, crypt_len); in aes_siv_decrypt() 203 if (os_memcmp(check, iv_crypt, AES_BLOCK_SIZE) == 0) in aes_siv_decrypt()
|
| H A D | aes_siv.h | 17 const u8 *iv_crypt, size_t iv_c_len,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/crypto/ |
| H A D | aes-siv.c | 162 const u8 *iv_crypt, size_t iv_c_len, in aes_siv_decrypt() argument 190 os_memcpy(iv, iv_crypt, AES_BLOCK_SIZE); in aes_siv_decrypt() 191 os_memcpy(out, iv_crypt + AES_BLOCK_SIZE, crypt_len); in aes_siv_decrypt() 203 if (os_memcmp(check, iv_crypt, AES_BLOCK_SIZE) == 0) in aes_siv_decrypt()
|
| H A D | aes_siv.h | 17 const u8 *iv_crypt, size_t iv_c_len,
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | fils_aead.c | 145 const u8 *iv_crypt, size_t iv_c_len, in aes_siv_decrypt() argument 164 memcpy(iv, iv_crypt, AES_BLOCK_SIZE); in aes_siv_decrypt() 165 memcpy(frame_iv, iv_crypt, AES_BLOCK_SIZE); in aes_siv_decrypt() 191 sg_init_one(src, iv_crypt + AES_BLOCK_SIZE, crypt_len); in aes_siv_decrypt()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_swcrypto.c | 120 const u8 *iv_crypt, size_t iv_c_len, in _aes_siv_decrypt() argument 123 return aes_siv_decrypt(key, key_len, iv_crypt, iv_c_len, num_elem, addr, len, out); in _aes_siv_decrypt()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_swcrypto.c | 120 const u8 *iv_crypt, size_t iv_c_len, in _aes_siv_decrypt() argument 123 return aes_siv_decrypt(key, key_len, iv_crypt, iv_c_len, num_elem, addr, len, out); in _aes_siv_decrypt()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_swcrypto.c | 119 const u8 *iv_crypt, size_t iv_c_len, in _aes_siv_decrypt() argument 122 return aes_siv_decrypt(key, key_len, iv_crypt, iv_c_len, num_elem, addr, len, out); in _aes_siv_decrypt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_swcrypto.c | 119 const u8 *iv_crypt, size_t iv_c_len, in _aes_siv_decrypt() argument 122 return aes_siv_decrypt(key, key_len, iv_crypt, iv_c_len, num_elem, addr, len, out); in _aes_siv_decrypt()
|