Searched refs:hash_req (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dvirtio_crypto.h476 struct virtio_crypto_hash_data_req hash_req; member in union:virtio_crypto_op_data_req::__anon88
/linux-master/drivers/crypto/
H A Ds5p-sss.c285 * @hash_lock: Lock for protecting hash_req, hash_queue and hash_flags
291 * @hash_req: Current request sending to SSS HASH block.
327 struct ahash_request *hash_req; member in struct:s5p_aes_dev
931 struct s5p_hash_reqctx *ctx = ahash_request_ctx(dd->hash_req);
981 struct s5p_hash_reqctx *ctx = ahash_request_ctx(dd->hash_req);
1296 const struct s5p_hash_reqctx *ctx = ahash_request_ctx(dd->hash_req);
1399 dd->hash_req = req;
1468 s5p_hash_finish_req(dd->hash_req, 0);

Completed in 119 milliseconds