Searched refs:ivs (Results 1 – 1 of 1) sorted by relevance
225 unsigned char *ivs; in tls_copy_ivs() local240 ivs = kmalloc_array(CIPHER_BLOCK_SIZE, number_of_ivs, GFP_ATOMIC); in tls_copy_ivs()241 if (!ivs) in tls_copy_ivs()243 get_random_bytes(ivs, number_of_ivs * CIPHER_BLOCK_SIZE); in tls_copy_ivs()250 memcpy(iv_loc, ivs, number_of_ivs * CIPHER_BLOCK_SIZE); in tls_copy_ivs()264 memcpy(page_address(page), ivs, number_of_ivs * in tls_copy_ivs()271 kfree(ivs); in tls_copy_ivs()