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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dtalitos.c1583 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); local
1596 talitos_sg_unmap(dev, edesc, req_ctx->psrc, NULL);
1611 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); local
1613 if (!req_ctx->last && req_ctx->to_hash_later) {
1615 memcpy(req_ctx->buf, req_ctx->bufnext, req_ctx->to_hash_later);
1616 req_ctx->nbuf = req_ctx
1633 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); local
1720 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); local
1729 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); local
1749 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); local
1774 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); local
1856 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); local
1865 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); local
1874 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); local
1883 struct talitos_ahash_req_ctx *req_ctx = ahash_request_ctx(areq); local
[all...]
H A Dmv_cesa.c232 struct mv_req_ctx *req_ctx = ablkcipher_request_ctx(req); local
235 switch (req_ctx->op) {
248 if (req_ctx->decrypt) {
287 struct mv_req_ctx *req_ctx = ablkcipher_request_ctx(req); local
292 if (req_ctx->op != COP_AES_CBC)
301 struct mv_req_hash_ctx *req_ctx = ahash_request_ctx(req); local
306 switch (req_ctx->op) {
318 req_ctx->
329 is_last = req_ctx->last_chunk
331 && (req_ctx
370 struct mv_req_hash_ctx *req_ctx = ahash_request_ctx(req); local
630 struct mv_req_ctx *req_ctx = ablkcipher_request_ctx(req); local
641 struct mv_req_ctx *req_ctx = ablkcipher_request_ctx(req); local
652 struct mv_req_ctx *req_ctx = ablkcipher_request_ctx(req); local
663 struct mv_req_ctx *req_ctx = ablkcipher_request_ctx(req); local
[all...]
H A Dixp4xx_crypto.c351 struct aead_ctx *req_ctx = aead_request_ctx(req); local
356 if (req_ctx->encrypt) {
357 scatterwalk_map_and_copy(req_ctx->hmac_virt,
360 dma_pool_free(buffer_pool, req_ctx->hmac_virt, crypt->icv_rev_aes);
376 struct aead_ctx *req_ctx = aead_request_ctx(req); local
378 free_buf_chain(dev, req_ctx->buffer, crypt->src_buf);
379 if (req_ctx->hmac_virt) {
387 struct ablk_ctx *req_ctx = ablkcipher_request_ctx(req); local
389 if (req_ctx->dst) {
390 free_buf_chain(dev, req_ctx
886 struct ablk_ctx *req_ctx = ablkcipher_request_ctx(req); local
1011 struct aead_ctx *req_ctx = aead_request_ctx(req); local
[all...]

Completed in 25 milliseconds