| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | enc28j60.c | 66 static void enc_bset(enc_dev_t *enc, const u8 reg, const u8 data) in enc_bset() 76 static void enc_bclr(enc_dev_t *enc, const u8 reg, const u8 data) in enc_bclr() 94 static void enc_set_bank(enc_dev_t *enc, const u16 reg) in enc_set_bank() 152 static u8 enc_r8(enc_dev_t *enc, const u16 reg) in enc_r8() 169 static u16 enc_r16(enc_dev_t *enc, const u16 reg) in enc_r16() 191 static void enc_w8(enc_dev_t *enc, const u16 reg, const u8 data) in enc_w8() 206 static void enc_w16(enc_dev_t *enc, const u16 reg, const u16 data) in enc_w16() 224 static void enc_w8_retry(enc_dev_t *enc, const u16 reg, const u8 data, const int c) in enc_w8_retry() 250 static void enc_rbuf(enc_dev_t *enc, const u16 length, u8 *buf) in enc_rbuf() 266 static void enc_wbuf(enc_dev_t *enc, const u16 length, const u8 *buf, const u8 control) in enc_wbuf() [all …]
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | aes.c | 35 int enc; in do_aes() local
|
| H A D | blob.c | 59 int enc, ret = 0; in do_blob() local
|
| H A D | crypto.c | 380 ulong *MBps, bool enc) in test_cipher_perf()
|
| /rk3399_rockchip-uboot/env/ |
| H A D | common.c | 141 static int env_aes_cbc_crypt(env_t *env, const int enc) in env_aes_cbc_crypt() 166 static inline int env_aes_cbc_crypt(env_t *env, const int enc) in env_aes_cbc_crypt()
|
| /rk3399_rockchip-uboot/drivers/crypto/rockchip/ |
| H A D | crypto_v2.c | 902 u32 algo, u32 mode, bool enc) in hw_cipher_init() 1165 const u8 *iv, u32 iv_len, u32 mode, bool enc) in hw_aes_init() 1200 const u8 *iv, u32 iv_len, u32 mode, bool enc) in hw_sm4_init() 1227 const u8 *iv, const u8 *in, u8 *out, u32 len, bool enc) in rk_crypto_des() 1261 const u8 *in, u8 *out, u32 len, bool enc) in rk_crypto_aes() 1282 const u8 *in, u8 *out, u32 len, bool enc) in rk_crypto_sm4() 1294 const u8 *in, u8 *out, u32 len, bool enc) in rockchip_crypto_cipher() 1419 const u8 *in, u8 *out, u32 len, bool enc) in rockchip_crypto_fw_cipher()
|
| H A D | crypto_ce.c | 752 const u8 *in, u8 *out, u32 len, bool enc, in rk_crypto_cipher() 895 const u8 *in, u8 *out, u32 len, bool enc) in rockchip_crypto_cipher() 915 const u8 *in, u8 *out, u32 len, bool enc) in rockchip_crypto_fw_cipher()
|
| /rk3399_rockchip-uboot/drivers/crypto/ |
| H A D | crypto-uclass.c | 308 const u8 *in, u8 *out, u32 len, bool enc) in crypto_cipher() 351 const u8 *in, u8 *out, u32 len, bool enc) in crypto_fw_cipher()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | mxsimage.c | 204 static int sb_aes_init(struct sb_image_ctx *ictx, uint8_t *iv, int enc) in sb_aes_init() 253 static int sb_aes_reinit(struct sb_image_ctx *ictx, int enc) in sb_aes_reinit()
|
| /rk3399_rockchip-uboot/tools/env/ |
| H A D | fw_env.c | 980 static int env_aes_cbc_crypt(char *payload, const int enc, uint8_t *key) in env_aes_cbc_crypt()
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | cfb_console.c | 1126 int cnt, int enc) in draw_bitmap()
|