Home
last modified time | relevance | path

Searched refs:crypt_pw (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/crypto/
H A Daes-siv.c129 u8 *iv, *crypt_pw; in aes_siv_encrypt() local
150 crypt_pw = out + AES_BLOCK_SIZE; in aes_siv_encrypt()
153 os_memcpy(crypt_pw, pw, pwlen); in aes_siv_encrypt()
158 return aes_ctr_encrypt(k2, key_len, v, crypt_pw, pwlen); in aes_siv_encrypt()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/crypto/
H A Daes-siv.c128 u8 *iv, *crypt_pw; in aes_siv_encrypt() local
149 crypt_pw = out + AES_BLOCK_SIZE; in aes_siv_encrypt()
152 os_memcpy(crypt_pw, pw, pwlen); in aes_siv_encrypt()
157 return aes_ctr_encrypt(k2, key_len, v, crypt_pw, pwlen); in aes_siv_encrypt()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/crypto/
H A Daes-siv.c128 u8 *iv, *crypt_pw; in aes_siv_encrypt() local
149 crypt_pw = out + AES_BLOCK_SIZE; in aes_siv_encrypt()
152 os_memcpy(crypt_pw, pw, pwlen); in aes_siv_encrypt()
157 return aes_ctr_encrypt(k2, key_len, v, crypt_pw, pwlen); in aes_siv_encrypt()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/crypto/
H A Daes-siv.c128 u8 *iv, *crypt_pw; in aes_siv_encrypt() local
149 crypt_pw = out + AES_BLOCK_SIZE; in aes_siv_encrypt()
152 os_memcpy(crypt_pw, pw, pwlen); in aes_siv_encrypt()
157 return aes_ctr_encrypt(k2, key_len, v, crypt_pw, pwlen); in aes_siv_encrypt()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/crypto/
H A Daes-siv.c128 u8 *iv, *crypt_pw; in aes_siv_encrypt() local
149 crypt_pw = out + AES_BLOCK_SIZE; in aes_siv_encrypt()
152 os_memcpy(crypt_pw, pw, pwlen); in aes_siv_encrypt()
157 return aes_ctr_encrypt(k2, key_len, v, crypt_pw, pwlen); in aes_siv_encrypt()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/crypto/
H A Daes-siv.c128 u8 *iv, *crypt_pw; in aes_siv_encrypt() local
149 crypt_pw = out + AES_BLOCK_SIZE; in aes_siv_encrypt()
152 os_memcpy(crypt_pw, pw, pwlen); in aes_siv_encrypt()
157 return aes_ctr_encrypt(k2, key_len, v, crypt_pw, pwlen); in aes_siv_encrypt()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/crypto/
H A Daes-siv.c129 u8 *iv, *crypt_pw; in aes_siv_encrypt() local
150 crypt_pw = out + AES_BLOCK_SIZE; in aes_siv_encrypt()
153 os_memcpy(crypt_pw, pw, pwlen); in aes_siv_encrypt()
158 return aes_ctr_encrypt(k2, key_len, v, crypt_pw, pwlen); in aes_siv_encrypt()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/crypto/
H A Daes-siv.c128 u8 *iv, *crypt_pw; in aes_siv_encrypt() local
149 crypt_pw = out + AES_BLOCK_SIZE; in aes_siv_encrypt()
152 os_memcpy(crypt_pw, pw, pwlen); in aes_siv_encrypt()
157 return aes_ctr_encrypt(k2, key_len, v, crypt_pw, pwlen); in aes_siv_encrypt()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/crypto/
H A Daes-siv.c128 u8 *iv, *crypt_pw; in aes_siv_encrypt() local
149 crypt_pw = out + AES_BLOCK_SIZE; in aes_siv_encrypt()
152 os_memcpy(crypt_pw, pw, pwlen); in aes_siv_encrypt()
157 return aes_ctr_encrypt(k2, key_len, v, crypt_pw, pwlen); in aes_siv_encrypt()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/crypto/
H A Daes-siv.c128 u8 *iv, *crypt_pw; in aes_siv_encrypt() local
149 crypt_pw = out + AES_BLOCK_SIZE; in aes_siv_encrypt()
152 os_memcpy(crypt_pw, pw, pwlen); in aes_siv_encrypt()
157 return aes_ctr_encrypt(k2, key_len, v, crypt_pw, pwlen); in aes_siv_encrypt()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_security.c3015 u8 *iv, *crypt_pw; in aes_siv_encrypt() local
3031 crypt_pw = out + AES_BLOCK_SIZE; in aes_siv_encrypt()
3034 os_memcpy(crypt_pw, pw, pwlen); in aes_siv_encrypt()
3039 return aes_128_ctr_encrypt(k2, v, crypt_pw, pwlen); in aes_siv_encrypt()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_security.c3015 u8 *iv, *crypt_pw; in aes_siv_encrypt() local
3031 crypt_pw = out + AES_BLOCK_SIZE; in aes_siv_encrypt()
3034 os_memcpy(crypt_pw, pw, pwlen); in aes_siv_encrypt()
3039 return aes_128_ctr_encrypt(k2, v, crypt_pw, pwlen); in aes_siv_encrypt()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_security.c3014 u8 *iv, *crypt_pw; in aes_siv_encrypt() local
3030 crypt_pw = out + AES_BLOCK_SIZE; in aes_siv_encrypt()
3033 os_memcpy(crypt_pw, pw, pwlen); in aes_siv_encrypt()
3038 return aes_128_ctr_encrypt(k2, v, crypt_pw, pwlen); in aes_siv_encrypt()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_security.c3015 u8 *iv, *crypt_pw; in aes_siv_encrypt() local
3031 crypt_pw = out + AES_BLOCK_SIZE; in aes_siv_encrypt()
3034 os_memcpy(crypt_pw, pw, pwlen); in aes_siv_encrypt()
3039 return aes_128_ctr_encrypt(k2, v, crypt_pw, pwlen); in aes_siv_encrypt()