Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_v2_skcipher.c85 static inline void set_pc_len_reg(struct rk_crypto_dev *rk_dev, u64 pc_len) in set_pc_len_reg() function
390 set_pc_len_reg(rk_dev, alg_ctx->total); in crypto_dma_start()
H A Drk_crypto_v3_skcipher.c84 static inline void set_pc_len_reg(struct rk_crypto_dev *rk_dev, u64 pc_len) in set_pc_len_reg() function
389 set_pc_len_reg(rk_dev, alg_ctx->total); in crypto_dma_start()
/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2.c724 static inline void set_pc_len_reg(u32 chn, u64 pc_len) in set_pc_len_reg() function
1052 set_pc_len_reg(key_chn, tmp_len); in hw_cipher_crypt()