Searched refs:crypt_pw (Results 1 – 1 of 1) sorted by relevance
130 u8 *iv, *crypt_pw; in aes_siv_encrypt() local151 crypt_pw = out + AES_BLOCK_SIZE; in aes_siv_encrypt()154 os_memcpy(crypt_pw, pw, pwlen); in aes_siv_encrypt()159 return aes_ctr_encrypt(k2, key_len, v, crypt_pw, pwlen); in aes_siv_encrypt()