Home
last modified time | relevance | path

Searched refs:ahash_request_set_crypt (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/crypto/
Dauthencesn.c108 ahash_request_set_crypt(ahreq, areq_ctx->sg, ahreq->result, in authenc_esn_geniv_ahash_update_done()
118 ahash_request_set_crypt(ahreq, areq_ctx->tsg, ahreq->result, in authenc_esn_geniv_ahash_update_done()
148 ahash_request_set_crypt(ahreq, areq_ctx->tsg, ahreq->result, in authenc_esn_geniv_ahash_update_done2()
204 ahash_request_set_crypt(ahreq, areq_ctx->sg, ahreq->result, in authenc_esn_verify_ahash_update_done()
216 ahash_request_set_crypt(ahreq, areq_ctx->tsg, ahreq->result, in authenc_esn_verify_ahash_update_done()
265 ahash_request_set_crypt(ahreq, areq_ctx->tsg, ahreq->result, in authenc_esn_verify_ahash_update_done2()
358 ahash_request_set_crypt(ahreq, areq_ctx->hsg, hash, areq_ctx->headlen); in crypto_authenc_esn_ahash()
366 ahash_request_set_crypt(ahreq, areq_ctx->sg, hash, areq_ctx->cryptlen); in crypto_authenc_esn_ahash()
374 ahash_request_set_crypt(ahreq, areq_ctx->tsg, hash, in crypto_authenc_esn_ahash()
Dalgif_hash.c77 ahash_request_set_crypt(&ctx->req, ctx->sgl.sg, NULL, len); in hash_sendmsg()
93 ahash_request_set_crypt(&ctx->req, NULL, ctx->result, 0); in hash_sendmsg()
119 ahash_request_set_crypt(&ctx->req, ctx->sgl.sg, ctx->result, size); in hash_sendpage()
166 ahash_request_set_crypt(&ctx->req, NULL, ctx->result, 0); in hash_recvmsg()
Dauthenc.c134 ahash_request_set_crypt(ahreq, areq_ctx->sg, ahreq->result, in authenc_geniv_ahash_update_done()
187 ahash_request_set_crypt(ahreq, areq_ctx->sg, ahreq->result, in authenc_verify_ahash_update_done()
278 ahash_request_set_crypt(ahreq, req->assoc, hash, req->assoclen); in crypto_authenc_ahash_fb()
286 ahash_request_set_crypt(ahreq, areq_ctx->sg, hash, in crypto_authenc_ahash_fb()
312 ahash_request_set_crypt(ahreq, areq_ctx->sg, hash, in crypto_authenc_ahash()
Dgcm.c239 ahash_request_set_crypt(ahreq, src, NULL, len); in gcm_hash_update()
254 ahash_request_set_crypt(ahreq, pctx->src, NULL, remain); in gcm_hash_remain()
272 ahash_request_set_crypt(ahreq, pctx->src, in gcm_hash_len()
285 ahash_request_set_crypt(ahreq, NULL, pctx->iauth_tag, 0); in gcm_hash_final()
Dtestmgr.c262 ahash_request_set_crypt(req, sg, result, template[i].psize); in __test_hash()
348 ahash_request_set_crypt(req, sg, result, template[i].psize); in __test_hash()
Dtcrypt.c974 ahash_request_set_crypt(req, sg, output, speed[i].plen); in test_ahash_speed()
/linux-4.1.27/security/integrity/ima/
Dima_crypto.c313 ahash_request_set_crypt(req, sg, NULL, rbuf_len); in ima_calc_file_hash_atfm()
329 ahash_request_set_crypt(req, NULL, hash->digest, 0); in ima_calc_file_hash_atfm()
/linux-4.1.27/net/ipv4/
Dah4.c230 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah_output()
398 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah_input()
/linux-4.1.27/net/ipv6/
Dah6.c433 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah6_output()
612 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah6_input()
/linux-4.1.27/include/crypto/
Dhash.h588 static inline void ahash_request_set_crypt(struct ahash_request *req, in ahash_request_set_crypt() function
/linux-4.1.27/drivers/crypto/qce/
Dsha.c420 ahash_request_set_crypt(req, &sg, ctx->authkey, keylen); in qce_ahash_hmac_setkey()
/linux-4.1.27/drivers/crypto/
Dmxs-dcp.c746 ahash_request_set_crypt(req, NULL, req->result, 0); in dcp_sha_final()
Dmv_cesa.c743 ahash_request_set_crypt(req, NULL, req->result, 0); in mv_hash_final()
Dtalitos.c1857 ahash_request_set_crypt(req, sg, hash, keylen); in keyhash()