Home
last modified time | relevance | path

Searched defs:iv (Results 1 – 15 of 15) sorted by relevance

/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_v2.c211 static inline void set_iv_reg(u32 chn, const u8 *iv, u32 iv_len) in set_iv_reg()
228 static inline void get_iv_reg(u32 chn, u8 *iv, u32 iv_len) in get_iv_reg()
901 u32 key_len, const u8 *iv, u32 iv_len, 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()
1260 const u8 *iv, u32 iv_len, in rk_crypto_aes()
1281 const u8 *iv, u32 iv_len, in rk_crypto_sm4()
H A Dcrypto_ce.c549 u8 *iv, u32 iv_len, in rkce_build_ccm_aad()
/rk3399_rockchip-uboot/include/
H A Dcrypto.h87 const u8 *iv; member
95 const u8 *iv; member
/rk3399_rockchip-uboot/include/optee_include/
H A DOpteeClientInterface.h68 uint8_t iv[16]; member
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/
H A Ddebug.c198 void x86emu_print_int_vect(u16 iv) in x86emu_print_int_vect()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap4/
H A Di2c.h27 unsigned short iv; /* 0x34 */ member
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/
H A Di2c.h27 unsigned short iv; /* 0x34 */ member
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-am33xx/
H A Di2c.h31 unsigned short iv; /* 0x34 */ member
/rk3399_rockchip-uboot/cmd/
H A Dcrypto.c41 const u8 *iv; member
127 #define CIPHER_TEST(algo, mode, key, iv, plain, cipher) \ argument
/rk3399_rockchip-uboot/common/spl/
H A Dspl_fit.c161 const void *iv; in spl_fit_image_uncipher() local
/rk3399_rockchip-uboot/include/rockchip/
H A Drkce_core.h167 uint8_t iv[RKCE_TD_IV_SIZE]; // offset 0x40 member
186 uint8_t iv[RKCE_TD_IV_SIZE]; // offset 0x80 member
/rk3399_rockchip-uboot/tools/
H A Dmxsimage.h35 uint8_t iv[16]; member
H A Dmxsimage.c204 static int sb_aes_init(struct sb_image_ctx *ictx, uint8_t *iv, int enc) in sb_aes_init()
258 uint8_t *iv = sb_header->iv; in sb_aes_reinit() local
/rk3399_rockchip-uboot/net/
H A Dnet.c772 void net_set_timeout_handler(ulong iv, thand_f *f) in net_set_timeout_handler()
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c1585 const void *iv; in fit_image_uncipher() local