Home
last modified time | relevance | path

Searched refs:found (Results 1 – 22 of 22) sorted by relevance

/optee_os/lib/libmbedtls/core/
H A Dmbed_helpers.c19 bool found = false; in mbed_gen_random_upto() local
28 found = true; in mbed_gen_random_upto()
29 } while (!found); in mbed_gen_random_upto()
/optee_os/core/drivers/crypto/se050/core/
H A Dstorage.c24 bool found = false; in crypto_storage_obj_del() local
51 while (len >= sizeof(uint32_t) && !found) { in crypto_storage_obj_del()
57 found = true; in crypto_storage_obj_del()
60 if (!found) { in crypto_storage_obj_del()
/optee_os/scripts/
H A Dci-host-cleanup.sh25 found=1
31 if [ "$found" ]; then
H A Dget_maintainer.py182 found = {}
195 found[key] = subsystems[key]
197 if strict and len(found) > 1:
198 found.pop('THE REST', None)
199 return found
/optee_os/core/drivers/crypto/caam/
H A Dcaam_jr.c186 bool found = false; in do_jr_dequeue() local
226 for (idx_jr = 0, found = false; idx_jr < jr_privdata->nb_jobs; in do_jr_dequeue()
251 found = true; in do_jr_dequeue()
273 if (found && jobctx->callback) { in do_jr_dequeue()
300 bool found = false; in do_jr_enqueue() local
341 found = true; in do_jr_enqueue()
347 if (!found) { in do_jr_enqueue()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_cache.c156 goto found; in ssl_cache_pick_writing_slot()
172 goto found; in ssl_cache_pick_writing_slot()
198 goto found; in ssl_cache_pick_writing_slot()
227 found: in ssl_cache_pick_writing_slot()
H A Dssl_tls13_client.c384 int found = 0; in ssl_tls13_parse_hrr_key_share_ext() local
413 found = 1; in ssl_tls13_parse_hrr_key_share_ext()
420 found = 1; in ssl_tls13_parse_hrr_key_share_ext()
433 if (found == 0 || selected_group == ssl->handshake->offered_group_id) { in ssl_tls13_parse_hrr_key_share_ext()
H A Drsa.c486 mbedtls_ct_condition_t found = mbedtls_ct_uint_eq(input[i], 0); in mbedtls_ct_rsaes_pkcs1_v15_unpadding() local
487 pad_done = mbedtls_ct_bool_or(pad_done, found); in mbedtls_ct_rsaes_pkcs1_v15_unpadding()
/optee_os/lib/libutils/compiler-rt/
H A DREADME.txt8 terms of the license agreement found in LICENSE.txt.
/optee_os/ta/pkcs11/src/
H A Dattributes.c110 size_t found = 0; in get_attribute_ptrs() local
124 found++; in get_attribute_ptrs()
139 if (found == max_found) in get_attribute_ptrs()
149 *count = found; in get_attribute_ptrs()
/optee_os/core/tee/
H A Dtee_svc_cryp.c3347 uint8_t found = 0; in get_hkdf_params() local
3356 found |= HASH; in get_hkdf_params()
3365 if (!(found & SALT)) { in get_hkdf_params()
3372 found |= SALT; in get_hkdf_params()
3377 if (!(found & LENGTH)) { in get_hkdf_params()
3379 found |= LENGTH; in get_hkdf_params()
3384 if (!(found & INFO)) { in get_hkdf_params()
3391 found |= INFO; in get_hkdf_params()
3395 if (!(found & HASH)) { in get_hkdf_params()
3397 found |= HASH; in get_hkdf_params()
[all …]
/optee_os/core/drivers/
H A Dstm32_gpio.c675 size_t found = 0; in get_pinctrl_from_fdt() local
758 if (found < count) { in get_pinctrl_from_fdt()
759 struct stm32_pinctrl *ref = &pinctrl[found]; in get_pinctrl_from_fdt()
784 found++; in get_pinctrl_from_fdt()
790 return (int)found; in get_pinctrl_from_fdt()
1521 int found = 0; in stm32_pinctrl_dt_get() local
1523 found = get_pinctrl_from_fdt(fdt, pinmux_node, in stm32_pinctrl_dt_get()
1527 if (found <= 0 && found > ((int)pin_count - count)) { in stm32_pinctrl_dt_get()
1532 count += found; in stm32_pinctrl_dt_get()
/optee_os/lib/libmbedtls/mbedtls/
H A DBUGS.md7 If you think you've found a bug in Mbed TLS, please follow these steps:
H A DChangeLog1109 was found by TrustInSoft Analyzer during REDOCS'22) and #1120.
1309 Fixes 'file not found with <angled> include' error
2032 More details on PCKS#11 wrapper removal can be found in the mailing list
2500 Many thanks to guidovranken who found this issue via differential fuzzing
2637 fixes a local Lucky 13 cache attack found and reported by Tuba Yavuz,
3273 * Remove the mbedtls namespacing from the header file, to fix a "file not found"
3604 (found by Catena cyber using oss-fuzz)
3680 * Fix a memory leak in mbedtls_x509_csr_parse(), found by catenacyber,
3736 curves as well as RSA. Fixes #777 found by dbedev.
4570 * Removed potential leak in mbedtls_rsa_rsassa_pkcs1_v15_sign(), found by
[all …]
H A DCONTRIBUTING.md8 More details on all of these points may be found in the sections below.
53 The list of maintained branches can be found in the [Current Branches section
H A DSECURITY.md3 If you think you have found an Mbed TLS security vulnerability, then please
H A DLICENSE505 the "copyright" line and a pointer to where the full notice is found.
/optee_os/core/lib/libfdt/
H A DREADME.license12 under the GNU GPL. The full text of the GPL can be found in the file
20 be found are in the file entitled 'BSD-2-Clause'. This is, in
/optee_os/core/kernel/
H A Ddt.c915 bool found = true; in add_res_mem_dt_node() local
921 found = false; in add_res_mem_dt_node()
937 if (!found) { in add_res_mem_dt_node()
H A Dtee_ta_manager.c214 struct tee_ta_session *found = NULL; in tee_ta_find_session_nolock() local
218 found = s; in tee_ta_find_session_nolock()
223 return found; in tee_ta_find_session_nolock()
477 EMSG("session 0x%" PRIxVA " to be removed is not found", in tee_ta_close_session()
985 /* sz = 0 means there is no UTA, return no item found. */ in tee_ta_instance_stats()
/optee_os/lib/libutils/isoc/
H A Dbget.doc290 is returned if the pool is valid, 0 if an error is found.
/optee_os/
H A DCHANGELOG.md1616 as it can be found in [https://github.com/linaro-swg/linux/tree/optee][linux_optee]
1665 An example can be found in HiKey configuration file. Using the following
1667 AArch64, and can be found in `out/arm-plat-hikey/export-ta_arm32` and