sram_size_to_alloc 1998 drivers/crypto/ccree/cc_hash.c 	u32 sram_size_to_alloc;
sram_size_to_alloc 2010 drivers/crypto/ccree/cc_hash.c 	sram_size_to_alloc = sizeof(cc_digest_len_init) +
sram_size_to_alloc 2017 drivers/crypto/ccree/cc_hash.c 		sram_size_to_alloc += sizeof(cc_sm3_init);
sram_size_to_alloc 2020 drivers/crypto/ccree/cc_hash.c 		sram_size_to_alloc += sizeof(cc_digest_len_sha512_init) +
sram_size_to_alloc 2023 drivers/crypto/ccree/cc_hash.c 	sram_buff = cc_sram_alloc(drvdata, sram_size_to_alloc);