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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dtalitos.c723 u32 hw_context[TALITOS_MDEU_MAX_CONTEXT_SIZE / sizeof(u32)]; member in struct:talitos_ahash_req_ctx
1645 (char *)req_ctx->hw_context, 0,
1702 req_ctx->hw_context, 0, DMA_FROM_DEVICE);
1754 req_ctx->hw_context[0] = cpu_to_be32(SHA224_H0);
1755 req_ctx->hw_context[1] = cpu_to_be32(SHA224_H1);
1756 req_ctx->hw_context[2] = cpu_to_be32(SHA224_H2);
1757 req_ctx->hw_context[3] = cpu_to_be32(SHA224_H3);
1758 req_ctx->hw_context[4] = cpu_to_be32(SHA224_H4);
1759 req_ctx->hw_context[5] = cpu_to_be32(SHA224_H5);
1760 req_ctx->hw_context[
[all...]

Completed in 60 milliseconds