Searched refs:sram_size_to_alloc (Results 1 – 1 of 1) sorted by relevance
1956 u32 sram_size_to_alloc; in cc_hash_alloc() local1968 sram_size_to_alloc = sizeof(cc_digest_len_init) + in cc_hash_alloc()1975 sram_size_to_alloc += sizeof(cc_sm3_init); in cc_hash_alloc()1978 sram_size_to_alloc += sizeof(cc_digest_len_sha512_init) + in cc_hash_alloc()1981 sram_buff = cc_sram_alloc(drvdata, sram_size_to_alloc); in cc_hash_alloc()