Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/ccree/
Dcc_hash.c1956 u32 sram_size_to_alloc; in cc_hash_alloc() local
1968 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()