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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dshash.c131 int crypto_shash_final(struct shash_desc *desc, u8 *out) function
142 EXPORT_SYMBOL_GPL(crypto_shash_final); variable
148 crypto_shash_final(desc, out);
237 return crypto_shash_final(ahash_request_ctx(req), req->result);
247 return crypto_shash_final(desc, req->result);
399 return crypto_shash_final(*descp, out);
H A Dhmac.c137 return crypto_shash_final(desc, out) ?:
H A Dcryptd.c466 err = crypto_shash_final(&rctx->desc, req->result);
H A Dtestmgr.c1481 err = crypto_shash_final(&sdesc.shash, (u8 *)&val);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dhash.h349 int crypto_shash_final(struct shash_desc *desc, u8 *out);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c208 return crypto_shash_final(desc, req->result);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dmv_cesa.c390 rc = crypto_shash_final(&desc.shash, req->result);

Completed in 119 milliseconds