Searched refs:found (Results 1 – 16 of 16) sorted by relevance
17 bool found = false; in crypto_storage_obj_del() local23 while (len > sizeof(uint64_t) && !found) { in crypto_storage_obj_del()29 found = true; in crypto_storage_obj_del()32 if (!found) in crypto_storage_obj_del()
19 bool found = false; in mbed_gen_random_upto() local28 found = true; in mbed_gen_random_upto()29 } while (!found); in mbed_gen_random_upto()
210 size_t found = 0; in get_pinctrl_from_fdt() local283 if (found < count) { in get_pinctrl_from_fdt()284 struct stm32_pinctrl *ref = &pinctrl[found]; in get_pinctrl_from_fdt()299 found++; in get_pinctrl_from_fdt()302 return (int)found; in get_pinctrl_from_fdt()311 size_t found = 0; in stm32_pinctrl_fdt_get_pinctrl() local329 if (count > found) in stm32_pinctrl_fdt_get_pinctrl()330 n = count - found; in stm32_pinctrl_fdt_get_pinctrl()335 &pinctrl[found], n); in stm32_pinctrl_fdt_get_pinctrl()339 found += (size_t)rc; in stm32_pinctrl_fdt_get_pinctrl()[all …]
184 bool found = false; in do_jr_dequeue() local224 for (idx_jr = 0, found = false; idx_jr < jr_privdata->nb_jobs; in do_jr_dequeue()249 found = true; in do_jr_dequeue()271 if (found && jobctx->callback) { in do_jr_dequeue()298 bool found = false; in do_jr_enqueue() local337 found = true; in do_jr_enqueue()343 if (!found) { in do_jr_enqueue()
182 found = {}195 found[key] = subsystems[key]197 if strict and len(found) > 1:198 found.pop('THE REST', None)199 return found
2606 (found by Benoit Lecocq).2608 installed (found by Rawi666).3080 size (found by TrustInSoft)3129 (found by Matthew Page)3145 (found by Barry K. Nathan)3183 (found by Gergely Budai)3573 size (found by TrustInSoft)4043 (found by Mads Kiilerich)4049 found by Boris Krasnovskiy)4139 (found by Frank de Brabander)[all …]
3 If you think you have found an Mbed TLS security vulnerability, then please
7 If you think you've found a bug in Mbed TLS, please follow these steps:
52 The list of maintained branches can be found in the [Current Branches section
2679 uint8_t found = 0; in get_hkdf_params() local2690 found |= SALT; in get_hkdf_params()2696 found |= LENGTH; in get_hkdf_params()2703 found |= INFO; in get_hkdf_params()2729 uint8_t found = 0; in get_concat_kdf_params() local2740 found |= INFO; in get_concat_kdf_params()2746 found |= LENGTH; in get_concat_kdf_params()2770 uint8_t found = 0; in get_pbkdf2_params() local2781 found |= SALT; in get_pbkdf2_params()2793 found |= COUNT; in get_pbkdf2_params()[all …]
111 size_t found = 0; in get_attribute_ptrs() local125 found++; in get_attribute_ptrs()140 if (found == max_found) in get_attribute_ptrs()150 *count = found; in get_attribute_ptrs()
12 under the GNU GPL. The full text of the GPL can be found in the file20 be found are in the file entitled 'BSD-2-Clause'. This is, in
203 struct tee_ta_session *found = NULL; in tee_ta_find_session_nolock() local207 found = s; in tee_ta_find_session_nolock()212 return found; in tee_ta_find_session_nolock()
881 bool found = true; in add_res_mem_dt_node() local887 found = false; in add_res_mem_dt_node()903 if (!found) { in add_res_mem_dt_node()
290 is returned if the pool is valid, 0 if an error is found.
1165 as it can be found in [https://github.com/linaro-swg/linux/tree/optee][linux_optee]1214 An example can be found in HiKey configuration file. Using the following1216 AArch64, and can be found in `out/arm-plat-hikey/export-ta_arm32` and
Completed in 32 milliseconds