Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/ccree/
Dcc_hash.c1866 unsigned int size, u32 *sram_buff_ofs) in cc_init_copy_sram() argument
1872 cc_set_sram_desc(data, *sram_buff_ofs, size / sizeof(*data), in cc_init_copy_sram()
1878 *sram_buff_ofs += size; in cc_init_copy_sram()
1885 u32 sram_buff_ofs = hash_handle->digest_len_sram_addr; in cc_init_hash_sram() local
1892 sizeof(cc_digest_len_init), &sram_buff_ofs); in cc_init_hash_sram()
1900 &sram_buff_ofs); in cc_init_hash_sram()
1906 hash_handle->larval_digest_sram_addr = sram_buff_ofs; in cc_init_hash_sram()
1910 &sram_buff_ofs); in cc_init_hash_sram()
1915 &sram_buff_ofs); in cc_init_hash_sram()
1920 &sram_buff_ofs); in cc_init_hash_sram()
[all …]