Searched refs:crypt_pw (Results 1 – 1 of 1) sorted by relevance
129 u8 *iv, *crypt_pw; in aes_siv_encrypt() local150 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()