Lines Matching defs:context
143 /* AES-specific context */
159 * @context: hw-specific context for request. Digest is extracted from this
162 * @context_size: length of hw-context for this request.
176 u8 context[SHA256_DIGEST_SIZE + 4];
599 /* assign new context to device */
849 /* Save the context for the next operation */
864 * To load a previously saved context back to the MDHA unit
966 memcpy(dev->context_base, rctx->context, rctx->context_size);
996 memcpy(rctx->context, dev->context_base, rctx->context_size);
999 memcpy(req->result, rctx->context, rctx->digest_size);
1394 /* Allocate space for context: largest digest + message length field */
1399 dev_err(&pdev->dev, "Could not allocate memory for MDHA context\n");