Searched refs:sctx (Results 1 – 1 of 1) sorted by relevance
39 struct sha256_ctx sctx; in aa_calc_profile_hash() local49 sha256_init(&sctx); in aa_calc_profile_hash()50 sha256_update(&sctx, (u8 *)&le32_version, 4); in aa_calc_profile_hash()51 sha256_update(&sctx, (u8 *)start, len); in aa_calc_profile_hash()52 sha256_final(&sctx, profile->hash); in aa_calc_profile_hash()
Completed in 3 milliseconds