Searched refs:reqsize (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Deseqiv.c191 unsigned int reqsize; local
196 reqsize = sizeof(struct eseqiv_request_ctx);
198 if (alignmask & reqsize) {
199 alignmask &= reqsize;
206 reqsize += alignmask;
207 reqsize += crypto_ablkcipher_ivsize(geniv);
208 reqsize = ALIGN(reqsize, crypto_tfm_ctx_alignment());
210 ctx->reqoff = reqsize - sizeof(struct eseqiv_request_ctx);
212 tfm->crt_ablkcipher.reqsize
[all...]
H A Dseqiv.c242 tfm->crt_ablkcipher.reqsize = sizeof(struct ablkcipher_request);
254 tfm->crt_aead.reqsize = sizeof(struct aead_request);
H A Dchainiv.c109 tfm->crt_ablkcipher.reqsize = sizeof(struct ablkcipher_request);
H A Dgcm.c668 tfm->crt_aead.reqsize = align +
949 tfm->crt_aead.reqsize = sizeof(struct aead_request) +
1215 tfm->crt_aead.reqsize = sizeof(struct crypto_rfc4543_req_ctx) +
H A Dccm.c455 tfm->crt_aead.reqsize = align +
738 tfm->crt_aead.reqsize = sizeof(struct aead_request) +
H A Daead.c325 tfm->crt_aead.reqsize += crypto_aead_reqsize(aead);
H A Dpcrypt.c295 tfm->crt_aead.reqsize = sizeof(struct pcrypt_request)
H A Dshash.c356 crt->reqsize = sizeof(struct shash_desc) + crypto_shash_descsize(shash);
H A Dauthenc.c574 tfm->crt_aead.reqsize = sizeof(struct authenc_request_ctx) +
H A Dblkcipher.c687 tfm->crt_ablkcipher.reqsize += crypto_ablkcipher_reqsize(cipher);
H A Dcryptd.c246 tfm->crt_ablkcipher.reqsize =
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddircache.h34 extern int dircache_init(int reqsize);
H A Ddircache.c593 int dircache_init(int reqsize) argument
598 if (reqsize > DEFAULT_MAX_DIRCACHE_SIZE && reqsize < MAX_POSSIBLE_DIRCACHE_SIZE) {
599 while ((dircache_maxsize < MAX_POSSIBLE_DIRCACHE_SIZE) && (dircache_maxsize < reqsize))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/internal/
H A Dhash.h119 unsigned int reqsize)
121 tfm->reqsize = reqsize;
118 crypto_ahash_set_reqsize(struct crypto_ahash *tfm, unsigned int reqsize) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fuse/
H A Ddev.c941 unsigned reqsize = sizeof(ih) + sizeof(arg); variable
948 ih.len = reqsize;
954 if (nbytes < reqsize)
962 return err ? err : reqsize;
980 unsigned reqsize; local
1008 reqsize = in->h.len;
1010 if (nbytes < reqsize) {
1045 return reqsize;
1487 unsigned reqsize = sizeof(struct fuse_out_header); local
1490 return nbytes != reqsize
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dhash.h96 unsigned int reqsize; member in struct:crypto_ahash
174 return tfm->reqsize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcrypto.h331 unsigned int reqsize; member in struct:ablkcipher_tfm
346 unsigned int reqsize; member in struct:aead_tfm
670 return crypto_ablkcipher_crt(tfm)->reqsize;
808 return crypto_aead_crt(tfm)->reqsize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Ds2255drv.c1231 dprintk(1, "%s: reqsize %ld\n", __func__, channel->req_image_size);
2238 unsigned long reqsize; local
2242 reqsize = SYS_FRAMES_MAXSIZE;
2244 if (reqsize > SYS_FRAMES_MAXSIZE)
2245 reqsize = SYS_FRAMES_MAXSIZE;
2249 channel->buffer.frame[i].lpvbits = vmalloc(reqsize);
2253 channel->buffer.frame[i].size = reqsize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dixp4xx_crypto.c583 tfm->crt_ablkcipher.reqsize = sizeof(struct ablk_ctx);
589 tfm->crt_aead.reqsize = sizeof(struct aead_ctx);
H A Dmv_cesa.c674 tfm->crt_ablkcipher.reqsize = sizeof(struct mv_req_ctx);
H A Dhifn_795x.c2456 tfm->crt_ablkcipher.reqsize = sizeof(struct hifn_request_context);
H A Dn2_core.c1374 tfm->crt_ablkcipher.reqsize = sizeof(struct n2_request_context);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A Daesni-intel_glue.c464 tfm->crt_ablkcipher.reqsize = sizeof(struct ablkcipher_request) +
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/amcc/
H A Dcrypto4xx_core.c1002 tfm->crt_ablkcipher.reqsize = sizeof(struct crypto4xx_ctx);

Completed in 300 milliseconds