Searched refs:num_algs (Results 1 – 6 of 6) sorted by relevance
500 unsigned int num_algs; in cs_dsp_mock_xm_header_drop_from_regmap_cache() local511 num_algs = be32_to_cpu(num_algs_be32); in cs_dsp_mock_xm_header_drop_from_regmap_cache()521 &num_algs); in cs_dsp_mock_xm_header_drop_from_regmap_cache()523 (num_algs * sizeof(struct wmfw_halo_alg_hdr)) + in cs_dsp_mock_xm_header_drop_from_regmap_cache()536 size_t num_algs) in cs_dsp_mock_xm_header_add_adsp2_algs() argument546 hdr->n_algs = cpu_to_be32(num_algs); in cs_dsp_mock_xm_header_add_adsp2_algs()552 for (; num_algs > 0; num_algs--, algs++, alg_info++) { in cs_dsp_mock_xm_header_add_adsp2_algs()590 size_t num_algs) in cs_dsp_mock_xm_header_add_halo_algs() argument600 hdr->n_algs = cpu_to_be32(num_algs); in cs_dsp_mock_xm_header_add_halo_algs()606 for (; num_algs > 0; num_algs--, algs++, alg_info++) { in cs_dsp_mock_xm_header_add_halo_algs()[all …]
93 u32 num_algs; member223 !efispecid->num_algs || count != efispecid->num_algs) { in __calc_tpm2_event_size()248 for (j = 0; j < efispecid->num_algs; j++) { in __calc_tpm2_event_size()256 if (j == efispecid->num_algs) { in __calc_tpm2_event_size()
160 static int num_algs; variable165 num_algs = 1 + ((crc32_optimizations() & CRC32_LE_OPTIMIZATION) != 0); in crc32_mod_init()167 return crypto_register_shashes(algs, num_algs); in crc32_mod_init()172 crypto_unregister_shashes(algs, num_algs); in crc32_mod_fini()
200 static int num_algs; variable205 num_algs = 1 + ((crc32_optimizations() & CRC32C_OPTIMIZATION) != 0); in crc32c_mod_init()207 return crypto_register_shashes(algs, num_algs); in crc32c_mod_init()212 crypto_unregister_shashes(algs, num_algs); in crc32c_mod_fini()
112 size_t num_algs);
602 unsigned short num_algs = 1; /* number of signing algorithms sent */ in build_signing_ctxt() local610 (num_algs * sizeof(u16)), 8)); in build_signing_ctxt()611 pneg_ctxt->SigningAlgorithmCount = cpu_to_le16(num_algs); in build_signing_ctxt()614 ctxt_len += sizeof(__le16) * num_algs; in build_signing_ctxt()