Home
last modified time | relevance | path

Searched refs:pc_len (Results 1 – 6 of 6) 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() argument
89 CRYPTO_TRACE("PC length = %lu\n", (unsigned long)pc_len); in set_pc_len_reg()
91 CRYPTO_WRITE(rk_dev, chn_base, pc_len & 0xffffffff); in set_pc_len_reg()
92 CRYPTO_WRITE(rk_dev, chn_base + 4, pc_len >> 32); in set_pc_len_reg()
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() argument
88 CRYPTO_TRACE("PC length = %lu\n", (unsigned long)pc_len); in set_pc_len_reg()
90 CRYPTO_WRITE(rk_dev, chn_base, pc_len & 0xffffffff); in set_pc_len_reg()
91 CRYPTO_WRITE(rk_dev, chn_base + 4, pc_len >> 32); in set_pc_len_reg()
/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() argument
728 crypto_write(pc_len & 0xffffffff, chn_base); in set_pc_len_reg()
729 crypto_write(pc_len >> 32, chn_base + 4); in set_pc_len_reg()
732 static inline void set_aad_len_reg(u32 chn, u64 pc_len) in set_aad_len_reg() argument
736 crypto_write(pc_len & 0xffffffff, chn_base); in set_aad_len_reg()
737 crypto_write(pc_len >> 32, chn_base + 4); in set_aad_len_reg()
/OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/
H A Dsrf.c394 pcon.pc_len = SMT_MAX_INFO_LEN ; /* max para length */ in smt_send_srf()
408 smt->smt_len = SMT_MAX_INFO_LEN - pcon.pc_len ; in smt_send_srf()
H A Dpmf.c341 pcon.pc_len = SMT_MAX_INFO_LEN ; /* max para length */ in smt_build_pmf_response()
474 smt->smt_len = SMT_MAX_INFO_LEN - pcon.pc_len ; in smt_build_pmf_response()
580 len = pcon->pc_len ; /* free space */ in smt_add_para()
1051 pcon->pc_len = len ; in smt_add_para()
/OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/h/
H A Dcmtdef.h416 int pc_len ; member