Searched refs:crypto_shash_update (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dlibcrc32c.c54 err = crypto_shash_update(&desc.shash, address, length);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dshash.c95 int crypto_shash_update(struct shash_desc *desc, const u8 *data, function
107 EXPORT_SYMBOL_GPL(crypto_shash_update); variable
147 return crypto_shash_update(desc, data, len) ?:
224 nbytes = crypto_shash_update(desc, walk.data, nbytes);
253 crypto_shash_update(desc, walk.data, nbytes);
390 nbytes = crypto_shash_update(desc, walk.data, nbytes);
H A Dhmac.c85 crypto_shash_update(&desc.shash, ipad, bs) ?:
88 crypto_shash_update(&desc.shash, opad, bs) ?:
124 return crypto_shash_update(desc, data, nbytes);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dpadlock-sha.c57 return crypto_shash_update(&dctx->fallback, data, length);
112 err = crypto_shash_update(&dctx->fallback, in, space) ?:
178 err = crypto_shash_update(&dctx->fallback, in, space) ?:
H A Dmv_cesa.c381 crypto_shash_update(&desc.shash, req_ctx->buffer,
807 crypto_shash_update(&desc.shash, ipad, bs) ? :
810 crypto_shash_update(&desc.shash, opad, bs) ? :
H A Domap-sham.c591 crypto_shash_update(&desc.shash, bctx->opad, bs) ?:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dhash.h347 int crypto_shash_update(struct shash_desc *desc, const u8 *data,

Completed in 119 milliseconds