Lines Matching defs:ctx
1034 …c_aes_process_tag(LTC_Type *base, uint8_t *tag, uint32_t tagSize, ltc_mode_t modeReg, uint32_t ctx) in ltc_aes_process_tag()
3028 LTC_Type *base, ltc_hash_ctx_t *ctx, ltc_hash_algo_t algo, const uint8_t *key, uint32_t keySize) in ltc_hash_check_input_args()
3106 static void ltc_hash_engine_init(ltc_hash_ctx_internal_t *ctx) in ltc_hash_engine_init()
3146 static void ltc_hash_save_context(ltc_hash_ctx_internal_t *ctx) in ltc_hash_save_context()
3196 static void ltc_hash_restore_context(ltc_hash_ctx_internal_t *ctx) in ltc_hash_restore_context()
3309 static void ltc_hash_move_to_ififo(ltc_hash_ctx_internal_t *ctx, in ltc_hash_move_to_ififo()
3342 static status_t ltc_hash_merge_and_flush_buf(ltc_hash_ctx_internal_t *ctx, in ltc_hash_merge_and_flush_buf()
3397 …ltc_hash_ctx_internal_t *ctx, const uint8_t *data, uint32_t dataSize, ltc_mode_t modeReg, uint32_t… in ltc_hash_move_rest_to_context()
3439 static status_t ltc_hash_process_input_data(ltc_hash_ctx_internal_t *ctx, in ltc_hash_process_input_data()
3546 status_t LTC_HASH_Init(LTC_Type *base, ltc_hash_ctx_t *ctx, ltc_hash_algo_t algo, const uint8_t *ke… in LTC_HASH_Init()
3597 status_t LTC_HASH_Update(ltc_hash_ctx_t *ctx, const uint8_t *input, uint32_t inputSize) in LTC_HASH_Update()
3694 status_t LTC_HASH_Finish(ltc_hash_ctx_t *ctx, uint8_t *output, uint32_t *outputSize) in LTC_HASH_Finish()
3803 ltc_hash_ctx_t ctx; in LTC_HASH() local