Searched refs:sram_size_to_alloc (Results 1 – 1 of 1) sorted by relevance
1998 u32 sram_size_to_alloc; in cc_hash_alloc() local2010 sram_size_to_alloc = sizeof(cc_digest_len_init) + in cc_hash_alloc()2017 sram_size_to_alloc += sizeof(cc_sm3_init); in cc_hash_alloc()2020 sram_size_to_alloc += sizeof(cc_digest_len_sha512_init) + in cc_hash_alloc()2023 sram_buff = cc_sram_alloc(drvdata, sram_size_to_alloc); in cc_hash_alloc()