Home
last modified time | relevance | path

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

/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c250 req->c_req.encrypt); in sec_alg_send_backlog_soft()
252 ret = sec_skcipher_soft_crypto(ctx, req->c_req.sk_req, in sec_alg_send_backlog_soft()
253 req->c_req.encrypt); in sec_alg_send_backlog_soft()
969 struct sec_cipher_req *c_req = &req->c_req; in GEN_SEC_SETKEY_FUNC() local
982 copy_size = c_req->c_len; in GEN_SEC_SETKEY_FUNC()
991 if (!c_req->encrypt && ctx->alg_type == SEC_AEAD) { in GEN_SEC_SETKEY_FUNC()
1008 c_req->c_out_dma = req->in_dma; in GEN_SEC_SETKEY_FUNC()
1017 struct sec_cipher_req *c_req = &req->c_req; in sec_cipher_pbuf_unmap() local
1024 copy_size = c_req->c_len + aead_req->assoclen; in sec_cipher_pbuf_unmap()
1026 copy_size = c_req->c_len; in sec_cipher_pbuf_unmap()
[all …]