Home
last modified time | relevance | path

Searched defs:ictx (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/tools/
Dmxsimage.c205 static int sb_aes_init(struct sb_image_ctx *ictx, uint8_t *iv, int enc) in sb_aes_init()
223 static int sb_aes_crypt(struct sb_image_ctx *ictx, uint8_t *in_data, in sb_aes_crypt()
254 static int sb_aes_reinit(struct sb_image_ctx *ictx, int enc) in sb_aes_reinit()
270 static void soprintf(struct sb_image_ctx *ictx, const char *fmt, ...) in soprintf()
310 static void sb_encrypt_sb_header(struct sb_image_ctx *ictx) in sb_encrypt_sb_header()
321 static void sb_encrypt_sb_sections_header(struct sb_image_ctx *ictx) in sb_encrypt_sb_sections_header()
341 static void sb_encrypt_key_dictionary_key(struct sb_image_ctx *ictx) in sb_encrypt_key_dictionary_key()
350 static void sb_decrypt_key_dictionary_key(struct sb_image_ctx *ictx) in sb_decrypt_key_dictionary_key()
359 static void sb_encrypt_tag(struct sb_image_ctx *ictx, in sb_encrypt_tag()
370 static int sb_encrypt_image(struct sb_image_ctx *ictx) in sb_encrypt_image()
[all …]
/external/openssh/
Dhmac.c29 struct ssh_digest_ctx *ictx; member