Searched refs:ivsize (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dablkcipher.c47 if (alg->ivsize > PAGE_SIZE / 8)
53 crt->ivsize = alg->ivsize;
68 seq_printf(m, "ivsize : %u\n", ablkcipher->ivsize);
H A Dblkcipher.c277 unsigned int ivsize = crypto_blkcipher_ivsize(tfm); local
278 unsigned int size = bs * 2 + ivsize + max(bs, ivsize) - (alignmask + 1);
289 iv = blkcipher_get_spot(iv, ivsize);
291 walk->iv = memcpy(iv, walk->iv, ivsize);
393 if ((type & mask) && cipher->ivsize) {
395 len += cipher->ivsize;
409 crt->ivsize = alg->ivsize;
437 if (alg->ivsize > PAGE_SIZ
[all...]
H A Dcryptd.c241 inst->alg.cra_ablkcipher.ivsize = alg->cra_blkcipher.ivsize;
H A Dlrw.c260 inst->alg.cra_blkcipher.ivsize = alg->cra_blocksize;
H A Dcbc.c305 inst->alg.cra_blkcipher.ivsize = alg->cra_blocksize;
H A Dpcbc.c309 inst->alg.cra_blkcipher.ivsize = alg->cra_blocksize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h157 unsigned int ivsize; member in struct:ablkcipher_alg
172 unsigned int ivsize; member in struct:blkcipher_alg
283 unsigned int ivsize; member in struct:ablkcipher_tfm
528 return crypto_ablkcipher_crt(tfm)->ivsize;
704 return crypto_blkcipher_alg(tfm)->ivsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/crypto/
H A Ddes_s390.c225 .ivsize = DES_BLOCK_SIZE,
383 .ivsize = DES3_128_BLOCK_SIZE,
545 .ivsize = DES3_192_BLOCK_SIZE,
H A Daes_s390.c316 .ivsize = AES_BLOCK_SIZE,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/crypto/
H A Dgeode-aes.c297 .ivsize = AES_IV_LENGTH,
H A Dpadlock-aes.c603 .ivsize = AES_BLOCK_SIZE,

Completed in 180 milliseconds