Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ccree/
Dcc_hash.c1896 u32 sram_size_to_alloc; in cc_hash_alloc() local
1908 sram_size_to_alloc = sizeof(digest_len_init) + in cc_hash_alloc()
1915 sram_size_to_alloc += sizeof(digest_len_sha512_init) + in cc_hash_alloc()
1918 sram_buff = cc_sram_alloc(drvdata, sram_size_to_alloc); in cc_hash_alloc()