Lines Matching defs:input
97 unsigned char *input, int err);
171 void chcr_verify_tag(struct aead_request *req, u8 *input, int *err)
179 fw6_pld = (struct cpl_fw6_pld *)input;
210 unsigned char *input,
219 chcr_verify_tag(req, input, &err);
1157 unsigned char *input, int err)
1161 struct cpl_fw6_pld *fw6_pld = (struct cpl_fw6_pld *)input;
2083 unsigned char *input,
2093 if (input == NULL)
2111 memcpy(req->result, input + sizeof(struct cpl_fw6_pld),
2115 input + sizeof(struct cpl_fw6_pld),
2121 memcpy(reqctx->partial_hash, input + sizeof(struct cpl_fw6_pld),
2142 int chcr_handle_resp(struct crypto_async_request *req, unsigned char *input,
2151 err = chcr_handle_aead_resp(aead_request_cast(req), input, err);
2156 input, err);
2159 chcr_handle_ahash_resp(ahash_request_cast(req), input, err);