Searched refs:cc_set_sram_desc (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/crypto/ccree/ |
| D | cc_sram_mgr.h | 61 void cc_set_sram_desc(const u32 *src, cc_sram_addr_t dst,
|
| D | cc_sram_mgr.c | 104 void cc_set_sram_desc(const u32 *src, cc_sram_addr_t dst, in cc_set_sram_desc() function
|
| D | cc_hash.c | 1877 cc_set_sram_desc(cc_digest_len_init, sram_buff_ofs, in cc_init_hash_sram() 1889 cc_set_sram_desc(cc_digest_len_sha512_init, 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() 1912 cc_set_sram_desc(cc_sha1_init, sram_buff_ofs, in cc_init_hash_sram() 1921 cc_set_sram_desc(cc_sha224_init, sram_buff_ofs, in cc_init_hash_sram() 1930 cc_set_sram_desc(cc_sha256_init, sram_buff_ofs, in cc_init_hash_sram() 1940 cc_set_sram_desc(cc_sm3_init, sram_buff_ofs, in cc_init_hash_sram() 1951 cc_set_sram_desc((u32 *)cc_sha384_init, sram_buff_ofs, in cc_init_hash_sram() 1960 cc_set_sram_desc((u32 *)cc_sha512_init, sram_buff_ofs, in cc_init_hash_sram()
|