Home
last modified time | relevance | path

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

/external/u-boot/tools/
Dmxsimage.c204 static int sb_aes_init(struct sb_image_ctx *ictx, uint8_t *iv, int enc) in sb_aes_init()
222 static int sb_aes_crypt(struct sb_image_ctx *ictx, uint8_t *in_data, in sb_aes_crypt()
253 static int sb_aes_reinit(struct sb_image_ctx *ictx, int enc) in sb_aes_reinit()
269 static void soprintf(struct sb_image_ctx *ictx, const char *fmt, ...) in soprintf()
309 static void sb_encrypt_sb_header(struct sb_image_ctx *ictx) in sb_encrypt_sb_header()
320 static void sb_encrypt_sb_sections_header(struct sb_image_ctx *ictx) in sb_encrypt_sb_sections_header()
340 static void sb_encrypt_key_dictionary_key(struct sb_image_ctx *ictx) in sb_encrypt_key_dictionary_key()
349 static void sb_decrypt_key_dictionary_key(struct sb_image_ctx *ictx) in sb_decrypt_key_dictionary_key()
358 static void sb_encrypt_tag(struct sb_image_ctx *ictx, in sb_encrypt_tag()
369 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
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc238 TFE_OpInferenceContext* ictx = op->inference_ctx.get(); in OpInferSingleInputAttrs() local
262 TFE_OpInferenceContext* ictx = op->inference_ctx.get(); in OpInferSingleTypeInputListAttrs() local
277 TFE_OpInferenceContext* ictx = op->inference_ctx.get(); in OpInferMixedTypeInputListAttrs() local
294 TFE_OpInferenceContext* ictx = op->inference_ctx.get(); in OpInferInputListAttrs() local