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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dcryptocop.c700 struct cryptocop_tfrm_ctx digest_ctx = { local
897 if (digest_ctx.tcfg != NULL){
902 digest_ctx.tcfg = tcfg;
903 digest_ctx.tctx = tctx;
904 digest_ctx.hash_mode = 0; /* Don't use explicit IV in this API. */
907 digest_ctx.blocklength = MD5_BLOCK_LENGTH;
908 digest_ctx.unit_no = src_md5;
909 digest_ctx.hash_conf = 1; /* 1 => MD-5 */
912 digest_ctx.blocklength = SHA1_BLOCK_LENGTH;
913 digest_ctx
[all...]

Completed in 36 milliseconds