Searched refs:sram_buff_ofs (Results 1 – 1 of 1) sorted by relevance
1869 cc_sram_addr_t sram_buff_ofs = hash_handle->digest_len_sram_addr; in cc_init_hash_sram() local1877 cc_set_sram_desc(cc_digest_len_init, sram_buff_ofs, in cc_init_hash_sram()1884 sram_buff_ofs += sizeof(cc_digest_len_init); in cc_init_hash_sram()1889 cc_set_sram_desc(cc_digest_len_sha512_init, sram_buff_ofs, in cc_init_hash_sram()1896 sram_buff_ofs += sizeof(cc_digest_len_sha512_init); in cc_init_hash_sram()1901 hash_handle->larval_digest_sram_addr = sram_buff_ofs; in cc_init_hash_sram()1904 cc_set_sram_desc(cc_md5_init, sram_buff_ofs, ARRAY_SIZE(cc_md5_init), in cc_init_hash_sram()1909 sram_buff_ofs += sizeof(cc_md5_init); in cc_init_hash_sram()1912 cc_set_sram_desc(cc_sha1_init, sram_buff_ofs, in cc_init_hash_sram()1918 sram_buff_ofs += sizeof(cc_sha1_init); in cc_init_hash_sram()[all …]