Searched refs:crypto_shash_descsize (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dlibcrc32c.c46 char ctx[crypto_shash_descsize(tfm)];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dshash.c188 memcpy(out, shash_desc_ctx(desc), crypto_shash_descsize(desc->tfm));
194 memcpy(shash_desc_ctx(desc), in, crypto_shash_descsize(desc->tfm));
356 crt->reqsize = sizeof(struct shash_desc) + crypto_shash_descsize(shash);
463 desc = kmalloc(sizeof(*desc) + crypto_shash_descsize(shash),
H A Dhmac.c57 char ctx[crypto_shash_descsize(hash)];
172 crypto_shash_descsize(hash);
H A Dcryptd.c363 crypto_shash_descsize(hash));
H A Dtestmgr.c1474 char ctx[crypto_shash_descsize(tfm)];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dhash.h317 static inline unsigned int crypto_shash_descsize(struct crypto_shash *tfm) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dpadlock-sha.c235 hash->descsize += crypto_shash_descsize(fallback_tfm);
H A Dmv_cesa.c373 char ctx[crypto_shash_descsize(tfm_ctx->fallback)];
776 char ctx[crypto_shash_descsize(ctx->base_hash)];
860 crypto_shash_descsize(ctx->fallback));
H A Domap-sham.c584 char ctx[crypto_shash_descsize(bctx->shash)];
738 char ctx[crypto_shash_descsize(shash)];
H A Dn2_core.c440 char ctx[crypto_shash_descsize(child_shash)];

Completed in 105 milliseconds