Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_core.c111 sg_dst = (alg_ctx->req_src == alg_ctx->req_dst) ? sg_src : in rk_load_data()
112 scatterwalk_ffwd(rk_dev->dst, alg_ctx->req_dst, in rk_load_data()
242 if (!alg_ctx->aligned && alg_ctx->req_dst) { in rk_unload_data()
243 if (!sg_pcopy_from_buffer(alg_ctx->req_dst, alg_ctx->dst_nents, in rk_unload_data()
256 if (!sg_pcopy_from_buffer(alg_ctx->req_dst, sg_nents(alg_ctx->req_dst), in rk_unload_data()
H A Drk_crypto_skcipher_utils.c310 if (!sg_pcopy_from_buffer(alg_ctx->req_dst, in rk_ablk_rx()
311 sg_nents(alg_ctx->req_dst), in rk_ablk_rx()
342 alg_ctx->req_dst = req->dst; in rk_ablk_start()
456 alg_ctx->req_dst = req->dst; in rk_aead_start()
H A Drk_crypto_core.h144 struct scatterlist *req_dst; member
H A Drk_crypto_v1_skcipher.c280 alg_ctx->req_dst = req->dst; in rk_ablk_start()
/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dtranslation-table.c3231 u8 *req_src, u8 *req_dst) in batadv_send_other_tt_response() argument
3245 req_src, tt_data->ttvn, req_dst, in batadv_send_other_tt_response()
3249 req_dst_orig_node = batadv_orig_hash_find(bat_priv, req_dst); in batadv_send_other_tt_response()
3481 u8 *req_src, u8 *req_dst) in batadv_send_tt_response() argument
3483 if (batadv_is_my_mac(bat_priv, req_dst)) in batadv_send_tt_response()
3486 req_dst); in batadv_send_tt_response()