Home
last modified time | relevance | path

Searched refs:sram_size_to_alloc (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/crypto/ccree/
Dcc_hash.c1998 u32 sram_size_to_alloc; in cc_hash_alloc() local
2010 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()