Searched refs:crypto_req_done (Results 1 - 25 of 36) sorted by relevance

12

/linux-master/net/bluetooth/
H A Decdh_helper.c71 crypto_req_done, &result);
167 crypto_req_done, &result);
/linux-master/drivers/nvme/common/
H A Dauth.c413 crypto_req_done, &wait);
440 crypto_req_done, &wait);
/linux-master/fs/crypto/
H A Dfname.c121 crypto_req_done, &wait);
165 crypto_req_done, &wait);
H A Dkeysetup_v1.c70 crypto_req_done, &wait);
H A Dcrypto.c134 crypto_req_done, &wait);
/linux-master/security/keys/
H A Ddh.c255 crypto_req_done, &compl);
/linux-master/include/linux/
H A Dcrypto.h390 void crypto_req_done(void *req, int err);
/linux-master/crypto/
H A Dtestmgr.c1506 ahash_request_set_callback(req, req_flags, crypto_req_done,
1528 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait);
1543 crypto_req_done, &wait);
1586 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait);
2109 aead_request_set_callback(req, req_flags, crypto_req_done, &wait);
2127 req->base.complete != crypto_req_done ||
2144 if (req->base.complete != crypto_req_done)
2342 aead_request_set_callback(req, 0, crypto_req_done, &wait);
2878 skcipher_request_set_callback(req, req_flags, crypto_req_done, &wait);
2894 req->base.complete != crypto_req_done ||
[all...]
H A Dapi.c684 void crypto_req_done(void *data, int err) function
694 EXPORT_SYMBOL_GPL(crypto_req_done); variable
H A Dakcipher.c228 crypto_req_done, &data->cwait);
H A Dalgif_skcipher.c196 crypto_req_done, &ctx->wait);
H A Dalgif_hash.c432 crypto_req_done, &ctx->wait);
H A Dtcrypt.c327 crypto_req_done, &data[i].wait);
592 crypto_req_done, &wait);
901 crypto_req_done, &wait);
1110 crypto_req_done, &data[i].wait);
1331 crypto_req_done, &wait);
H A Dalgif_aead.c311 crypto_req_done, &ctx->wait);
H A Dadiantum.c151 crypto_req_done, &data->wait);
H A Dgcm.c126 crypto_req_done,
H A Ddrbg.c1784 crypto_req_done, &drbg->ctr_wait);
/linux-master/security/integrity/ima/
H A Dima_crypto.c350 crypto_req_done, &wait);
681 crypto_req_done, &wait);
/linux-master/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c149 crypto_req_done,
/linux-master/drivers/crypto/qce/
H A Dsha.c370 crypto_req_done, &wait);
/linux-master/block/
H A Dblk-crypto-fallback.c205 crypto_req_done, wait);
/linux-master/drivers/crypto/marvell/cesa/
H A Dhash.c1115 crypto_req_done, &result);
1155 crypto_req_done, &result);
/linux-master/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-hcu-core.c805 crypto_req_done, &wait);
/linux-master/drivers/crypto/starfive/
H A Djh7110-hash.c465 crypto_req_done, &wait);
/linux-master/drivers/virt/coco/sev-guest/
H A Dsev-guest.c249 aead_request_set_callback(req, 0, crypto_req_done, &wait);

Completed in 472 milliseconds

12