Lines Matching defs:input
96 unsigned char *input, int err);
175 void chcr_verify_tag(struct aead_request *req, u8 *input, int *err)
183 fw6_pld = (struct cpl_fw6_pld *)input;
214 unsigned char *input,
223 chcr_verify_tag(req, input, &err);
1164 unsigned char *input, int err)
1168 struct cpl_fw6_pld *fw6_pld = (struct cpl_fw6_pld *)input;
2089 unsigned char *input,
2099 if (input == NULL)
2117 memcpy(req->result, input + sizeof(struct cpl_fw6_pld),
2121 input + sizeof(struct cpl_fw6_pld),
2127 memcpy(reqctx->partial_hash, input + sizeof(struct cpl_fw6_pld),
2148 int chcr_handle_resp(struct crypto_async_request *req, unsigned char *input,
2157 err = chcr_handle_aead_resp(aead_request_cast(req), input, err);
2162 input, err);
2165 chcr_handle_ahash_resp(ahash_request_cast(req), input, err);