Lines Matching defs:context
263 * @context: a handle for use by caller (optional)
272 void *context, int error),
273 void *context)
304 request->context = context;
377 saved_req.context = request->context;
390 saved_req.callback(dev, saved_req.desc, saved_req.context,
1023 struct talitos_desc *desc, void *context,
1026 struct aead_request *areq = context;
1044 void *context, int err)
1046 struct aead_request *req = context;
1071 void *context, int err)
1073 struct aead_request *req = context;
1197 void *context, int error))
1547 struct talitos_desc *desc, void *context,
1550 struct skcipher_request *areq = context;
1570 void *context, int error))
1745 struct talitos_desc *desc, void *context,
1748 struct ahash_request *areq = context;
1790 void *context, int error))
1805 /* hash context in */
1846 /* hash/HMAC out -or- hash context out */
1937 /* Initialize the context */
1940 req_ctx->first = 1; /* first indicates h/w must init its context */
1941 req_ctx->swinit = 0; /* assume h/w init of context */
1955 * on h/w without explicit sha224 support, we initialize h/w context
1976 req_ctx->swinit = 1;/* prevent h/w initting context with sha256 values*/
2084 /* When the tfm context has a keylen, it's an HMAC.
3052 /* update context with ptr to dev */