Lines Matching refs:ivsize
886 unsigned ivsize = crypto_ablkcipher_ivsize(tfm); in ablk_perform() local
916 BUG_ON(ivsize && !req->info); in ablk_perform()
917 memcpy(crypt->iv, req->info, ivsize); in ablk_perform()
992 unsigned ivsize = crypto_aead_ivsize(tfm); in aead_perform() local
1033 BUG_ON(ivsize && !req->iv); in aead_perform()
1034 memcpy(crypt->iv, req->iv, ivsize); in aead_perform()
1200 .ivsize = DES_BLOCK_SIZE,
1227 .ivsize = DES3_EDE_BLOCK_SIZE,
1253 .ivsize = AES_BLOCK_SIZE,
1279 .ivsize = AES_BLOCK_SIZE,
1293 .ivsize = AES_BLOCK_SIZE,
1311 .ivsize = DES_BLOCK_SIZE,
1323 .ivsize = DES3_EDE_BLOCK_SIZE,
1335 .ivsize = DES_BLOCK_SIZE,
1347 .ivsize = DES3_EDE_BLOCK_SIZE,
1359 .ivsize = AES_BLOCK_SIZE,
1371 .ivsize = AES_BLOCK_SIZE,