Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c525 struct akcipher_request *akreq = req; in hpre_msg_request_set() local
527 if (akreq->dst_len < ctx->key_sz) { in hpre_msg_request_set()
528 akreq->dst_len = ctx->key_sz; in hpre_msg_request_set()
532 tmp = akcipher_request_ctx(akreq); in hpre_msg_request_set()
535 h_req->areq.rsa = akreq; in hpre_msg_request_set()