Lines Matching refs:sram_buff_ofs
1869 cc_sram_addr_t sram_buff_ofs = hash_handle->digest_len_sram_addr; in cc_init_hash_sram() local
1877 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()
1921 cc_set_sram_desc(cc_sha224_init, sram_buff_ofs, in cc_init_hash_sram()
1927 sram_buff_ofs += sizeof(cc_sha224_init); in cc_init_hash_sram()
1930 cc_set_sram_desc(cc_sha256_init, sram_buff_ofs, in cc_init_hash_sram()
1936 sram_buff_ofs += sizeof(cc_sha256_init); in cc_init_hash_sram()
1940 cc_set_sram_desc(cc_sm3_init, sram_buff_ofs, in cc_init_hash_sram()
1946 sram_buff_ofs += sizeof(cc_sm3_init); in cc_init_hash_sram()
1951 cc_set_sram_desc((u32 *)cc_sha384_init, sram_buff_ofs, in cc_init_hash_sram()
1957 sram_buff_ofs += sizeof(cc_sha384_init); in cc_init_hash_sram()
1960 cc_set_sram_desc((u32 *)cc_sha512_init, sram_buff_ofs, in cc_init_hash_sram()