Searched refs:sram_buff_ofs (Results 1 – 1 of 1) sorted by relevance
1779 cc_sram_addr_t sram_buff_ofs = hash_handle->digest_len_sram_addr; in cc_init_hash_sram() local1786 cc_set_sram_desc(digest_len_init, sram_buff_ofs, in cc_init_hash_sram()1793 sram_buff_ofs += sizeof(digest_len_init); in cc_init_hash_sram()1798 cc_set_sram_desc(digest_len_sha512_init, sram_buff_ofs, in cc_init_hash_sram()1805 sram_buff_ofs += sizeof(digest_len_sha512_init); in cc_init_hash_sram()1810 hash_handle->larval_digest_sram_addr = sram_buff_ofs; in cc_init_hash_sram()1813 cc_set_sram_desc(md5_init, sram_buff_ofs, ARRAY_SIZE(md5_init), in cc_init_hash_sram()1818 sram_buff_ofs += sizeof(md5_init); in cc_init_hash_sram()1821 cc_set_sram_desc(sha1_init, sram_buff_ofs, in cc_init_hash_sram()1827 sram_buff_ofs += sizeof(sha1_init); in cc_init_hash_sram()[all …]