Home
last modified time | relevance | path

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

/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c252 ret = sec_skcipher_soft_crypto(ctx, req->c_req.sk_req, in sec_alg_send_backlog_soft()
1318 struct skcipher_request *sq = req->c_req.sk_req; in sec_skcipher_sgl_map()
1325 struct skcipher_request *sq = req->c_req.sk_req; in sec_skcipher_sgl_unmap()
1514 struct skcipher_request *sk_req = req->c_req.sk_req; in sec_skcipher_copy_iv() local
1517 memcpy(c_req->c_ivin, sk_req->iv, ctx->c_ctx.ivsize); in sec_skcipher_copy_iv()
1645 struct skcipher_request *sk_req = req->c_req.sk_req; in sec_update_iv() local
1653 sgl = req->c_req.encrypt ? sk_req->dst : sk_req->src; in sec_update_iv()
1654 iv = sk_req->iv; in sec_update_iv()
1655 cryptlen = sk_req->cryptlen; in sec_update_iv()
1998 memcpy(req->c_req.sk_req->iv, req->c_req.c_ivin, in sec_process()
[all …]
H A Dsec.h69 struct skcipher_request *sk_req; member
/linux/security/apparmor/
H A Daf_unix.c717 u32 sk_req = request & ~NET_PEER_MASK; in aa_unix_file_perm() local
742 sk_req = request; in aa_unix_file_perm()
743 if (sk_req) { in aa_unix_file_perm()
745 sk_req, sock->sk, in aa_unix_file_perm()
/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c699 struct skcipher_request *sk_req = in get_qidxs() local
702 skcipher_request_ctx(sk_req); in get_qidxs()