Searched refs:ota_hash_init (Results 1 – 4 of 4) sorted by relevance
40 ret = ota_hash_init(&hash_ctx, param->hash_type); in ota_int()164 ret = ota_hash_init(&tmp_hash_ctx, param->hash_type); in ota_verify_fsfile()
68 int ota_hash_init(ota_hash_ctx_t *ctx, unsigned char type);
12 int ota_hash_init(ota_hash_ctx_t *ctx, unsigned char type) in ota_hash_init() function139 ret = ota_hash_init(&ctx, type); in ota_check_image_hash()
25 ret = ota_hash_init(&ctx, type); in ota_verify_rsa_hash()
Completed in 4 milliseconds